query
stringlengths
18
577
table_names
sequence
tables
sequence
answer
stringlengths
45
443k
source
stringlengths
139
60.7M
target
stringlengths
19
480k
SELECT DISTINCT card_type_code FROM Customers_Cards
[ "Customers_Cards" ]
[ "{\"columns\":[\"card_id\",\"customer_id\",\"card_type_code\",\"card_number\",\"date_valid_from\",\"date_valid_to\",\"other_card_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,14,\"Credit\",\"4560596484842\",\"2011-04-17 09:05:28\",\"2018-03-07 17:06:19\",\"5567915676420343\"],[2,9,\"Credit\",\"4859448397570735\",\"2012-05-22 02:05:41\",\"2018-02-25 15:43:32\",\"4539333582760\"],[3,6,\"Debit\",\"348237249146948\",\"2014-08-01 14:26:45\",\"2018-03-24 15:29:00\",\"4916210554814\"],[4,15,\"Credit\",\"4485460762694\",\"2009-11-05 09:26:01\",\"2018-03-19 05:34:08\",\"5296134475180061\"],[5,13,\"Credit\",\"5122249720639438\",\"2015-12-21 22:07:49\",\"2018-03-22 08:31:28\",\"5388642773088467\"],[6,10,\"Debit\",\"5102229294602335\",\"2017-01-01 13:34:04\",\"2018-03-11 01:12:33\",\"5513587359761653\"],[7,9,\"Credit\",\"4716674779726\",\"2016-12-11 03:01:12\",\"2018-03-15 06:27:45\",\"6011771512810699\"],[8,12,\"Credit\",\"6011225247353230\",\"2016-09-17 13:31:05\",\"2018-03-24 00:38:54\",\"5428692691195935\"],[9,3,\"Debit\",\"4929590358481\",\"2015-03-27 02:01:12\",\"2018-03-12 02:16:45\",\"5307019264041461\"],[10,10,\"Debit\",\"4532488235104\",\"2011-06-15 23:10:10\",\"2018-03-17 21:27:32\",\"5571147786750739\"],[11,8,\"Debit\",\"4707949584519\",\"2013-11-17 02:58:22\",\"2018-03-14 14:00:07\",\"377852690396160\"],[12,3,\"Debit\",\"4929896676202959\",\"2015-05-09 04:05:26\",\"2018-03-16 16:00:19\",\"4556142375374\"],[13,2,\"Credit\",\"5484846021884483\",\"2008-08-20 17:59:51\",\"2018-03-20 02:08:02\",\"4916493714393\"],[14,5,\"Debit\",\"4929384762825\",\"2013-05-23 07:55:36\",\"2018-03-11 06:05:44\",\"4485258248930151\"],[15,2,\"Debit\",\"345475370003028\",\"2014-07-03 20:19:31\",\"2018-02-28 22:26:31\",\"4716851737494984\"]]}" ]
{"columns":["card_type_code"],"index":[0,1],"data":[["Credit"],["Debit"]]}
SELECT DISTINCT card_type_code FROM Customers_Cards <table_name> : Customers_Cards col : card_id | customer_id | card_type_code | card_number | date_valid_from | date_valid_to | other_card_details row 1 : 1 | 14 | Credit | 4560596484842 | 2011-04-17 09:05:28 | 2018-03-07 17:06:19 | 5567915676420343 row 2 : 2 | 9 | Credit | 4859448397570735 | 2012-05-22 02:05:41 | 2018-02-25 15:43:32 | 4539333582760 row 3 : 3 | 6 | Debit | 348237249146948 | 2014-08-01 14:26:45 | 2018-03-24 15:29:00 | 4916210554814 row 4 : 4 | 15 | Credit | 4485460762694 | 2009-11-05 09:26:01 | 2018-03-19 05:34:08 | 5296134475180061 row 5 : 5 | 13 | Credit | 5122249720639438 | 2015-12-21 22:07:49 | 2018-03-22 08:31:28 | 5388642773088467 row 6 : 6 | 10 | Debit | 5102229294602335 | 2017-01-01 13:34:04 | 2018-03-11 01:12:33 | 5513587359761653 row 7 : 7 | 9 | Credit | 4716674779726 | 2016-12-11 03:01:12 | 2018-03-15 06:27:45 | 6011771512810699 row 8 : 8 | 12 | Credit | 6011225247353230 | 2016-09-17 13:31:05 | 2018-03-24 00:38:54 | 5428692691195935 row 9 : 9 | 3 | Debit | 4929590358481 | 2015-03-27 02:01:12 | 2018-03-12 02:16:45 | 5307019264041461 row 10 : 10 | 10 | Debit | 4532488235104 | 2011-06-15 23:10:10 | 2018-03-17 21:27:32 | 5571147786750739 row 11 : 11 | 8 | Debit | 4707949584519 | 2013-11-17 02:58:22 | 2018-03-14 14:00:07 | 377852690396160 row 12 : 12 | 3 | Debit | 4929896676202959 | 2015-05-09 04:05:26 | 2018-03-16 16:00:19 | 4556142375374 row 13 : 13 | 2 | Credit | 5484846021884483 | 2008-08-20 17:59:51 | 2018-03-20 02:08:02 | 4916493714393 row 14 : 14 | 5 | Debit | 4929384762825 | 2013-05-23 07:55:36 | 2018-03-11 06:05:44 | 4485258248930151 row 15 : 15 | 2 | Debit | 345475370003028 | 2014-07-03 20:19:31 | 2018-02-28 22:26:31 | 4716851737494984
col : card_type_code row 1 : Credit row 2 : Debit
SELECT count(DISTINCT card_type_code) FROM Customers_Cards
[ "Customers_Cards" ]
[ "{\"columns\":[\"card_id\",\"customer_id\",\"card_type_code\",\"card_number\",\"date_valid_from\",\"date_valid_to\",\"other_card_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,14,\"Credit\",\"4560596484842\",\"2011-04-17 09:05:28\",\"2018-03-07 17:06:19\",\"5567915676420343\"],[2,9,\"Credit\",\"4859448397570735\",\"2012-05-22 02:05:41\",\"2018-02-25 15:43:32\",\"4539333582760\"],[3,6,\"Debit\",\"348237249146948\",\"2014-08-01 14:26:45\",\"2018-03-24 15:29:00\",\"4916210554814\"],[4,15,\"Credit\",\"4485460762694\",\"2009-11-05 09:26:01\",\"2018-03-19 05:34:08\",\"5296134475180061\"],[5,13,\"Credit\",\"5122249720639438\",\"2015-12-21 22:07:49\",\"2018-03-22 08:31:28\",\"5388642773088467\"],[6,10,\"Debit\",\"5102229294602335\",\"2017-01-01 13:34:04\",\"2018-03-11 01:12:33\",\"5513587359761653\"],[7,9,\"Credit\",\"4716674779726\",\"2016-12-11 03:01:12\",\"2018-03-15 06:27:45\",\"6011771512810699\"],[8,12,\"Credit\",\"6011225247353230\",\"2016-09-17 13:31:05\",\"2018-03-24 00:38:54\",\"5428692691195935\"],[9,3,\"Debit\",\"4929590358481\",\"2015-03-27 02:01:12\",\"2018-03-12 02:16:45\",\"5307019264041461\"],[10,10,\"Debit\",\"4532488235104\",\"2011-06-15 23:10:10\",\"2018-03-17 21:27:32\",\"5571147786750739\"],[11,8,\"Debit\",\"4707949584519\",\"2013-11-17 02:58:22\",\"2018-03-14 14:00:07\",\"377852690396160\"],[12,3,\"Debit\",\"4929896676202959\",\"2015-05-09 04:05:26\",\"2018-03-16 16:00:19\",\"4556142375374\"],[13,2,\"Credit\",\"5484846021884483\",\"2008-08-20 17:59:51\",\"2018-03-20 02:08:02\",\"4916493714393\"],[14,5,\"Debit\",\"4929384762825\",\"2013-05-23 07:55:36\",\"2018-03-11 06:05:44\",\"4485258248930151\"],[15,2,\"Debit\",\"345475370003028\",\"2014-07-03 20:19:31\",\"2018-02-28 22:26:31\",\"4716851737494984\"]]}" ]
{"columns":["count(DISTINCT card_type_code)"],"index":[0],"data":[[2]]}
SELECT count(DISTINCT card_type_code) FROM Customers_Cards <table_name> : Customers_Cards col : card_id | customer_id | card_type_code | card_number | date_valid_from | date_valid_to | other_card_details row 1 : 1 | 14 | Credit | 4560596484842 | 2011-04-17 09:05:28 | 2018-03-07 17:06:19 | 5567915676420343 row 2 : 2 | 9 | Credit | 4859448397570735 | 2012-05-22 02:05:41 | 2018-02-25 15:43:32 | 4539333582760 row 3 : 3 | 6 | Debit | 348237249146948 | 2014-08-01 14:26:45 | 2018-03-24 15:29:00 | 4916210554814 row 4 : 4 | 15 | Credit | 4485460762694 | 2009-11-05 09:26:01 | 2018-03-19 05:34:08 | 5296134475180061 row 5 : 5 | 13 | Credit | 5122249720639438 | 2015-12-21 22:07:49 | 2018-03-22 08:31:28 | 5388642773088467 row 6 : 6 | 10 | Debit | 5102229294602335 | 2017-01-01 13:34:04 | 2018-03-11 01:12:33 | 5513587359761653 row 7 : 7 | 9 | Credit | 4716674779726 | 2016-12-11 03:01:12 | 2018-03-15 06:27:45 | 6011771512810699 row 8 : 8 | 12 | Credit | 6011225247353230 | 2016-09-17 13:31:05 | 2018-03-24 00:38:54 | 5428692691195935 row 9 : 9 | 3 | Debit | 4929590358481 | 2015-03-27 02:01:12 | 2018-03-12 02:16:45 | 5307019264041461 row 10 : 10 | 10 | Debit | 4532488235104 | 2011-06-15 23:10:10 | 2018-03-17 21:27:32 | 5571147786750739 row 11 : 11 | 8 | Debit | 4707949584519 | 2013-11-17 02:58:22 | 2018-03-14 14:00:07 | 377852690396160 row 12 : 12 | 3 | Debit | 4929896676202959 | 2015-05-09 04:05:26 | 2018-03-16 16:00:19 | 4556142375374 row 13 : 13 | 2 | Credit | 5484846021884483 | 2008-08-20 17:59:51 | 2018-03-20 02:08:02 | 4916493714393 row 14 : 14 | 5 | Debit | 4929384762825 | 2013-05-23 07:55:36 | 2018-03-11 06:05:44 | 4485258248930151 row 15 : 15 | 2 | Debit | 345475370003028 | 2014-07-03 20:19:31 | 2018-02-28 22:26:31 | 4716851737494984
col : count(DISTINCT card_type_code) row 1 : 2
SELECT DISTINCT transaction_type FROM Financial_Transactions
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["transaction_type"],"index":[0,1],"data":[["Payment"],["Refund"]]}
SELECT DISTINCT transaction_type FROM Financial_Transactions <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : transaction_type row 1 : Payment row 2 : Refund
SELECT count(DISTINCT transaction_type) FROM Financial_Transactions
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["count(DISTINCT transaction_type)"],"index":[0],"data":[[2]]}
SELECT count(DISTINCT transaction_type) FROM Financial_Transactions <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : count(DISTINCT transaction_type) row 1 : 2
SELECT avg(transaction_amount) , sum(transaction_amount) FROM Financial_transactions
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["avg(transaction_amount)","sum(transaction_amount)"],"index":[0],"data":[[1308.2933333333,19624.4]]}
SELECT avg(transaction_amount) , sum(transaction_amount) FROM Financial_transactions <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : avg(transaction_amount) | sum(transaction_amount) row 1 : 1308.2933333333 | 19624.4
SELECT T2.card_type_code , count(*) FROM Financial_transactions AS T1 JOIN Customers_cards AS T2 ON T1.card_id = T2.card_id GROUP BY T2.card_type_code
[ "Customers_Cards", "Financial_Transactions" ]
[ "{\"columns\":[\"card_id\",\"customer_id\",\"card_type_code\",\"card_number\",\"date_valid_from\",\"date_valid_to\",\"other_card_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,14,\"Credit\",\"4560596484842\",\"2011-04-17 09:05:28\",\"2018-03-07 17:06:19\",\"5567915676420343\"],[2,9,\"Credit\",\"4859448397570735\",\"2012-05-22 02:05:41\",\"2018-02-25 15:43:32\",\"4539333582760\"],[3,6,\"Debit\",\"348237249146948\",\"2014-08-01 14:26:45\",\"2018-03-24 15:29:00\",\"4916210554814\"],[4,15,\"Credit\",\"4485460762694\",\"2009-11-05 09:26:01\",\"2018-03-19 05:34:08\",\"5296134475180061\"],[5,13,\"Credit\",\"5122249720639438\",\"2015-12-21 22:07:49\",\"2018-03-22 08:31:28\",\"5388642773088467\"],[6,10,\"Debit\",\"5102229294602335\",\"2017-01-01 13:34:04\",\"2018-03-11 01:12:33\",\"5513587359761653\"],[7,9,\"Credit\",\"4716674779726\",\"2016-12-11 03:01:12\",\"2018-03-15 06:27:45\",\"6011771512810699\"],[8,12,\"Credit\",\"6011225247353230\",\"2016-09-17 13:31:05\",\"2018-03-24 00:38:54\",\"5428692691195935\"],[9,3,\"Debit\",\"4929590358481\",\"2015-03-27 02:01:12\",\"2018-03-12 02:16:45\",\"5307019264041461\"],[10,10,\"Debit\",\"4532488235104\",\"2011-06-15 23:10:10\",\"2018-03-17 21:27:32\",\"5571147786750739\"],[11,8,\"Debit\",\"4707949584519\",\"2013-11-17 02:58:22\",\"2018-03-14 14:00:07\",\"377852690396160\"],[12,3,\"Debit\",\"4929896676202959\",\"2015-05-09 04:05:26\",\"2018-03-16 16:00:19\",\"4556142375374\"],[13,2,\"Credit\",\"5484846021884483\",\"2008-08-20 17:59:51\",\"2018-03-20 02:08:02\",\"4916493714393\"],[14,5,\"Debit\",\"4929384762825\",\"2013-05-23 07:55:36\",\"2018-03-11 06:05:44\",\"4485258248930151\"],[15,2,\"Debit\",\"345475370003028\",\"2014-07-03 20:19:31\",\"2018-02-28 22:26:31\",\"4716851737494984\"]]}", "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["card_type_code","count(*)"],"index":[0,1],"data":[["Credit",7],["Debit",8]]}
SELECT T2.card_type_code , count(*) FROM Financial_transactions AS T1 JOIN Customers_cards AS T2 ON T1.card_id = T2.card_id GROUP BY T2.card_type_code <table_name> : Customers_Cards col : card_id | customer_id | card_type_code | card_number | date_valid_from | date_valid_to | other_card_details row 1 : 1 | 14 | Credit | 4560596484842 | 2011-04-17 09:05:28 | 2018-03-07 17:06:19 | 5567915676420343 row 2 : 2 | 9 | Credit | 4859448397570735 | 2012-05-22 02:05:41 | 2018-02-25 15:43:32 | 4539333582760 row 3 : 3 | 6 | Debit | 348237249146948 | 2014-08-01 14:26:45 | 2018-03-24 15:29:00 | 4916210554814 row 4 : 4 | 15 | Credit | 4485460762694 | 2009-11-05 09:26:01 | 2018-03-19 05:34:08 | 5296134475180061 row 5 : 5 | 13 | Credit | 5122249720639438 | 2015-12-21 22:07:49 | 2018-03-22 08:31:28 | 5388642773088467 row 6 : 6 | 10 | Debit | 5102229294602335 | 2017-01-01 13:34:04 | 2018-03-11 01:12:33 | 5513587359761653 row 7 : 7 | 9 | Credit | 4716674779726 | 2016-12-11 03:01:12 | 2018-03-15 06:27:45 | 6011771512810699 row 8 : 8 | 12 | Credit | 6011225247353230 | 2016-09-17 13:31:05 | 2018-03-24 00:38:54 | 5428692691195935 row 9 : 9 | 3 | Debit | 4929590358481 | 2015-03-27 02:01:12 | 2018-03-12 02:16:45 | 5307019264041461 row 10 : 10 | 10 | Debit | 4532488235104 | 2011-06-15 23:10:10 | 2018-03-17 21:27:32 | 5571147786750739 row 11 : 11 | 8 | Debit | 4707949584519 | 2013-11-17 02:58:22 | 2018-03-14 14:00:07 | 377852690396160 row 12 : 12 | 3 | Debit | 4929896676202959 | 2015-05-09 04:05:26 | 2018-03-16 16:00:19 | 4556142375374 row 13 : 13 | 2 | Credit | 5484846021884483 | 2008-08-20 17:59:51 | 2018-03-20 02:08:02 | 4916493714393 row 14 : 14 | 5 | Debit | 4929384762825 | 2013-05-23 07:55:36 | 2018-03-11 06:05:44 | 4485258248930151 row 15 : 15 | 2 | Debit | 345475370003028 | 2014-07-03 20:19:31 | 2018-02-28 22:26:31 | 4716851737494984 <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : card_type_code | count(*) row 1 : Credit | 7 row 2 : Debit | 8
SELECT transaction_type , count(*) FROM Financial_transactions GROUP BY transaction_type
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["transaction_type","count(*)"],"index":[0,1],"data":[["Payment",6],["Refund",9]]}
SELECT transaction_type , count(*) FROM Financial_transactions GROUP BY transaction_type <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : transaction_type | count(*) row 1 : Payment | 6 row 2 : Refund | 9
SELECT transaction_type FROM Financial_transactions GROUP BY transaction_type ORDER BY sum(transaction_amount) DESC LIMIT 1
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["transaction_type"],"index":[0],"data":[["Refund"]]}
SELECT transaction_type FROM Financial_transactions GROUP BY transaction_type ORDER BY sum(transaction_amount) DESC LIMIT 1 <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : transaction_type row 1 : Refund
SELECT account_id , count(*) FROM Financial_transactions GROUP BY account_id
[ "Financial_Transactions" ]
[ "{\"columns\":[\"transaction_id\",\"previous_transaction_id\",\"account_id\",\"card_id\",\"transaction_type\",\"transaction_date\",\"transaction_amount\",\"transaction_comment\",\"other_transaction_details\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[1,925,15,1,\"Payment\",\"2018-03-24 06:41:41\",1701.23,null,null],[2,494,3,2,\"Refund\",\"2018-03-24 12:08:55\",1931.76,null,null],[3,642,4,3,\"Payment\",\"2018-03-24 09:08:27\",486.56,null,null],[4,457,15,4,\"Refund\",\"2018-03-23 21:59:28\",1336.21,null,null],[5,947,13,5,\"Refund\",\"2018-03-23 21:43:32\",357.06,null,null],[6,958,12,6,\"Refund\",\"2018-03-24 11:48:28\",1967.75,null,null],[7,368,1,6,\"Refund\",\"2018-03-24 05:13:42\",1483.05,null,null],[8,924,6,7,\"Refund\",\"2018-03-24 14:47:05\",1194.48,null,null],[9,296,9,6,\"Payment\",\"2018-03-24 05:31:43\",1475.56,null,null],[10,495,5,7,\"Payment\",\"2018-03-24 05:45:57\",1795.66,null,null],[11,333,11,7,\"Refund\",\"2018-03-24 10:39:09\",462.63,null,null],[12,986,10,9,\"Payment\",\"2018-03-24 15:17:49\",1658.32,null,null],[13,885,14,11,\"Refund\",\"2018-03-24 17:00:41\",1298.73,null,null],[14,965,10,12,\"Refund\",\"2018-03-24 16:31:34\",945.43,null,null],[15,203,8,12,\"Payment\",\"2018-03-24 10:48:34\",1529.97,null,null]]}" ]
{"columns":["account_id","count(*)"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12],"data":[[1,1],[3,1],[4,1],[5,1],[6,1],[8,1],[9,1],[10,2],[11,1],[12,1],[13,1],[14,1],[15,2]]}
SELECT account_id , count(*) FROM Financial_transactions GROUP BY account_id <table_name> : Financial_Transactions col : transaction_id | previous_transaction_id | account_id | card_id | transaction_type | transaction_date | transaction_amount | transaction_comment | other_transaction_details row 1 : 1 | 925 | 15 | 1 | Payment | 2018-03-24 06:41:41 | 1701.23 | | row 2 : 2 | 494 | 3 | 2 | Refund | 2018-03-24 12:08:55 | 1931.76 | | row 3 : 3 | 642 | 4 | 3 | Payment | 2018-03-24 09:08:27 | 486.56 | | row 4 : 4 | 457 | 15 | 4 | Refund | 2018-03-23 21:59:28 | 1336.21 | | row 5 : 5 | 947 | 13 | 5 | Refund | 2018-03-23 21:43:32 | 357.06 | | row 6 : 6 | 958 | 12 | 6 | Refund | 2018-03-24 11:48:28 | 1967.75 | | row 7 : 7 | 368 | 1 | 6 | Refund | 2018-03-24 05:13:42 | 1483.05 | | row 8 : 8 | 924 | 6 | 7 | Refund | 2018-03-24 14:47:05 | 1194.48 | | row 9 : 9 | 296 | 9 | 6 | Payment | 2018-03-24 05:31:43 | 1475.56 | | row 10 : 10 | 495 | 5 | 7 | Payment | 2018-03-24 05:45:57 | 1795.66 | | row 11 : 11 | 333 | 11 | 7 | Refund | 2018-03-24 10:39:09 | 462.63 | | row 12 : 12 | 986 | 10 | 9 | Payment | 2018-03-24 15:17:49 | 1658.32 | | row 13 : 13 | 885 | 14 | 11 | Refund | 2018-03-24 17:00:41 | 1298.73 | | row 14 : 14 | 965 | 10 | 12 | Refund | 2018-03-24 16:31:34 | 945.43 | | row 15 : 15 | 203 | 8 | 12 | Payment | 2018-03-24 10:48:34 | 1529.97 | |
col : account_id | count(*) row 1 : 1 | 1 row 2 : 3 | 1 row 3 : 4 | 1 row 4 : 5 | 1 row 5 : 6 | 1 row 6 : 8 | 1 row 7 : 9 | 1 row 8 : 10 | 2 row 9 : 11 | 1 row 10 : 12 | 1 row 11 : 13 | 1 row 12 : 14 | 1 row 13 : 15 | 2
SELECT count(*) FROM track
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[9]]}
SELECT count(*) FROM track <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : count(*) row 1 : 9
SELECT name , LOCATION FROM track
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Location"],"index":[0,1,2,3,4,5,6,7,8],"data":[["Auto Club Speedway","Fontana, CA"],["Chicagoland Speedway","Joliet, IL"],["Darlington Raceway","Darlington, SC"],["Daytona International Speedway","Daytona Beach, FL"],["Homestead-Miami Speedway","Homestead, FL"],["Kansas Speedway","Kansas City, KS"],["Martinsville Speedway","Ridgeway, VA"],["Michigan International Speedway","Brooklyn, MI"],["Phoenix International Raceway","Avondale, AZ"]]}
SELECT name , LOCATION FROM track <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | Location row 1 : Auto Club Speedway | Fontana, CA row 2 : Chicagoland Speedway | Joliet, IL row 3 : Darlington Raceway | Darlington, SC row 4 : Daytona International Speedway | Daytona Beach, FL row 5 : Homestead-Miami Speedway | Homestead, FL row 6 : Kansas Speedway | Kansas City, KS row 7 : Martinsville Speedway | Ridgeway, VA row 8 : Michigan International Speedway | Brooklyn, MI row 9 : Phoenix International Raceway | Avondale, AZ
SELECT name , seating FROM track WHERE year_opened > 2000 ORDER BY seating
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Seating"],"index":[0,1],"data":[["Chicagoland Speedway",75000.0],["Kansas Speedway",81687.0]]}
SELECT name , seating FROM track WHERE year_opened > 2000 ORDER BY seating <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | Seating row 1 : Chicagoland Speedway | 75000 row 2 : Kansas Speedway | 81687
SELECT name , LOCATION , seating FROM track ORDER BY year_opened DESC LIMIT 1
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Location","Seating"],"index":[0],"data":[["Chicagoland Speedway","Joliet, IL",75000.0]]}
SELECT name , LOCATION , seating FROM track ORDER BY year_opened DESC LIMIT 1 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | Location | Seating row 1 : Chicagoland Speedway | Joliet, IL | 75000
SELECT min(seating) , max(seating) , avg(seating) FROM track
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["min(seating)","max(seating)","avg(seating)"],"index":[0],"data":[[63000.0,168000.0,91526.8888888889]]}
SELECT min(seating) , max(seating) , avg(seating) FROM track <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : min(seating) | max(seating) | avg(seating) row 1 : 63000 | 168000 | 91526.8888888889
SELECT name , LOCATION , year_opened FROM track WHERE seating > (SELECT avg(seating) FROM track)
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Location","Year_Opened"],"index":[0,1,2],"data":[["Auto Club Speedway","Fontana, CA",1997.0],["Daytona International Speedway","Daytona Beach, FL",1959.0],["Michigan International Speedway","Brooklyn, MI",1968.0]]}
SELECT name , LOCATION , year_opened FROM track WHERE seating > (SELECT avg(seating) FROM track) <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | Location | Year_Opened row 1 : Auto Club Speedway | Fontana, CA | 1997 row 2 : Daytona International Speedway | Daytona Beach, FL | 1959 row 3 : Michigan International Speedway | Brooklyn, MI | 1968
SELECT DISTINCT LOCATION FROM track
[ "track" ]
[ "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Location"],"index":[0,1,2,3,4,5,6,7,8],"data":[["Fontana, CA"],["Joliet, IL"],["Darlington, SC"],["Daytona Beach, FL"],["Homestead, FL"],["Kansas City, KS"],["Ridgeway, VA"],["Brooklyn, MI"],["Avondale, AZ"]]}
SELECT DISTINCT LOCATION FROM track <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Location row 1 : Fontana, CA row 2 : Joliet, IL row 3 : Darlington, SC row 4 : Daytona Beach, FL row 5 : Homestead, FL row 6 : Kansas City, KS row 7 : Ridgeway, VA row 8 : Brooklyn, MI row 9 : Avondale, AZ
SELECT count(*) FROM race
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[7]]}
SELECT count(*) FROM race <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : count(*) row 1 : 7
SELECT DISTINCT CLASS FROM race
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["Class"],"index":[0,1],"data":[["DP\/GT"],["GT"]]}
SELECT DISTINCT CLASS FROM race <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : Class row 1 : DP/GT row 2 : GT
SELECT name , CLASS , date FROM race
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["Name","Class","Date"],"index":[0,1,2,3,4,5,6],"data":[["Rolex 24 At Daytona","DP\/GT","January 26 January 27"],["Gainsco Grand Prix of Miami","DP\/GT","March 29"],["Mexico City 250","DP\/GT","April 19"],["Bosch Engineering 250 at VIR","GT","April 27"],["RumBum.com 250","DP\/GT","May 17"],["Lime Rock GT Classic 250","GT","May 26"],["Sahlen's Six Hours of the Glen","DP\/GT","June 7"]]}
SELECT name , CLASS , date FROM race <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : Name | Class | Date row 1 : Rolex 24 At Daytona | DP/GT | January 26 January 27 row 2 : Gainsco Grand Prix of Miami | DP/GT | March 29 row 3 : Mexico City 250 | DP/GT | April 19 row 4 : Bosch Engineering 250 at VIR | GT | April 27 row 5 : RumBum.com 250 | DP/GT | May 17 row 6 : Lime Rock GT Classic 250 | GT | May 26 row 7 : Sahlen's Six Hours of the Glen | DP/GT | June 7
SELECT CLASS , count(*) FROM race GROUP BY CLASS
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["Class","count(*)"],"index":[0,1],"data":[["DP\/GT",5],["GT",2]]}
SELECT CLASS , count(*) FROM race GROUP BY CLASS <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : Class | count(*) row 1 : DP/GT | 5 row 2 : GT | 2
SELECT CLASS FROM race GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["Class"],"index":[0],"data":[["DP\/GT"]]}
SELECT CLASS FROM race GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1 <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : Class row 1 : DP/GT
SELECT CLASS FROM race GROUP BY CLASS HAVING count(*) >= 2
[ "race" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}" ]
{"columns":["Class"],"index":[0,1],"data":[["DP\/GT"],["GT"]]}
SELECT CLASS FROM race GROUP BY CLASS HAVING count(*) >= 2 <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7
col : Class row 1 : DP/GT row 2 : GT
SELECT name FROM track EXCEPT SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id WHERE T1.class = 'GT'
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name"],"index":[0,1,2,3,4,5,6],"data":[["Auto Club Speedway"],["Chicagoland Speedway"],["Darlington Raceway"],["Homestead-Miami Speedway"],["Martinsville Speedway"],["Michigan International Speedway"],["Phoenix International Raceway"]]}
SELECT name FROM track EXCEPT SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id WHERE T1.class = 'GT' <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name row 1 : Auto Club Speedway row 2 : Chicagoland Speedway row 3 : Darlington Raceway row 4 : Homestead-Miami Speedway row 5 : Martinsville Speedway row 6 : Michigan International Speedway row 7 : Phoenix International Raceway
SELECT name FROM track WHERE track_id NOT IN (SELECT track_id FROM race)
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name"],"index":[0,1,2],"data":[["Darlington Raceway"],["Michigan International Speedway"],["Phoenix International Raceway"]]}
SELECT name FROM track WHERE track_id NOT IN (SELECT track_id FROM race) <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name row 1 : Darlington Raceway row 2 : Michigan International Speedway row 3 : Phoenix International Raceway
SELECT T2.name , count(*) FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","count(*)"],"index":[0,1,2,3,4,5],"data":[["Auto Club Speedway",1],["Chicagoland Speedway",2],["Daytona International Speedway",1],["Homestead-Miami Speedway",1],["Kansas Speedway",1],["Martinsville Speedway",1]]}
SELECT T2.name , count(*) FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | count(*) row 1 : Auto Club Speedway | 1 row 2 : Chicagoland Speedway | 2 row 3 : Daytona International Speedway | 1 row 4 : Homestead-Miami Speedway | 1 row 5 : Kansas Speedway | 1 row 6 : Martinsville Speedway | 1
SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id ORDER BY count(*) DESC LIMIT 1
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name"],"index":[0],"data":[["Chicagoland Speedway"]]}
SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id ORDER BY count(*) DESC LIMIT 1 <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name row 1 : Chicagoland Speedway
SELECT T1.name , T1.date , T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Date","Name"],"index":[0,1,2,3,4,5,6],"data":[["Rolex 24 At Daytona","January 26 January 27","Auto Club Speedway"],["Gainsco Grand Prix of Miami","March 29","Chicagoland Speedway"],["Mexico City 250","April 19","Chicagoland Speedway"],["Bosch Engineering 250 at VIR","April 27","Daytona International Speedway"],["RumBum.com 250","May 17","Homestead-Miami Speedway"],["Lime Rock GT Classic 250","May 26","Kansas Speedway"],["Sahlen's Six Hours of the Glen","June 7","Martinsville Speedway"]]}
SELECT T1.name , T1.date , T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name -1 | Date | Name -2 row 1 : Rolex 24 At Daytona | January 26 January 27 | Auto Club Speedway row 2 : Gainsco Grand Prix of Miami | March 29 | Chicagoland Speedway row 3 : Mexico City 250 | April 19 | Chicagoland Speedway row 4 : Bosch Engineering 250 at VIR | April 27 | Daytona International Speedway row 5 : RumBum.com 250 | May 17 | Homestead-Miami Speedway row 6 : Lime Rock GT Classic 250 | May 26 | Kansas Speedway row 7 : Sahlen's Six Hours of the Glen | June 7 | Martinsville Speedway
SELECT T2.name , T2.location FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id HAVING count(*) = 1
[ "race", "track" ]
[ "{\"columns\":[\"Race_ID\",\"Name\",\"Class\",\"Date\",\"Track_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[1,\"Rolex 24 At Daytona\",\"DP\\/GT\",\"January 26 January 27\",\"1\"],[2,\"Gainsco Grand Prix of Miami\",\"DP\\/GT\",\"March 29\",\"2\"],[3,\"Mexico City 250\",\"DP\\/GT\",\"April 19\",\"2\"],[4,\"Bosch Engineering 250 at VIR\",\"GT\",\"April 27\",\"4\"],[5,\"RumBum.com 250\",\"DP\\/GT\",\"May 17\",\"5\"],[6,\"Lime Rock GT Classic 250\",\"GT\",\"May 26\",\"6\"],[7,\"Sahlen's Six Hours of the Glen\",\"DP\\/GT\",\"June 7\",\"7\"]]}", "{\"columns\":[\"Track_ID\",\"Name\",\"Location\",\"Seating\",\"Year_Opened\"],\"index\":[0,1,2,3,4,5,6,7,8],\"data\":[[1,\"Auto Club Speedway\",\"Fontana, CA\",92000.0,1997.0],[2,\"Chicagoland Speedway\",\"Joliet, IL\",75000.0,2001.0],[3,\"Darlington Raceway\",\"Darlington, SC\",63000.0,1950.0],[4,\"Daytona International Speedway\",\"Daytona Beach, FL\",168000.0,1959.0],[5,\"Homestead-Miami Speedway\",\"Homestead, FL\",65000.0,1995.0],[6,\"Kansas Speedway\",\"Kansas City, KS\",81687.0,2001.0],[7,\"Martinsville Speedway\",\"Ridgeway, VA\",65000.0,1947.0],[8,\"Michigan International Speedway\",\"Brooklyn, MI\",137243.0,1968.0],[9,\"Phoenix International Raceway\",\"Avondale, AZ\",76812.0,1964.0]]}" ]
{"columns":["Name","Location"],"index":[0,1,2,3,4],"data":[["Auto Club Speedway","Fontana, CA"],["Daytona International Speedway","Daytona Beach, FL"],["Homestead-Miami Speedway","Homestead, FL"],["Kansas Speedway","Kansas City, KS"],["Martinsville Speedway","Ridgeway, VA"]]}
SELECT T2.name , T2.location FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id HAVING count(*) = 1 <table_name> : race col : Race_ID | Name | Class | Date | Track_ID row 1 : 1 | Rolex 24 At Daytona | DP/GT | January 26 January 27 | 1 row 2 : 2 | Gainsco Grand Prix of Miami | DP/GT | March 29 | 2 row 3 : 3 | Mexico City 250 | DP/GT | April 19 | 2 row 4 : 4 | Bosch Engineering 250 at VIR | GT | April 27 | 4 row 5 : 5 | RumBum.com 250 | DP/GT | May 17 | 5 row 6 : 6 | Lime Rock GT Classic 250 | GT | May 26 | 6 row 7 : 7 | Sahlen's Six Hours of the Glen | DP/GT | June 7 | 7 <table_name> : track col : Track_ID | Name | Location | Seating | Year_Opened row 1 : 1 | Auto Club Speedway | Fontana, CA | 92000 | 1997 row 2 : 2 | Chicagoland Speedway | Joliet, IL | 75000 | 2001 row 3 : 3 | Darlington Raceway | Darlington, SC | 63000 | 1950 row 4 : 4 | Daytona International Speedway | Daytona Beach, FL | 168000 | 1959 row 5 : 5 | Homestead-Miami Speedway | Homestead, FL | 65000 | 1995 row 6 : 6 | Kansas Speedway | Kansas City, KS | 81687 | 2001 row 7 : 7 | Martinsville Speedway | Ridgeway, VA | 65000 | 1947 row 8 : 8 | Michigan International Speedway | Brooklyn, MI | 137243 | 1968 row 9 : 9 | Phoenix International Raceway | Avondale, AZ | 76812 | 1964
col : Name | Location row 1 : Auto Club Speedway | Fontana, CA row 2 : Daytona International Speedway | Daytona Beach, FL row 3 : Homestead-Miami Speedway | Homestead, FL row 4 : Kansas Speedway | Kansas City, KS row 5 : Martinsville Speedway | Ridgeway, VA
SELECT count(*) FROM member WHERE Membership_card = 'Black'
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[6]]}
SELECT count(*) FROM member WHERE Membership_card = 'Black' <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : count(*) row 1 : 6
SELECT count(*) , address FROM member GROUP BY address
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["count(*)","Address"],"index":[0,1,2,3],"data":[[1,"Bridgeport"],[2,"Cheshire"],[3,"Hartford"],[4,"Waterbury"]]}
SELECT count(*) , address FROM member GROUP BY address <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : count(*) | Address row 1 : 1 | Bridgeport row 2 : 2 | Cheshire row 3 : 3 | Hartford row 4 : 4 | Waterbury
SELECT name FROM member WHERE address = 'Harford' OR address = 'Waterbury'
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Name"],"index":[0,1,2,3],"data":[["Breton, Robert"],["Cobb, Sedrick"],["Reynolds, Richard"],["Rizzo, Todd"]]}
SELECT name FROM member WHERE address = 'Harford' OR address = 'Waterbury' <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Name row 1 : Breton, Robert row 2 : Cobb, Sedrick row 3 : Reynolds, Richard row 4 : Rizzo, Todd
SELECT name , member_id FROM member WHERE Membership_card = 'Black' OR age < 30
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Name","Member_ID"],"index":[0,1,2,3,4,5],"data":[["Ashby, Lazale",1],["Campbell, Jessie",3],["Cobb, Sedrick",4],["Peeler, Russell",7],["Reynolds, Richard",8],["Webb, Daniel",10]]}
SELECT name , member_id FROM member WHERE Membership_card = 'Black' OR age < 30 <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Name | Member_ID row 1 : Ashby, Lazale | 1 row 2 : Campbell, Jessie | 3 row 3 : Cobb, Sedrick | 4 row 4 : Peeler, Russell | 7 row 5 : Reynolds, Richard | 8 row 6 : Webb, Daniel | 10
SELECT Time_of_purchase , age , address FROM member ORDER BY Time_of_purchase
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Time_of_purchase","Age","Address"],"index":[0,1,2,3,4,5,6,7,8,9],"data":[[18,29,"Hartford"],[18,35,"Waterbury"],[20,34,"Hartford"],[24,45,"Waterbury"],[26,33,"Cheshire"],[26,42,"Bridgeport"],[27,51,"Waterbury"],[27,51,"Hartford"],[41,67,"Waterbury"],[44,50,"Cheshire"]]}
SELECT Time_of_purchase , age , address FROM member ORDER BY Time_of_purchase <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Time_of_purchase | Age | Address row 1 : 18 | 29 | Hartford row 2 : 18 | 35 | Waterbury row 3 : 20 | 34 | Hartford row 4 : 24 | 45 | Waterbury row 5 : 26 | 33 | Cheshire row 6 : 26 | 42 | Bridgeport row 7 : 27 | 51 | Waterbury row 8 : 27 | 51 | Hartford row 9 : 41 | 67 | Waterbury row 10 : 44 | 50 | Cheshire
SELECT Membership_card FROM member GROUP BY Membership_card HAVING count(*) > 5
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Membership_card"],"index":[0],"data":[["Black"]]}
SELECT Membership_card FROM member GROUP BY Membership_card HAVING count(*) > 5 <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Membership_card row 1 : Black
SELECT address FROM member WHERE age < 30 INTERSECT SELECT address FROM member WHERE age > 40
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Address"],"index":[0],"data":[["Hartford"]]}
SELECT address FROM member WHERE age < 30 INTERSECT SELECT address FROM member WHERE age > 40 <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Address row 1 : Hartford
SELECT membership_card FROM member WHERE address = 'Hartford' INTERSECT SELECT membership_card FROM member WHERE address = 'Waterbury'
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Membership_card"],"index":[0],"data":[["Black"]]}
SELECT membership_card FROM member WHERE address = 'Hartford' INTERSECT SELECT membership_card FROM member WHERE address = 'Waterbury' <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Membership_card row 1 : Black
SELECT count(*) FROM member WHERE address != 'Hartford'
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[7]]}
SELECT count(*) FROM member WHERE address != 'Hartford' <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : count(*) row 1 : 7
SELECT address FROM member EXCEPT SELECT address FROM member WHERE Membership_card = 'Black'
[ "member" ]
[ "{\"columns\":[\"Member_ID\",\"Name\",\"Membership_card\",\"Age\",\"Time_of_purchase\",\"Level_of_membership\",\"Address\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"Ashby, Lazale\",\"Black\",29,18,5,\"Hartford\"],[2,\"Breton, Robert\",\"White\",67,41,4,\"Waterbury\"],[3,\"Campbell, Jessie\",\"Black\",34,20,6,\"Hartford\"],[4,\"Cobb, Sedrick\",\"Black\",51,27,2,\"Waterbury\"],[5,\"Hayes, Steven\",\"White\",50,44,3,\"Cheshire\"],[6,\"Komisarjevsky, Joshua\",\"White\",33,26,2,\"Cheshire\"],[7,\"Peeler, Russell\",\"Black\",42,26,6,\"Bridgeport\"],[8,\"Reynolds, Richard\",\"Black\",45,24,1,\"Waterbury\"],[9,\"Rizzo, Todd\",\"White\",35,18,4,\"Waterbury\"],[10,\"Webb, Daniel\",\"Black\",51,27,22,\"Hartford\"]]}" ]
{"columns":["Address"],"index":[0],"data":[["Cheshire"]]}
SELECT address FROM member EXCEPT SELECT address FROM member WHERE Membership_card = 'Black' <table_name> : member col : Member_ID | Name | Membership_card | Age | Time_of_purchase | Level_of_membership | Address row 1 : 1 | Ashby, Lazale | Black | 29 | 18 | 5 | Hartford row 2 : 2 | Breton, Robert | White | 67 | 41 | 4 | Waterbury row 3 : 3 | Campbell, Jessie | Black | 34 | 20 | 6 | Hartford row 4 : 4 | Cobb, Sedrick | Black | 51 | 27 | 2 | Waterbury row 5 : 5 | Hayes, Steven | White | 50 | 44 | 3 | Cheshire row 6 : 6 | Komisarjevsky, Joshua | White | 33 | 26 | 2 | Cheshire row 7 : 7 | Peeler, Russell | Black | 42 | 26 | 6 | Bridgeport row 8 : 8 | Reynolds, Richard | Black | 45 | 24 | 1 | Waterbury row 9 : 9 | Rizzo, Todd | White | 35 | 18 | 4 | Waterbury row 10 : 10 | Webb, Daniel | Black | 51 | 27 | 22 | Hartford
col : Address row 1 : Cheshire
SELECT address FROM shop ORDER BY open_year
[ "shop" ]
[ "{\"columns\":[\"Shop_ID\",\"Address\",\"Num_of_staff\",\"Score\",\"Open_Year\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"1200 Main Street\",\"13\",42.0,\"2010\"],[2,\"1111 Main Street\",\"19\",38.0,\"2008\"],[3,\"1330 Baltimore Street\",\"42\",36.0,\"2010\"],[4,\"909 Walnut Street\",\"27\",32.0,\"2010\"],[5,\"414 E. 12th Street\",\"24\",30.0,\"2011\"],[6,\"1201 Walnut Street\",\"34\",30.0,\"2010\"],[7,\"2345 McGee Street\",\"425\",40.0,\"2008\"],[8,\"909 Main Street\",\"28\",30.0,\"2011\"],[9,\"1100 Main Street\",\"23\",30.0,\"2006\"],[10,\"324 E. 11th Street\",\"16\",28.0,\"2008\"]]}" ]
{"columns":["Address"],"index":[0,1,2,3,4,5,6,7,8,9],"data":[["1100 Main Street"],["1111 Main Street"],["2345 McGee Street"],["324 E. 11th Street"],["1200 Main Street"],["1330 Baltimore Street"],["909 Walnut Street"],["1201 Walnut Street"],["414 E. 12th Street"],["909 Main Street"]]}
SELECT address FROM shop ORDER BY open_year <table_name> : shop col : Shop_ID | Address | Num_of_staff | Score | Open_Year row 1 : 1 | 1200 Main Street | 13 | 42 | 2010 row 2 : 2 | 1111 Main Street | 19 | 38 | 2008 row 3 : 3 | 1330 Baltimore Street | 42 | 36 | 2010 row 4 : 4 | 909 Walnut Street | 27 | 32 | 2010 row 5 : 5 | 414 E. 12th Street | 24 | 30 | 2011 row 6 : 6 | 1201 Walnut Street | 34 | 30 | 2010 row 7 : 7 | 2345 McGee Street | 425 | 40 | 2008 row 8 : 8 | 909 Main Street | 28 | 30 | 2011 row 9 : 9 | 1100 Main Street | 23 | 30 | 2006 row 10 : 10 | 324 E. 11th Street | 16 | 28 | 2008
col : Address row 1 : 1100 Main Street row 2 : 1111 Main Street row 3 : 2345 McGee Street row 4 : 324 E. 11th Street row 5 : 1200 Main Street row 6 : 1330 Baltimore Street row 7 : 909 Walnut Street row 8 : 1201 Walnut Street row 9 : 414 E. 12th Street row 10 : 909 Main Street
SELECT avg(num_of_staff) , avg(score) FROM shop
[ "shop" ]
[ "{\"columns\":[\"Shop_ID\",\"Address\",\"Num_of_staff\",\"Score\",\"Open_Year\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"1200 Main Street\",\"13\",42.0,\"2010\"],[2,\"1111 Main Street\",\"19\",38.0,\"2008\"],[3,\"1330 Baltimore Street\",\"42\",36.0,\"2010\"],[4,\"909 Walnut Street\",\"27\",32.0,\"2010\"],[5,\"414 E. 12th Street\",\"24\",30.0,\"2011\"],[6,\"1201 Walnut Street\",\"34\",30.0,\"2010\"],[7,\"2345 McGee Street\",\"425\",40.0,\"2008\"],[8,\"909 Main Street\",\"28\",30.0,\"2011\"],[9,\"1100 Main Street\",\"23\",30.0,\"2006\"],[10,\"324 E. 11th Street\",\"16\",28.0,\"2008\"]]}" ]
{"columns":["avg(num_of_staff)","avg(score)"],"index":[0],"data":[[65.1,33.6]]}
SELECT avg(num_of_staff) , avg(score) FROM shop <table_name> : shop col : Shop_ID | Address | Num_of_staff | Score | Open_Year row 1 : 1 | 1200 Main Street | 13 | 42 | 2010 row 2 : 2 | 1111 Main Street | 19 | 38 | 2008 row 3 : 3 | 1330 Baltimore Street | 42 | 36 | 2010 row 4 : 4 | 909 Walnut Street | 27 | 32 | 2010 row 5 : 5 | 414 E. 12th Street | 24 | 30 | 2011 row 6 : 6 | 1201 Walnut Street | 34 | 30 | 2010 row 7 : 7 | 2345 McGee Street | 425 | 40 | 2008 row 8 : 8 | 909 Main Street | 28 | 30 | 2011 row 9 : 9 | 1100 Main Street | 23 | 30 | 2006 row 10 : 10 | 324 E. 11th Street | 16 | 28 | 2008
col : avg(num_of_staff) | avg(score) row 1 : 65.1 | 33.6
SELECT shop_id , address FROM shop WHERE score < (SELECT avg(score) FROM shop)
[ "shop" ]
[ "{\"columns\":[\"Shop_ID\",\"Address\",\"Num_of_staff\",\"Score\",\"Open_Year\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"1200 Main Street\",\"13\",42.0,\"2010\"],[2,\"1111 Main Street\",\"19\",38.0,\"2008\"],[3,\"1330 Baltimore Street\",\"42\",36.0,\"2010\"],[4,\"909 Walnut Street\",\"27\",32.0,\"2010\"],[5,\"414 E. 12th Street\",\"24\",30.0,\"2011\"],[6,\"1201 Walnut Street\",\"34\",30.0,\"2010\"],[7,\"2345 McGee Street\",\"425\",40.0,\"2008\"],[8,\"909 Main Street\",\"28\",30.0,\"2011\"],[9,\"1100 Main Street\",\"23\",30.0,\"2006\"],[10,\"324 E. 11th Street\",\"16\",28.0,\"2008\"]]}" ]
{"columns":["Shop_ID","Address"],"index":[0,1,2,3,4,5],"data":[[4,"909 Walnut Street"],[5,"414 E. 12th Street"],[6,"1201 Walnut Street"],[8,"909 Main Street"],[9,"1100 Main Street"],[10,"324 E. 11th Street"]]}
SELECT shop_id , address FROM shop WHERE score < (SELECT avg(score) FROM shop) <table_name> : shop col : Shop_ID | Address | Num_of_staff | Score | Open_Year row 1 : 1 | 1200 Main Street | 13 | 42 | 2010 row 2 : 2 | 1111 Main Street | 19 | 38 | 2008 row 3 : 3 | 1330 Baltimore Street | 42 | 36 | 2010 row 4 : 4 | 909 Walnut Street | 27 | 32 | 2010 row 5 : 5 | 414 E. 12th Street | 24 | 30 | 2011 row 6 : 6 | 1201 Walnut Street | 34 | 30 | 2010 row 7 : 7 | 2345 McGee Street | 425 | 40 | 2008 row 8 : 8 | 909 Main Street | 28 | 30 | 2011 row 9 : 9 | 1100 Main Street | 23 | 30 | 2006 row 10 : 10 | 324 E. 11th Street | 16 | 28 | 2008
col : Shop_ID | Address row 1 : 4 | 909 Walnut Street row 2 : 5 | 414 E. 12th Street row 3 : 6 | 1201 Walnut Street row 4 : 8 | 909 Main Street row 5 : 9 | 1100 Main Street row 6 : 10 | 324 E. 11th Street
SELECT address , num_of_staff FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM happy_hour)
[ "shop", "happy_hour" ]
[ "{\"columns\":[\"Shop_ID\",\"Address\",\"Num_of_staff\",\"Score\",\"Open_Year\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"1200 Main Street\",\"13\",42.0,\"2010\"],[2,\"1111 Main Street\",\"19\",38.0,\"2008\"],[3,\"1330 Baltimore Street\",\"42\",36.0,\"2010\"],[4,\"909 Walnut Street\",\"27\",32.0,\"2010\"],[5,\"414 E. 12th Street\",\"24\",30.0,\"2011\"],[6,\"1201 Walnut Street\",\"34\",30.0,\"2010\"],[7,\"2345 McGee Street\",\"425\",40.0,\"2008\"],[8,\"909 Main Street\",\"28\",30.0,\"2011\"],[9,\"1100 Main Street\",\"23\",30.0,\"2006\"],[10,\"324 E. 11th Street\",\"16\",28.0,\"2008\"]]}", "{\"columns\":[\"HH_ID\",\"Shop_ID\",\"Month\",\"Num_of_shaff_in_charge\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,1,\"May\",10],[2,1,\"April\",12],[3,10,\"June\",15],[4,5,\"July\",5],[5,1,\"May\",10],[6,1,\"April\",12],[7,2,\"June\",5],[8,3,\"July\",15],[9,3,\"May\",3],[10,3,\"April\",4]]}" ]
{"columns":["Address","Num_of_staff"],"index":[0,1,2,3,4],"data":[["909 Walnut Street","27"],["1201 Walnut Street","34"],["2345 McGee Street","425"],["909 Main Street","28"],["1100 Main Street","23"]]}
SELECT address , num_of_staff FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM happy_hour) <table_name> : shop col : Shop_ID | Address | Num_of_staff | Score | Open_Year row 1 : 1 | 1200 Main Street | 13 | 42 | 2010 row 2 : 2 | 1111 Main Street | 19 | 38 | 2008 row 3 : 3 | 1330 Baltimore Street | 42 | 36 | 2010 row 4 : 4 | 909 Walnut Street | 27 | 32 | 2010 row 5 : 5 | 414 E. 12th Street | 24 | 30 | 2011 row 6 : 6 | 1201 Walnut Street | 34 | 30 | 2010 row 7 : 7 | 2345 McGee Street | 425 | 40 | 2008 row 8 : 8 | 909 Main Street | 28 | 30 | 2011 row 9 : 9 | 1100 Main Street | 23 | 30 | 2006 row 10 : 10 | 324 E. 11th Street | 16 | 28 | 2008 <table_name> : happy_hour col : HH_ID | Shop_ID | Month | Num_of_shaff_in_charge row 1 : 1 | 1 | May | 10 row 2 : 2 | 1 | April | 12 row 3 : 3 | 10 | June | 15 row 4 : 4 | 5 | July | 5 row 5 : 5 | 1 | May | 10 row 6 : 6 | 1 | April | 12 row 7 : 7 | 2 | June | 5 row 8 : 8 | 3 | July | 15 row 9 : 9 | 3 | May | 3 row 10 : 10 | 3 | April | 4
col : Address | Num_of_staff row 1 : 909 Walnut Street | 27 row 2 : 1201 Walnut Street | 34 row 3 : 2345 McGee Street | 425 row 4 : 909 Main Street | 28 row 5 : 1100 Main Street | 23
SELECT t1.address , t1.shop_id FROM shop AS t1 JOIN happy_hour AS t2 ON t1.shop_id = t2.shop_id WHERE MONTH = 'May'
[ "shop", "happy_hour" ]
[ "{\"columns\":[\"Shop_ID\",\"Address\",\"Num_of_staff\",\"Score\",\"Open_Year\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,\"1200 Main Street\",\"13\",42.0,\"2010\"],[2,\"1111 Main Street\",\"19\",38.0,\"2008\"],[3,\"1330 Baltimore Street\",\"42\",36.0,\"2010\"],[4,\"909 Walnut Street\",\"27\",32.0,\"2010\"],[5,\"414 E. 12th Street\",\"24\",30.0,\"2011\"],[6,\"1201 Walnut Street\",\"34\",30.0,\"2010\"],[7,\"2345 McGee Street\",\"425\",40.0,\"2008\"],[8,\"909 Main Street\",\"28\",30.0,\"2011\"],[9,\"1100 Main Street\",\"23\",30.0,\"2006\"],[10,\"324 E. 11th Street\",\"16\",28.0,\"2008\"]]}", "{\"columns\":[\"HH_ID\",\"Shop_ID\",\"Month\",\"Num_of_shaff_in_charge\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,1,\"May\",10],[2,1,\"April\",12],[3,10,\"June\",15],[4,5,\"July\",5],[5,1,\"May\",10],[6,1,\"April\",12],[7,2,\"June\",5],[8,3,\"July\",15],[9,3,\"May\",3],[10,3,\"April\",4]]}" ]
{"columns":["Address","Shop_ID"],"index":[0,1,2],"data":[["1200 Main Street",1],["1200 Main Street",1],["1330 Baltimore Street",3]]}
SELECT t1.address , t1.shop_id FROM shop AS t1 JOIN happy_hour AS t2 ON t1.shop_id = t2.shop_id WHERE MONTH = 'May' <table_name> : shop col : Shop_ID | Address | Num_of_staff | Score | Open_Year row 1 : 1 | 1200 Main Street | 13 | 42 | 2010 row 2 : 2 | 1111 Main Street | 19 | 38 | 2008 row 3 : 3 | 1330 Baltimore Street | 42 | 36 | 2010 row 4 : 4 | 909 Walnut Street | 27 | 32 | 2010 row 5 : 5 | 414 E. 12th Street | 24 | 30 | 2011 row 6 : 6 | 1201 Walnut Street | 34 | 30 | 2010 row 7 : 7 | 2345 McGee Street | 425 | 40 | 2008 row 8 : 8 | 909 Main Street | 28 | 30 | 2011 row 9 : 9 | 1100 Main Street | 23 | 30 | 2006 row 10 : 10 | 324 E. 11th Street | 16 | 28 | 2008 <table_name> : happy_hour col : HH_ID | Shop_ID | Month | Num_of_shaff_in_charge row 1 : 1 | 1 | May | 10 row 2 : 2 | 1 | April | 12 row 3 : 3 | 10 | June | 15 row 4 : 4 | 5 | July | 5 row 5 : 5 | 1 | May | 10 row 6 : 6 | 1 | April | 12 row 7 : 7 | 2 | June | 5 row 8 : 8 | 3 | July | 15 row 9 : 9 | 3 | May | 3 row 10 : 10 | 3 | April | 4
col : Address | Shop_ID row 1 : 1200 Main Street | 1 row 2 : 1200 Main Street | 1 row 3 : 1330 Baltimore Street | 3
SELECT shop_id , count(*) FROM happy_hour GROUP BY shop_id ORDER BY count(*) DESC LIMIT 1
[ "happy_hour" ]
[ "{\"columns\":[\"HH_ID\",\"Shop_ID\",\"Month\",\"Num_of_shaff_in_charge\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,1,\"May\",10],[2,1,\"April\",12],[3,10,\"June\",15],[4,5,\"July\",5],[5,1,\"May\",10],[6,1,\"April\",12],[7,2,\"June\",5],[8,3,\"July\",15],[9,3,\"May\",3],[10,3,\"April\",4]]}" ]
{"columns":["Shop_ID","count(*)"],"index":[0],"data":[[1,4]]}
SELECT shop_id , count(*) FROM happy_hour GROUP BY shop_id ORDER BY count(*) DESC LIMIT 1 <table_name> : happy_hour col : HH_ID | Shop_ID | Month | Num_of_shaff_in_charge row 1 : 1 | 1 | May | 10 row 2 : 2 | 1 | April | 12 row 3 : 3 | 10 | June | 15 row 4 : 4 | 5 | July | 5 row 5 : 5 | 1 | May | 10 row 6 : 6 | 1 | April | 12 row 7 : 7 | 2 | June | 5 row 8 : 8 | 3 | July | 15 row 9 : 9 | 3 | May | 3 row 10 : 10 | 3 | April | 4
col : Shop_ID | count(*) row 1 : 1 | 4
SELECT MONTH FROM happy_hour GROUP BY MONTH ORDER BY count(*) DESC LIMIT 1
[ "happy_hour" ]
[ "{\"columns\":[\"HH_ID\",\"Shop_ID\",\"Month\",\"Num_of_shaff_in_charge\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,1,\"May\",10],[2,1,\"April\",12],[3,10,\"June\",15],[4,5,\"July\",5],[5,1,\"May\",10],[6,1,\"April\",12],[7,2,\"June\",5],[8,3,\"July\",15],[9,3,\"May\",3],[10,3,\"April\",4]]}" ]
{"columns":["Month"],"index":[0],"data":[["April"]]}
SELECT MONTH FROM happy_hour GROUP BY MONTH ORDER BY count(*) DESC LIMIT 1 <table_name> : happy_hour col : HH_ID | Shop_ID | Month | Num_of_shaff_in_charge row 1 : 1 | 1 | May | 10 row 2 : 2 | 1 | April | 12 row 3 : 3 | 10 | June | 15 row 4 : 4 | 5 | July | 5 row 5 : 5 | 1 | May | 10 row 6 : 6 | 1 | April | 12 row 7 : 7 | 2 | June | 5 row 8 : 8 | 3 | July | 15 row 9 : 9 | 3 | May | 3 row 10 : 10 | 3 | April | 4
col : Month row 1 : April
SELECT MONTH FROM happy_hour GROUP BY MONTH HAVING count(*) > 2
[ "happy_hour" ]
[ "{\"columns\":[\"HH_ID\",\"Shop_ID\",\"Month\",\"Num_of_shaff_in_charge\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[1,1,\"May\",10],[2,1,\"April\",12],[3,10,\"June\",15],[4,5,\"July\",5],[5,1,\"May\",10],[6,1,\"April\",12],[7,2,\"June\",5],[8,3,\"July\",15],[9,3,\"May\",3],[10,3,\"April\",4]]}" ]
{"columns":["Month"],"index":[0,1],"data":[["April"],["May"]]}
SELECT MONTH FROM happy_hour GROUP BY MONTH HAVING count(*) > 2 <table_name> : happy_hour col : HH_ID | Shop_ID | Month | Num_of_shaff_in_charge row 1 : 1 | 1 | May | 10 row 2 : 2 | 1 | April | 12 row 3 : 3 | 10 | June | 15 row 4 : 4 | 5 | July | 5 row 5 : 5 | 1 | May | 10 row 6 : 6 | 1 | April | 12 row 7 : 7 | 2 | June | 5 row 8 : 8 | 3 | July | 15 row 9 : 9 | 3 | May | 3 row 10 : 10 | 3 | April | 4
col : Month row 1 : April row 2 : May
SELECT count(*) FROM ALBUM
[ "Album" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[347]]}
SELECT count(*) FROM ALBUM <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275
col : count(*) row 1 : 347
SELECT Name FROM GENRE
[ "Genre" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}" ]
{"columns":["Name"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],"data":[["Rock"],["Jazz"],["Metal"],["Alternative & Punk"],["Rock And Roll"],["Blues"],["Latin"],["Reggae"],["Pop"],["Soundtrack"],["Bossa Nova"],["Easy Listening"],["Heavy Metal"],["R&B\/Soul"],["Electronica\/Dance"],["World"],["Hip Hop\/Rap"],["Science Fiction"],["TV Shows"],["Sci Fi & Fantasy"],["Drama"],["Comedy"],["Alternative"],["Classical"],["Opera"]]}
SELECT Name FROM GENRE <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera
col : Name row 1 : Rock row 2 : Jazz row 3 : Metal row 4 : Alternative & Punk row 5 : Rock And Roll row 6 : Blues row 7 : Latin row 8 : Reggae row 9 : Pop row 10 : Soundtrack row 11 : Bossa Nova row 12 : Easy Listening row 13 : Heavy Metal row 14 : R&B/Soul row 15 : Electronica/Dance row 16 : World row 17 : Hip Hop/Rap row 18 : Science Fiction row 19 : TV Shows row 20 : Sci Fi & Fantasy row 21 : Drama row 22 : Comedy row 23 : Alternative row 24 : Classical row 25 : Opera
SELECT * FROM CUSTOMER WHERE State = "NY"
[ "Customer" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}" ]
{"columns":["CustomerId","FirstName","LastName","Company","Address","City","State","Country","PostalCode","Phone","Fax","Email","SupportRepId"],"index":[0],"data":[[18,"Michelle","Brooks",null,"627 Broadway","New York","NY","USA","10012-2612","+1 (212) 221-3546","+1 (212) 221-4679","michelleb@aol.com",3]]}
SELECT * FROM CUSTOMER WHERE State = "NY" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3
col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3
SELECT FirstName , LastName FROM EMPLOYEE WHERE City = "Calgary"
[ "Employee" ]
[ "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["FirstName","LastName"],"index":[0,1,2,3,4],"data":[["Nancy","Edwards"],["Jane","Peacock"],["Margaret","Park"],["Steve","Johnson"],["Michael","Mitchell"]]}
SELECT FirstName , LastName FROM EMPLOYEE WHERE City = "Calgary" <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : FirstName | LastName row 1 : Nancy | Edwards row 2 : Jane | Peacock row 3 : Margaret | Park row 4 : Steve | Johnson row 5 : Michael | Mitchell
SELECT distinct(BillingCountry) FROM INVOICE
[ "Invoice" ]
[ "{\"columns\":[\"InvoiceId\",\"CustomerId\",\"InvoiceDate\",\"BillingAddress\",\"BillingCity\",\"BillingState\",\"BillingCountry\",\"BillingPostalCode\",\"Total\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411],\"data\":[[1,2,\"2009-01-01 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[2,4,\"2009-01-02 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",3.96],[3,8,\"2009-01-03 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",5.94],[4,14,\"2009-01-06 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",8.91],[5,23,\"2009-01-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",13.86],[6,37,\"2009-01-19 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",0.99],[7,38,\"2009-02-01 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[8,40,\"2009-02-01 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",1.98],[9,42,\"2009-02-02 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.96],[10,46,\"2009-02-03 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,5.94],[11,52,\"2009-02-06 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",8.91],[12,2,\"2009-02-11 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",13.86],[13,16,\"2009-02-19 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",0.99],[14,17,\"2009-03-04 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[15,19,\"2009-03-04 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[16,21,\"2009-03-05 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",3.96],[17,25,\"2009-03-06 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",5.94],[18,31,\"2009-03-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",8.91],[19,40,\"2009-03-14 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",13.86],[20,54,\"2009-03-22 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",0.99],[21,55,\"2009-04-04 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[22,57,\"2009-04-04 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[23,59,\"2009-04-05 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",3.96],[24,4,\"2009-04-06 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",5.94],[25,10,\"2009-04-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",8.91],[26,19,\"2009-04-14 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",13.86],[27,33,\"2009-04-22 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",0.99],[28,34,\"2009-05-05 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[29,36,\"2009-05-05 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[30,38,\"2009-05-06 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",3.96],[31,42,\"2009-05-07 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",5.94],[32,48,\"2009-05-10 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.91],[33,57,\"2009-05-15 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,13.86],[34,12,\"2009-05-23 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",0.99],[35,13,\"2009-06-05 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[36,15,\"2009-06-05 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[37,17,\"2009-06-06 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",3.96],[38,21,\"2009-06-07 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",5.94],[39,27,\"2009-06-10 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",8.91],[40,36,\"2009-06-15 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",13.86],[41,50,\"2009-06-23 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",0.99],[42,51,\"2009-07-06 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[43,53,\"2009-07-06 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[44,55,\"2009-07-07 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",3.96],[45,59,\"2009-07-08 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",5.94],[46,6,\"2009-07-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",8.91],[47,15,\"2009-07-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",13.86],[48,29,\"2009-07-24 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",0.99],[49,30,\"2009-08-06 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[50,32,\"2009-08-06 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[51,34,\"2009-08-07 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,3.96],[52,38,\"2009-08-08 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",5.94],[53,44,\"2009-08-11 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",8.91],[54,53,\"2009-08-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",13.86],[55,8,\"2009-08-24 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",0.99],[56,9,\"2009-09-06 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[57,11,\"2009-09-06 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[58,13,\"2009-09-07 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",3.96],[59,17,\"2009-09-08 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",5.94],[60,23,\"2009-09-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",8.91],[61,32,\"2009-09-16 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",13.86],[62,46,\"2009-09-24 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,0.99],[63,47,\"2009-10-07 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[64,49,\"2009-10-07 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[65,51,\"2009-10-08 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",3.96],[66,55,\"2009-10-09 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",5.94],[67,2,\"2009-10-12 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",8.91],[68,11,\"2009-10-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",13.86],[69,25,\"2009-10-25 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",0.99],[70,26,\"2009-11-07 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[71,28,\"2009-11-07 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[72,30,\"2009-11-08 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",3.96],[73,34,\"2009-11-09 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,5.94],[74,40,\"2009-11-12 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",8.91],[75,49,\"2009-11-17 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",13.86],[76,4,\"2009-11-25 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",0.99],[77,5,\"2009-12-08 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[78,7,\"2009-12-08 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[79,9,\"2009-12-09 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",3.96],[80,13,\"2009-12-10 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",5.94],[81,19,\"2009-12-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",8.91],[82,28,\"2009-12-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",13.86],[83,42,\"2009-12-26 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",0.99],[84,43,\"2010-01-08 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[85,45,\"2010-01-08 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[86,47,\"2010-01-09 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",3.96],[87,51,\"2010-01-10 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",6.94],[88,57,\"2010-01-13 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,17.91],[89,7,\"2010-01-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",18.86],[90,21,\"2010-01-26 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",0.99],[91,22,\"2010-02-08 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",1.98],[92,24,\"2010-02-08 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[93,26,\"2010-02-09 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",3.96],[94,30,\"2010-02-10 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",5.94],[95,36,\"2010-02-13 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",8.91],[96,45,\"2010-02-18 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",21.86],[97,59,\"2010-02-26 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.99],[98,1,\"2010-03-11 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.98],[99,3,\"2010-03-11 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.98],[100,5,\"2010-03-12 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",3.96],[101,9,\"2010-03-13 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",5.94],[102,15,\"2010-03-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",9.91],[103,24,\"2010-03-21 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",15.86],[104,38,\"2010-03-29 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",0.99],[105,39,\"2010-04-11 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[106,41,\"2010-04-11 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[107,43,\"2010-04-12 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",3.96],[108,47,\"2010-04-13 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",5.94],[109,53,\"2010-04-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",8.91],[110,3,\"2010-04-21 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",13.86],[111,17,\"2010-04-29 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",0.99],[112,18,\"2010-05-12 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[113,20,\"2010-05-12 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",1.98],[114,22,\"2010-05-13 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.96],[115,26,\"2010-05-14 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",5.94],[116,32,\"2010-05-17 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",8.91],[117,41,\"2010-05-22 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",13.86],[118,55,\"2010-05-30 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",0.99],[119,56,\"2010-06-12 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[120,58,\"2010-06-12 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[121,1,\"2010-06-13 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.96],[122,5,\"2010-06-14 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",5.94],[123,11,\"2010-06-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",8.91],[124,20,\"2010-06-22 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",13.86],[125,34,\"2010-06-30 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,0.99],[126,35,\"2010-07-13 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[127,37,\"2010-07-13 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[128,39,\"2010-07-14 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",3.96],[129,43,\"2010-07-15 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",5.94],[130,49,\"2010-07-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",8.91],[131,58,\"2010-07-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",13.86],[132,13,\"2010-07-31 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",0.99],[133,14,\"2010-08-13 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[134,16,\"2010-08-13 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[135,18,\"2010-08-14 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",3.96],[136,22,\"2010-08-15 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",5.94],[137,28,\"2010-08-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",8.91],[138,37,\"2010-08-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",13.86],[139,51,\"2010-08-31 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",0.99],[140,52,\"2010-09-13 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[141,54,\"2010-09-13 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[142,56,\"2010-09-14 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",3.96],[143,1,\"2010-09-15 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",5.94],[144,7,\"2010-09-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",8.91],[145,16,\"2010-09-23 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",13.86],[146,30,\"2010-10-01 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",0.99],[147,31,\"2010-10-14 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[148,33,\"2010-10-14 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[149,35,\"2010-10-15 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,3.96],[150,39,\"2010-10-16 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",5.94],[151,45,\"2010-10-19 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",8.91],[152,54,\"2010-10-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",13.86],[153,9,\"2010-11-01 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",0.99],[154,10,\"2010-11-14 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[155,12,\"2010-11-14 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[156,14,\"2010-11-15 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",3.96],[157,18,\"2010-11-16 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",5.94],[158,24,\"2010-11-19 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",8.91],[159,33,\"2010-11-24 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",13.86],[160,47,\"2010-12-02 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",0.99],[161,48,\"2010-12-15 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[162,50,\"2010-12-15 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[163,52,\"2010-12-16 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",3.96],[164,56,\"2010-12-17 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",5.94],[165,3,\"2010-12-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",8.91],[166,12,\"2010-12-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",13.86],[167,26,\"2011-01-02 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",0.99],[168,27,\"2011-01-15 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[169,29,\"2011-01-15 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[170,31,\"2011-01-16 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",3.96],[171,35,\"2011-01-17 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,5.94],[172,41,\"2011-01-20 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",8.91],[173,50,\"2011-01-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",13.86],[174,5,\"2011-02-02 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",0.99],[175,6,\"2011-02-15 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[176,8,\"2011-02-15 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[177,10,\"2011-02-16 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",3.96],[178,14,\"2011-02-17 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",5.94],[179,20,\"2011-02-20 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",8.91],[180,29,\"2011-02-25 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",13.86],[181,43,\"2011-03-05 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",0.99],[182,44,\"2011-03-18 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[183,46,\"2011-03-18 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[184,48,\"2011-03-19 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",3.96],[185,52,\"2011-03-20 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",5.94],[186,58,\"2011-03-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",8.91],[187,8,\"2011-03-28 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",13.86],[188,22,\"2011-04-05 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",0.99],[189,23,\"2011-04-18 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[190,25,\"2011-04-18 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[191,27,\"2011-04-19 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",3.96],[192,31,\"2011-04-20 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",5.94],[193,37,\"2011-04-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",14.91],[194,46,\"2011-04-28 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,21.86],[195,1,\"2011-05-06 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",0.99],[196,2,\"2011-05-19 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[197,4,\"2011-05-19 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[198,6,\"2011-05-20 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",3.96],[199,10,\"2011-05-21 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",5.94],[200,16,\"2011-05-24 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",8.91],[201,25,\"2011-05-29 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",18.86],[202,39,\"2011-06-06 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.99],[203,40,\"2011-06-19 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",2.98],[204,42,\"2011-06-19 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.98],[205,44,\"2011-06-20 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",7.96],[206,48,\"2011-06-21 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.94],[207,54,\"2011-06-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",8.91],[208,4,\"2011-06-29 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",15.86],[209,18,\"2011-07-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",0.99],[210,19,\"2011-07-20 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[211,21,\"2011-07-20 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[212,23,\"2011-07-21 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",3.96],[213,27,\"2011-07-22 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",5.94],[214,33,\"2011-07-25 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",8.91],[215,42,\"2011-07-30 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",13.86],[216,56,\"2011-08-07 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",0.99],[217,57,\"2011-08-20 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[218,59,\"2011-08-20 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.98],[219,2,\"2011-08-21 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",3.96],[220,6,\"2011-08-22 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",5.94],[221,12,\"2011-08-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",8.91],[222,21,\"2011-08-30 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",13.86],[223,35,\"2011-09-07 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,0.99],[224,36,\"2011-09-20 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[225,38,\"2011-09-20 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[226,40,\"2011-09-21 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",3.96],[227,44,\"2011-09-22 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",5.94],[228,50,\"2011-09-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",8.91],[229,59,\"2011-09-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",13.86],[230,14,\"2011-10-08 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",0.99],[231,15,\"2011-10-21 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[232,17,\"2011-10-21 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[233,19,\"2011-10-22 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",3.96],[234,23,\"2011-10-23 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",5.94],[235,29,\"2011-10-26 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",8.91],[236,38,\"2011-10-31 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",13.86],[237,52,\"2011-11-08 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",0.99],[238,53,\"2011-11-21 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[239,55,\"2011-11-21 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[240,57,\"2011-11-22 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,3.96],[241,2,\"2011-11-23 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",5.94],[242,8,\"2011-11-26 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",8.91],[243,17,\"2011-12-01 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",13.86],[244,31,\"2011-12-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",0.99],[245,32,\"2011-12-22 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[246,34,\"2011-12-22 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[247,36,\"2011-12-23 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",3.96],[248,40,\"2011-12-24 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",5.94],[249,46,\"2011-12-27 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,8.91],[250,55,\"2012-01-01 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",13.86],[251,10,\"2012-01-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",0.99],[252,11,\"2012-01-22 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[253,13,\"2012-01-22 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[254,15,\"2012-01-23 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",3.96],[255,19,\"2012-01-24 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",5.94],[256,25,\"2012-01-27 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",8.91],[257,34,\"2012-02-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,13.86],[258,48,\"2012-02-09 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",0.99],[259,49,\"2012-02-22 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[260,51,\"2012-02-22 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[261,53,\"2012-02-23 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",3.96],[262,57,\"2012-02-24 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,5.94],[263,4,\"2012-02-27 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",8.91],[264,13,\"2012-03-03 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",13.86],[265,27,\"2012-03-11 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",0.99],[266,28,\"2012-03-24 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[267,30,\"2012-03-24 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[268,32,\"2012-03-25 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",3.96],[269,36,\"2012-03-26 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",5.94],[270,42,\"2012-03-29 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",8.91],[271,51,\"2012-04-03 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",13.86],[272,6,\"2012-04-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",0.99],[273,7,\"2012-04-24 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[274,9,\"2012-04-24 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[275,11,\"2012-04-25 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",3.96],[276,15,\"2012-04-26 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",5.94],[277,21,\"2012-04-29 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",8.91],[278,30,\"2012-05-04 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",13.86],[279,44,\"2012-05-12 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",0.99],[280,45,\"2012-05-25 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[281,47,\"2012-05-25 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[282,49,\"2012-05-26 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",3.96],[283,53,\"2012-05-27 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",5.94],[284,59,\"2012-05-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",8.91],[285,9,\"2012-06-04 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",13.86],[286,23,\"2012-06-12 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",0.99],[287,24,\"2012-06-25 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[288,26,\"2012-06-25 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[289,28,\"2012-06-26 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",3.96],[290,32,\"2012-06-27 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",5.94],[291,38,\"2012-06-30 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",8.91],[292,47,\"2012-07-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",13.86],[293,2,\"2012-07-13 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",0.99],[294,3,\"2012-07-26 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",1.98],[295,5,\"2012-07-26 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[296,7,\"2012-07-27 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",3.96],[297,11,\"2012-07-28 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",5.94],[298,17,\"2012-07-31 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",10.91],[299,26,\"2012-08-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",23.86],[300,40,\"2012-08-13 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",0.99],[301,41,\"2012-08-26 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[302,43,\"2012-08-26 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[303,45,\"2012-08-27 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",3.96],[304,49,\"2012-08-28 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",5.94],[305,55,\"2012-08-31 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",8.91],[306,5,\"2012-09-05 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",16.86],[307,19,\"2012-09-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.99],[308,20,\"2012-09-26 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.98],[309,22,\"2012-09-26 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.98],[310,24,\"2012-09-27 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",7.96],[311,28,\"2012-09-28 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",11.94],[312,34,\"2012-10-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,10.91],[313,43,\"2012-10-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",16.86],[314,57,\"2012-10-14 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,0.99],[315,58,\"2012-10-27 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[316,1,\"2012-10-27 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",1.98],[317,3,\"2012-10-28 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.96],[318,7,\"2012-10-29 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",5.94],[319,13,\"2012-11-01 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",8.91],[320,22,\"2012-11-06 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",13.86],[321,36,\"2012-11-14 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",0.99],[322,37,\"2012-11-27 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[323,39,\"2012-11-27 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[324,41,\"2012-11-28 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",3.96],[325,45,\"2012-11-29 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",5.94],[326,51,\"2012-12-02 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",8.91],[327,1,\"2012-12-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",13.86],[328,15,\"2012-12-15 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",0.99],[329,16,\"2012-12-28 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[330,18,\"2012-12-28 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[331,20,\"2012-12-29 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.96],[332,24,\"2012-12-30 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",5.94],[333,30,\"2013-01-02 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",8.91],[334,39,\"2013-01-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",13.86],[335,53,\"2013-01-15 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",0.99],[336,54,\"2013-01-28 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[337,56,\"2013-01-28 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[338,58,\"2013-01-29 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",3.96],[339,3,\"2013-01-30 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",5.94],[340,9,\"2013-02-02 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",8.91],[341,18,\"2013-02-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",13.86],[342,32,\"2013-02-15 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",0.99],[343,33,\"2013-02-28 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[344,35,\"2013-02-28 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[345,37,\"2013-03-01 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",3.96],[346,41,\"2013-03-02 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",5.94],[347,47,\"2013-03-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",8.91],[348,56,\"2013-03-10 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",13.86],[349,11,\"2013-03-18 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",0.99],[350,12,\"2013-03-31 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[351,14,\"2013-03-31 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[352,16,\"2013-04-01 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",3.96],[353,20,\"2013-04-02 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",5.94],[354,26,\"2013-04-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",8.91],[355,35,\"2013-04-10 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,13.86],[356,49,\"2013-04-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",0.99],[357,50,\"2013-05-01 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[358,52,\"2013-05-01 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[359,54,\"2013-05-02 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",3.96],[360,58,\"2013-05-03 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",5.94],[361,5,\"2013-05-06 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",8.91],[362,14,\"2013-05-11 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",13.86],[363,28,\"2013-05-19 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",0.99],[364,29,\"2013-06-01 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[365,31,\"2013-06-01 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[366,33,\"2013-06-02 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",3.96],[367,37,\"2013-06-03 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",5.94],[368,43,\"2013-06-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",8.91],[369,52,\"2013-06-11 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",13.86],[370,7,\"2013-06-19 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",0.99],[371,8,\"2013-07-02 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[372,10,\"2013-07-02 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[373,12,\"2013-07-03 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",3.96],[374,16,\"2013-07-04 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",5.94],[375,22,\"2013-07-07 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",8.91],[376,31,\"2013-07-12 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",13.86],[377,45,\"2013-07-20 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",0.99],[378,46,\"2013-08-02 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[379,48,\"2013-08-02 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[380,50,\"2013-08-03 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",3.96],[381,54,\"2013-08-04 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",5.94],[382,1,\"2013-08-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",8.91],[383,10,\"2013-08-12 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",13.86],[384,24,\"2013-08-20 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",0.99],[385,25,\"2013-09-02 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[386,27,\"2013-09-02 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[387,29,\"2013-09-03 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",3.96],[388,33,\"2013-09-04 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",5.94],[389,39,\"2013-09-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",8.91],[390,48,\"2013-09-12 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",13.86],[391,3,\"2013-09-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",0.99],[392,4,\"2013-10-03 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[393,6,\"2013-10-03 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[394,8,\"2013-10-04 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",3.96],[395,12,\"2013-10-05 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",5.94],[396,18,\"2013-10-08 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",8.91],[397,27,\"2013-10-13 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",13.86],[398,41,\"2013-10-21 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",0.99],[399,42,\"2013-11-03 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",1.98],[400,44,\"2013-11-03 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[401,46,\"2013-11-04 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,3.96],[402,50,\"2013-11-05 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",5.94],[403,56,\"2013-11-08 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",8.91],[404,6,\"2013-11-13 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",25.86],[405,20,\"2013-11-21 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",0.99],[406,21,\"2013-12-04 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[407,23,\"2013-12-04 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[408,25,\"2013-12-05 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",3.96],[409,29,\"2013-12-06 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",5.94],[410,35,\"2013-12-09 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,8.91],[411,44,\"2013-12-14 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",13.86],[412,58,\"2013-12-22 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.99]]}" ]
{"columns":["BillingCountry"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23],"data":[["Germany"],["Norway"],["Belgium"],["Canada"],["USA"],["France"],["Ireland"],["United Kingdom"],["Australia"],["Chile"],["India"],["Brazil"],["Portugal"],["Netherlands"],["Spain"],["Sweden"],["Czech Republic"],["Finland"],["Denmark"],["Italy"],["Poland"],["Austria"],["Hungary"],["Argentina"]]}
SELECT distinct(BillingCountry) FROM INVOICE <table_name> : Invoice col : InvoiceId | CustomerId | InvoiceDate | BillingAddress | BillingCity | BillingState | BillingCountry | BillingPostalCode | Total row 1 : 1 | 2 | 2009-01-01 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 2 : 2 | 4 | 2009-01-02 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 3.96 row 3 : 3 | 8 | 2009-01-03 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 5.94 row 4 : 4 | 14 | 2009-01-06 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 8.91 row 5 : 5 | 23 | 2009-01-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 13.86 row 6 : 6 | 37 | 2009-01-19 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 0.99 row 7 : 7 | 38 | 2009-02-01 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 8 : 8 | 40 | 2009-02-01 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 1.98 row 9 : 9 | 42 | 2009-02-02 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.96 row 10 : 10 | 46 | 2009-02-03 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 5.94 row 11 : 11 | 52 | 2009-02-06 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 8.91 row 12 : 12 | 2 | 2009-02-11 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 13.86 row 13 : 13 | 16 | 2009-02-19 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 0.99 row 14 : 14 | 17 | 2009-03-04 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 15 : 15 | 19 | 2009-03-04 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 16 : 16 | 21 | 2009-03-05 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 3.96 row 17 : 17 | 25 | 2009-03-06 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 5.94 row 18 : 18 | 31 | 2009-03-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 8.91 row 19 : 19 | 40 | 2009-03-14 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 13.86 row 20 : 20 | 54 | 2009-03-22 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 0.99 row 21 : 21 | 55 | 2009-04-04 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 22 : 22 | 57 | 2009-04-04 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 23 : 23 | 59 | 2009-04-05 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 3.96 row 24 : 24 | 4 | 2009-04-06 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 5.94 row 25 : 25 | 10 | 2009-04-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 8.91 row 26 : 26 | 19 | 2009-04-14 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 13.86 row 27 : 27 | 33 | 2009-04-22 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 0.99 row 28 : 28 | 34 | 2009-05-05 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 29 : 29 | 36 | 2009-05-05 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 30 : 30 | 38 | 2009-05-06 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 3.96 row 31 : 31 | 42 | 2009-05-07 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 5.94 row 32 : 32 | 48 | 2009-05-10 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.91 row 33 : 33 | 57 | 2009-05-15 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 13.86 row 34 : 34 | 12 | 2009-05-23 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 0.99 row 35 : 35 | 13 | 2009-06-05 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 36 : 36 | 15 | 2009-06-05 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 37 : 37 | 17 | 2009-06-06 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 3.96 row 38 : 38 | 21 | 2009-06-07 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 5.94 row 39 : 39 | 27 | 2009-06-10 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 8.91 row 40 : 40 | 36 | 2009-06-15 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 13.86 row 41 : 41 | 50 | 2009-06-23 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 0.99 row 42 : 42 | 51 | 2009-07-06 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 43 : 43 | 53 | 2009-07-06 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 44 : 44 | 55 | 2009-07-07 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 3.96 row 45 : 45 | 59 | 2009-07-08 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 5.94 row 46 : 46 | 6 | 2009-07-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 8.91 row 47 : 47 | 15 | 2009-07-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 13.86 row 48 : 48 | 29 | 2009-07-24 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 0.99 row 49 : 49 | 30 | 2009-08-06 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 50 : 50 | 32 | 2009-08-06 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 51 : 51 | 34 | 2009-08-07 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 3.96 row 52 : 52 | 38 | 2009-08-08 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 5.94 row 53 : 53 | 44 | 2009-08-11 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 8.91 row 54 : 54 | 53 | 2009-08-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 13.86 row 55 : 55 | 8 | 2009-08-24 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 0.99 row 56 : 56 | 9 | 2009-09-06 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 57 : 57 | 11 | 2009-09-06 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 58 : 58 | 13 | 2009-09-07 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 3.96 row 59 : 59 | 17 | 2009-09-08 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 5.94 row 60 : 60 | 23 | 2009-09-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 8.91 row 61 : 61 | 32 | 2009-09-16 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 13.86 row 62 : 62 | 46 | 2009-09-24 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 0.99 row 63 : 63 | 47 | 2009-10-07 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 64 : 64 | 49 | 2009-10-07 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 65 : 65 | 51 | 2009-10-08 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 3.96 row 66 : 66 | 55 | 2009-10-09 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 5.94 row 67 : 67 | 2 | 2009-10-12 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 8.91 row 68 : 68 | 11 | 2009-10-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 13.86 row 69 : 69 | 25 | 2009-10-25 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 0.99 row 70 : 70 | 26 | 2009-11-07 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 71 : 71 | 28 | 2009-11-07 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 72 : 72 | 30 | 2009-11-08 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 3.96 row 73 : 73 | 34 | 2009-11-09 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 5.94 row 74 : 74 | 40 | 2009-11-12 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 8.91 row 75 : 75 | 49 | 2009-11-17 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 13.86 row 76 : 76 | 4 | 2009-11-25 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 0.99 row 77 : 77 | 5 | 2009-12-08 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 78 : 78 | 7 | 2009-12-08 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 79 : 79 | 9 | 2009-12-09 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 3.96 row 80 : 80 | 13 | 2009-12-10 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 5.94 row 81 : 81 | 19 | 2009-12-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 8.91 row 82 : 82 | 28 | 2009-12-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 13.86 row 83 : 83 | 42 | 2009-12-26 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 0.99 row 84 : 84 | 43 | 2010-01-08 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 85 : 85 | 45 | 2010-01-08 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 86 : 86 | 47 | 2010-01-09 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 3.96 row 87 : 87 | 51 | 2010-01-10 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 6.94 row 88 : 88 | 57 | 2010-01-13 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 17.91 row 89 : 89 | 7 | 2010-01-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 18.86 row 90 : 90 | 21 | 2010-01-26 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 0.99 row 91 : 91 | 22 | 2010-02-08 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 1.98 row 92 : 92 | 24 | 2010-02-08 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 93 : 93 | 26 | 2010-02-09 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 3.96 row 94 : 94 | 30 | 2010-02-10 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 5.94 row 95 : 95 | 36 | 2010-02-13 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 8.91 row 96 : 96 | 45 | 2010-02-18 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 21.86 row 97 : 97 | 59 | 2010-02-26 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.99 row 98 : 98 | 1 | 2010-03-11 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.98 row 99 : 99 | 3 | 2010-03-11 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.98 row 100 : 100 | 5 | 2010-03-12 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 3.96 row 101 : 101 | 9 | 2010-03-13 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 5.94 row 102 : 102 | 15 | 2010-03-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 9.91 row 103 : 103 | 24 | 2010-03-21 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 15.86 row 104 : 104 | 38 | 2010-03-29 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 0.99 row 105 : 105 | 39 | 2010-04-11 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 106 : 106 | 41 | 2010-04-11 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 107 : 107 | 43 | 2010-04-12 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 3.96 row 108 : 108 | 47 | 2010-04-13 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 5.94 row 109 : 109 | 53 | 2010-04-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 8.91 row 110 : 110 | 3 | 2010-04-21 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 13.86 row 111 : 111 | 17 | 2010-04-29 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 0.99 row 112 : 112 | 18 | 2010-05-12 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 113 : 113 | 20 | 2010-05-12 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 1.98 row 114 : 114 | 22 | 2010-05-13 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.96 row 115 : 115 | 26 | 2010-05-14 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 5.94 row 116 : 116 | 32 | 2010-05-17 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 8.91 row 117 : 117 | 41 | 2010-05-22 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 13.86 row 118 : 118 | 55 | 2010-05-30 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 0.99 row 119 : 119 | 56 | 2010-06-12 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 120 : 120 | 58 | 2010-06-12 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 121 : 121 | 1 | 2010-06-13 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.96 row 122 : 122 | 5 | 2010-06-14 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 5.94 row 123 : 123 | 11 | 2010-06-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 8.91 row 124 : 124 | 20 | 2010-06-22 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 13.86 row 125 : 125 | 34 | 2010-06-30 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 0.99 row 126 : 126 | 35 | 2010-07-13 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 127 : 127 | 37 | 2010-07-13 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 128 : 128 | 39 | 2010-07-14 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 3.96 row 129 : 129 | 43 | 2010-07-15 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 5.94 row 130 : 130 | 49 | 2010-07-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 8.91 row 131 : 131 | 58 | 2010-07-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 13.86 row 132 : 132 | 13 | 2010-07-31 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 0.99 row 133 : 133 | 14 | 2010-08-13 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 134 : 134 | 16 | 2010-08-13 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 135 : 135 | 18 | 2010-08-14 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 3.96 row 136 : 136 | 22 | 2010-08-15 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 5.94 row 137 : 137 | 28 | 2010-08-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 8.91 row 138 : 138 | 37 | 2010-08-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 13.86 row 139 : 139 | 51 | 2010-08-31 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 0.99 row 140 : 140 | 52 | 2010-09-13 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 141 : 141 | 54 | 2010-09-13 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 142 : 142 | 56 | 2010-09-14 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 3.96 row 143 : 143 | 1 | 2010-09-15 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 5.94 row 144 : 144 | 7 | 2010-09-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 8.91 row 145 : 145 | 16 | 2010-09-23 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 13.86 row 146 : 146 | 30 | 2010-10-01 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 0.99 row 147 : 147 | 31 | 2010-10-14 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 148 : 148 | 33 | 2010-10-14 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 149 : 149 | 35 | 2010-10-15 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 3.96 row 150 : 150 | 39 | 2010-10-16 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 5.94 row 151 : 151 | 45 | 2010-10-19 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 8.91 row 152 : 152 | 54 | 2010-10-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 13.86 row 153 : 153 | 9 | 2010-11-01 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 0.99 row 154 : 154 | 10 | 2010-11-14 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 155 : 155 | 12 | 2010-11-14 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 156 : 156 | 14 | 2010-11-15 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 3.96 row 157 : 157 | 18 | 2010-11-16 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 5.94 row 158 : 158 | 24 | 2010-11-19 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 8.91 row 159 : 159 | 33 | 2010-11-24 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 13.86 row 160 : 160 | 47 | 2010-12-02 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 0.99 row 161 : 161 | 48 | 2010-12-15 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 162 : 162 | 50 | 2010-12-15 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 163 : 163 | 52 | 2010-12-16 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 3.96 row 164 : 164 | 56 | 2010-12-17 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 5.94 row 165 : 165 | 3 | 2010-12-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 8.91 row 166 : 166 | 12 | 2010-12-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 13.86 row 167 : 167 | 26 | 2011-01-02 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 0.99 row 168 : 168 | 27 | 2011-01-15 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 169 : 169 | 29 | 2011-01-15 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 170 : 170 | 31 | 2011-01-16 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 3.96 row 171 : 171 | 35 | 2011-01-17 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 5.94 row 172 : 172 | 41 | 2011-01-20 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 8.91 row 173 : 173 | 50 | 2011-01-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 13.86 row 174 : 174 | 5 | 2011-02-02 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 0.99 row 175 : 175 | 6 | 2011-02-15 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 176 : 176 | 8 | 2011-02-15 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 177 : 177 | 10 | 2011-02-16 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 3.96 row 178 : 178 | 14 | 2011-02-17 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 5.94 row 179 : 179 | 20 | 2011-02-20 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 8.91 row 180 : 180 | 29 | 2011-02-25 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 13.86 row 181 : 181 | 43 | 2011-03-05 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 0.99 row 182 : 182 | 44 | 2011-03-18 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 183 : 183 | 46 | 2011-03-18 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 184 : 184 | 48 | 2011-03-19 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 3.96 row 185 : 185 | 52 | 2011-03-20 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 5.94 row 186 : 186 | 58 | 2011-03-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 8.91 row 187 : 187 | 8 | 2011-03-28 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 13.86 row 188 : 188 | 22 | 2011-04-05 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 0.99 row 189 : 189 | 23 | 2011-04-18 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 190 : 190 | 25 | 2011-04-18 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 191 : 191 | 27 | 2011-04-19 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 3.96 row 192 : 192 | 31 | 2011-04-20 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 5.94 row 193 : 193 | 37 | 2011-04-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 14.91 row 194 : 194 | 46 | 2011-04-28 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 21.86 row 195 : 195 | 1 | 2011-05-06 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 0.99 row 196 : 196 | 2 | 2011-05-19 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 197 : 197 | 4 | 2011-05-19 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 198 : 198 | 6 | 2011-05-20 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 3.96 row 199 : 199 | 10 | 2011-05-21 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 5.94 row 200 : 200 | 16 | 2011-05-24 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 8.91 row 201 : 201 | 25 | 2011-05-29 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 18.86 row 202 : 202 | 39 | 2011-06-06 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.99 row 203 : 203 | 40 | 2011-06-19 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 2.98 row 204 : 204 | 42 | 2011-06-19 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.98 row 205 : 205 | 44 | 2011-06-20 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 7.96 row 206 : 206 | 48 | 2011-06-21 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.94 row 207 : 207 | 54 | 2011-06-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 8.91 row 208 : 208 | 4 | 2011-06-29 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 15.86 row 209 : 209 | 18 | 2011-07-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 0.99 row 210 : 210 | 19 | 2011-07-20 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 211 : 211 | 21 | 2011-07-20 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 212 : 212 | 23 | 2011-07-21 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 3.96 row 213 : 213 | 27 | 2011-07-22 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 5.94 row 214 : 214 | 33 | 2011-07-25 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 8.91 row 215 : 215 | 42 | 2011-07-30 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 13.86 row 216 : 216 | 56 | 2011-08-07 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 0.99 row 217 : 217 | 57 | 2011-08-20 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 218 : 218 | 59 | 2011-08-20 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.98 row 219 : 219 | 2 | 2011-08-21 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 3.96 row 220 : 220 | 6 | 2011-08-22 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 5.94 row 221 : 221 | 12 | 2011-08-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 8.91 row 222 : 222 | 21 | 2011-08-30 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 13.86 row 223 : 223 | 35 | 2011-09-07 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 0.99 row 224 : 224 | 36 | 2011-09-20 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 225 : 225 | 38 | 2011-09-20 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 226 : 226 | 40 | 2011-09-21 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 3.96 row 227 : 227 | 44 | 2011-09-22 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 5.94 row 228 : 228 | 50 | 2011-09-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 8.91 row 229 : 229 | 59 | 2011-09-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 13.86 row 230 : 230 | 14 | 2011-10-08 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 0.99 row 231 : 231 | 15 | 2011-10-21 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 232 : 232 | 17 | 2011-10-21 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 233 : 233 | 19 | 2011-10-22 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 3.96 row 234 : 234 | 23 | 2011-10-23 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 5.94 row 235 : 235 | 29 | 2011-10-26 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 8.91 row 236 : 236 | 38 | 2011-10-31 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 13.86 row 237 : 237 | 52 | 2011-11-08 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 0.99 row 238 : 238 | 53 | 2011-11-21 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 239 : 239 | 55 | 2011-11-21 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 240 : 240 | 57 | 2011-11-22 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 3.96 row 241 : 241 | 2 | 2011-11-23 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 5.94 row 242 : 242 | 8 | 2011-11-26 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 8.91 row 243 : 243 | 17 | 2011-12-01 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 13.86 row 244 : 244 | 31 | 2011-12-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 0.99 row 245 : 245 | 32 | 2011-12-22 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 246 : 246 | 34 | 2011-12-22 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 247 : 247 | 36 | 2011-12-23 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 3.96 row 248 : 248 | 40 | 2011-12-24 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 5.94 row 249 : 249 | 46 | 2011-12-27 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 8.91 row 250 : 250 | 55 | 2012-01-01 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 13.86 row 251 : 251 | 10 | 2012-01-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 0.99 row 252 : 252 | 11 | 2012-01-22 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 253 : 253 | 13 | 2012-01-22 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 254 : 254 | 15 | 2012-01-23 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 3.96 row 255 : 255 | 19 | 2012-01-24 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 5.94 row 256 : 256 | 25 | 2012-01-27 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 8.91 row 257 : 257 | 34 | 2012-02-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 13.86 row 258 : 258 | 48 | 2012-02-09 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 0.99 row 259 : 259 | 49 | 2012-02-22 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 260 : 260 | 51 | 2012-02-22 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 261 : 261 | 53 | 2012-02-23 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 3.96 row 262 : 262 | 57 | 2012-02-24 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 5.94 row 263 : 263 | 4 | 2012-02-27 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 8.91 row 264 : 264 | 13 | 2012-03-03 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 13.86 row 265 : 265 | 27 | 2012-03-11 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 0.99 row 266 : 266 | 28 | 2012-03-24 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 267 : 267 | 30 | 2012-03-24 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 268 : 268 | 32 | 2012-03-25 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 3.96 row 269 : 269 | 36 | 2012-03-26 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 5.94 row 270 : 270 | 42 | 2012-03-29 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 8.91 row 271 : 271 | 51 | 2012-04-03 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 13.86 row 272 : 272 | 6 | 2012-04-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 0.99 row 273 : 273 | 7 | 2012-04-24 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 274 : 274 | 9 | 2012-04-24 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 275 : 275 | 11 | 2012-04-25 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 3.96 row 276 : 276 | 15 | 2012-04-26 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 5.94 row 277 : 277 | 21 | 2012-04-29 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 8.91 row 278 : 278 | 30 | 2012-05-04 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 13.86 row 279 : 279 | 44 | 2012-05-12 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 0.99 row 280 : 280 | 45 | 2012-05-25 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 281 : 281 | 47 | 2012-05-25 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 282 : 282 | 49 | 2012-05-26 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 3.96 row 283 : 283 | 53 | 2012-05-27 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 5.94 row 284 : 284 | 59 | 2012-05-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 8.91 row 285 : 285 | 9 | 2012-06-04 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 13.86 row 286 : 286 | 23 | 2012-06-12 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 0.99 row 287 : 287 | 24 | 2012-06-25 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 288 : 288 | 26 | 2012-06-25 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 289 : 289 | 28 | 2012-06-26 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 3.96 row 290 : 290 | 32 | 2012-06-27 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 5.94 row 291 : 291 | 38 | 2012-06-30 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 8.91 row 292 : 292 | 47 | 2012-07-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 13.86 row 293 : 293 | 2 | 2012-07-13 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 0.99 row 294 : 294 | 3 | 2012-07-26 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 1.98 row 295 : 295 | 5 | 2012-07-26 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 296 : 296 | 7 | 2012-07-27 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 3.96 row 297 : 297 | 11 | 2012-07-28 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 5.94 row 298 : 298 | 17 | 2012-07-31 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 10.91 row 299 : 299 | 26 | 2012-08-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 23.86 row 300 : 300 | 40 | 2012-08-13 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 0.99 row 301 : 301 | 41 | 2012-08-26 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 302 : 302 | 43 | 2012-08-26 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 303 : 303 | 45 | 2012-08-27 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 3.96 row 304 : 304 | 49 | 2012-08-28 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 5.94 row 305 : 305 | 55 | 2012-08-31 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 8.91 row 306 : 306 | 5 | 2012-09-05 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 16.86 row 307 : 307 | 19 | 2012-09-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.99 row 308 : 308 | 20 | 2012-09-26 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.98 row 309 : 309 | 22 | 2012-09-26 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.98 row 310 : 310 | 24 | 2012-09-27 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 7.96 row 311 : 311 | 28 | 2012-09-28 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 11.94 row 312 : 312 | 34 | 2012-10-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 10.91 row 313 : 313 | 43 | 2012-10-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 16.86 row 314 : 314 | 57 | 2012-10-14 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 0.99 row 315 : 315 | 58 | 2012-10-27 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 316 : 316 | 1 | 2012-10-27 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 1.98 row 317 : 317 | 3 | 2012-10-28 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.96 row 318 : 318 | 7 | 2012-10-29 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 5.94 row 319 : 319 | 13 | 2012-11-01 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 8.91 row 320 : 320 | 22 | 2012-11-06 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 13.86 row 321 : 321 | 36 | 2012-11-14 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 0.99 row 322 : 322 | 37 | 2012-11-27 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 323 : 323 | 39 | 2012-11-27 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 324 : 324 | 41 | 2012-11-28 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 3.96 row 325 : 325 | 45 | 2012-11-29 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 5.94 row 326 : 326 | 51 | 2012-12-02 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 8.91 row 327 : 327 | 1 | 2012-12-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 13.86 row 328 : 328 | 15 | 2012-12-15 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 0.99 row 329 : 329 | 16 | 2012-12-28 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 330 : 330 | 18 | 2012-12-28 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 331 : 331 | 20 | 2012-12-29 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.96 row 332 : 332 | 24 | 2012-12-30 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 5.94 row 333 : 333 | 30 | 2013-01-02 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 8.91 row 334 : 334 | 39 | 2013-01-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 13.86 row 335 : 335 | 53 | 2013-01-15 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 0.99 row 336 : 336 | 54 | 2013-01-28 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 337 : 337 | 56 | 2013-01-28 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 338 : 338 | 58 | 2013-01-29 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 3.96 row 339 : 339 | 3 | 2013-01-30 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 5.94 row 340 : 340 | 9 | 2013-02-02 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 8.91 row 341 : 341 | 18 | 2013-02-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 13.86 row 342 : 342 | 32 | 2013-02-15 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 0.99 row 343 : 343 | 33 | 2013-02-28 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 344 : 344 | 35 | 2013-02-28 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 345 : 345 | 37 | 2013-03-01 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 3.96 row 346 : 346 | 41 | 2013-03-02 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 5.94 row 347 : 347 | 47 | 2013-03-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 8.91 row 348 : 348 | 56 | 2013-03-10 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 13.86 row 349 : 349 | 11 | 2013-03-18 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 0.99 row 350 : 350 | 12 | 2013-03-31 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 351 : 351 | 14 | 2013-03-31 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 352 : 352 | 16 | 2013-04-01 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 3.96 row 353 : 353 | 20 | 2013-04-02 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 5.94 row 354 : 354 | 26 | 2013-04-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 8.91 row 355 : 355 | 35 | 2013-04-10 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 13.86 row 356 : 356 | 49 | 2013-04-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 0.99 row 357 : 357 | 50 | 2013-05-01 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 358 : 358 | 52 | 2013-05-01 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 359 : 359 | 54 | 2013-05-02 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 3.96 row 360 : 360 | 58 | 2013-05-03 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 5.94 row 361 : 361 | 5 | 2013-05-06 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 8.91 row 362 : 362 | 14 | 2013-05-11 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 13.86 row 363 : 363 | 28 | 2013-05-19 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 0.99 row 364 : 364 | 29 | 2013-06-01 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 365 : 365 | 31 | 2013-06-01 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 366 : 366 | 33 | 2013-06-02 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 3.96 row 367 : 367 | 37 | 2013-06-03 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 5.94 row 368 : 368 | 43 | 2013-06-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 8.91 row 369 : 369 | 52 | 2013-06-11 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 13.86 row 370 : 370 | 7 | 2013-06-19 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 0.99 row 371 : 371 | 8 | 2013-07-02 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 372 : 372 | 10 | 2013-07-02 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 373 : 373 | 12 | 2013-07-03 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 3.96 row 374 : 374 | 16 | 2013-07-04 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 5.94 row 375 : 375 | 22 | 2013-07-07 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 8.91 row 376 : 376 | 31 | 2013-07-12 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 13.86 row 377 : 377 | 45 | 2013-07-20 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 0.99 row 378 : 378 | 46 | 2013-08-02 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 379 : 379 | 48 | 2013-08-02 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 380 : 380 | 50 | 2013-08-03 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 3.96 row 381 : 381 | 54 | 2013-08-04 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 5.94 row 382 : 382 | 1 | 2013-08-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 8.91 row 383 : 383 | 10 | 2013-08-12 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 13.86 row 384 : 384 | 24 | 2013-08-20 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 0.99 row 385 : 385 | 25 | 2013-09-02 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 386 : 386 | 27 | 2013-09-02 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 387 : 387 | 29 | 2013-09-03 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 3.96 row 388 : 388 | 33 | 2013-09-04 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 5.94 row 389 : 389 | 39 | 2013-09-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 8.91 row 390 : 390 | 48 | 2013-09-12 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 13.86 row 391 : 391 | 3 | 2013-09-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 0.99 row 392 : 392 | 4 | 2013-10-03 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 393 : 393 | 6 | 2013-10-03 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 394 : 394 | 8 | 2013-10-04 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 3.96 row 395 : 395 | 12 | 2013-10-05 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 5.94 row 396 : 396 | 18 | 2013-10-08 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 8.91 row 397 : 397 | 27 | 2013-10-13 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 13.86 row 398 : 398 | 41 | 2013-10-21 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 0.99 row 399 : 399 | 42 | 2013-11-03 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 1.98 row 400 : 400 | 44 | 2013-11-03 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 401 : 401 | 46 | 2013-11-04 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 3.96 row 402 : 402 | 50 | 2013-11-05 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 5.94 row 403 : 403 | 56 | 2013-11-08 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 8.91 row 404 : 404 | 6 | 2013-11-13 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 25.86 row 405 : 405 | 20 | 2013-11-21 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 0.99 row 406 : 406 | 21 | 2013-12-04 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 407 : 407 | 23 | 2013-12-04 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 408 : 408 | 25 | 2013-12-05 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 3.96 row 409 : 409 | 29 | 2013-12-06 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 5.94 row 410 : 410 | 35 | 2013-12-09 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 8.91 row 411 : 411 | 44 | 2013-12-14 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 13.86 row 412 : 412 | 58 | 2013-12-22 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.99
col : BillingCountry row 1 : Germany row 2 : Norway row 3 : Belgium row 4 : Canada row 5 : USA row 6 : France row 7 : Ireland row 8 : United Kingdom row 9 : Australia row 10 : Chile row 11 : India row 12 : Brazil row 13 : Portugal row 14 : Netherlands row 15 : Spain row 16 : Sweden row 17 : Czech Republic row 18 : Finland row 19 : Denmark row 20 : Italy row 21 : Poland row 22 : Austria row 23 : Hungary row 24 : Argentina
SELECT Name FROM ARTIST WHERE Name LIKE "%a%"
[ "Artist" ]
[ "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Name"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210],"data":[["AC\/DC"],["Accept"],["Aerosmith"],["Alanis Morissette"],["Alice In Chains"],["Ant\u00c3\u00b4nio Carlos Jobim"],["Apocalyptica"],["Audioslave"],["BackBeat"],["Billy Cobham"],["Black Label Society"],["Black Sabbath"],["Caetano Veloso"],["Chico Buarque"],["Chico Science & Na\u00c3\u00a7\u00c3\u00a3o Zumbi"],["Cidade Negra"],["Various Artists"],["Frank Zappa & Captain Beefheart"],["Marcos Valle"],["Milton Nascimento & Bebeto"],["Azymuth"],["Baby Consuelo"],["Ney Matogrosso"],["Luiz Melodia"],["Nando Reis"],["Pedro Lu\u00c3\u00ads & A Parede"],["O Rappa"],["Ed Motta"],["Banda Black Rio"],["Fernanda Porto"],["Os Cariocas"],["Elis Regina"],["Milton Nascimento"],["A Cor Do Som"],["Kid Abelha"],["Sandra De S\u00c3\u00a1"],["Hermeto Pascoal"],["Bar\u00c3\u00a3o Vermelho"],["Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"],["Metallica"],["Spyro Gyra"],["Green Day"],["David Coverdale"],["Gonzaguinha"],["Os Mutantes"],["Santana"],["Santana Feat. Dave Matthews"],["Santana Feat. Everlast"],["Santana Feat. Rob Thomas"],["Santana Feat. Lauryn Hill & Cee-Lo"],["Santana Feat. The Project G&B"],["Santana Feat. Man\u00c3\u00a1"],["Santana Feat. Eagle-Eye Cherry"],["Santana Feat. Eric Clapton"],["Miles Davis"],["Gene Krupa"],["Vin\u00c3\u00adcius De Moraes & Baden Powell"],["Vin\u00c3\u00adcius De Moraes"],["Vin\u00c3\u00adcius E Odette Lara"],["Vinicius, Toquinho & Quarteto Em Cy"],["Creedence Clearwater Revival"],["C\u00c3\u00a1ssia Eller"],["Def Leppard"],["Dennis Chambers"],["Djavan"],["Eric Clapton"],["Faith No More"],["Falamansa"],["Frank Sinatra"],["Funk Como Le Gusta"],["Godsmack"],["Iron Maiden"],["James Brown"],["Jamiroquai"],["Joe Satriani"],["Jota Quest"],["Judas Priest"],["Legi\u00c3\u00a3o Urbana"],["Lenny Kravitz"],["Lulu Santos"],["Marillion"],["Marisa Monte"],["Marvin Gaye"],["Men At Work"],["Mot\u00c3\u00b6rhead"],["Mot\u00c3\u00b6rhead & Girlschool"],["M\u00c3\u00b4nica Marianno"],["Nirvana"],["Os Paralamas Do Sucesso"],["Page & Plant"],["Passengers"],["Paul D'Ianno"],["Pearl Jam"],["Planet Hemp"],["R.E.M. Feat. Kate Pearson"],["R.E.M. Feat. KRS-One"],["Raimundos"],["Raul Seixas"],["Skank"],["Smashing Pumpkins"],["Soundgarden"],["Stevie Ray Vaughan & Double Trouble"],["System Of A Down"],["The Black Crowes"],["The Clash"],["The Tea Party"],["Tim Maia"],["Battlestar Galactica"],["Van Halen"],["Whitesnake"],["Zeca Pagodinho"],["Dread Zeppelin"],["Battlestar Galactica (Classic)"],["Aquaman"],["Christina Aguilera featuring BigElf"],["Aerosmith & Sierra Leone's Refugee Allstars"],["Corinne Bailey Rae"],["Dhani Harrison & Jakob Dylan"],["Jackson Browne"],["Avril Lavigne"],["Black Eyed Peas"],["Jack Johnson"],["Ben Harper"],["Snow Patrol"],["Matisyahu"],["The Postal Service"],["Jaguares"],["The Flaming Lips"],["Jack's Mannequin & Mick Fleetwood"],["Regina Spektor"],["House Of Pain"],["Nega Gizza"],["Gustavo & Andres Veiga & Salazar"],["Charlie Brown Jr."],["Pedro Lu\u00c3\u00ads E A Parede"],["Los Hermanos"],["Mundo Livre S\/A"],["Na\u00c3\u00a7\u00c3\u00a3o Zumbi"],["DJ Dolores & Orchestra Santa Massa"],["Sabotage E Instituto"],["Stereo Maracana"],["Cake"],["Aisha Duo"],["Habib Koit\u00c3\u00a9 and Bamada"],["Karsh Kale"],["Luciana Souza\/Romero Lubambo"],["Aaron Goldberg"],["Nicolaus Esterhazy Sinfonia"],["Alberto Turco & Nova Schola Gregoriana"],["Richard Marlow & The Choir of Trinity College, Cambridge"],["Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker"],["Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer"],["Yo-Yo Ma"],["Scholars Baroque Ensemble"],["Academy of St. Martin in the Fields & Sir Neville Marriner"],["Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner"],["Berliner Philharmoniker, Claudio Abbado & Sabine Meyer"],["Royal Philharmonic Orchestra & Sir Thomas Beecham"],["Orchestre R\u00c3\u00a9volutionnaire et Romantique & John Eliot Gardiner"],["Britten Sinfonia, Ivor Bolton & Lesley Garrett"],["Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti"],["Sir Georg Solti & Wiener Philharmoniker"],["Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair"],["London Symphony Orchestra & Sir Charles Mackerras"],["Barry Wordsworth & BBC Concert Orchestra"],["Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker"],["Eugene Ormandy"],["Luciano Pavarotti"],["Leonard Bernstein & New York Philharmonic"],["Boston Symphony Orchestra & Seiji Ozawa"],["Aaron Copland & London Symphony Orchestra"],["Ton Koopman"],["Sergei Prokofiev & Yuri Temirkanov"],["Chicago Symphony Orchestra & Fritz Reiner"],["Orchestra of The Age of Enlightenment"],["Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra"],["James Levine"],["Berliner Philharmoniker & Hans Rosbaud"],["Maurizio Pollini"],["Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett"],["Gustav Mahler"],["Felix Schmidt, London Symphony Orchestra & Rafael Fr\u00c3\u00bchbeck de Burgos"],["Edo de Waart & San Francisco Symphony"],["Antal Dor\u00c3\u00a1ti & London Symphony Orchestra"],["Choir Of Westminster Abbey & Simon Preston"],["Michael Tilson Thomas & San Francisco Symphony"],["Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker"],["Berliner Philharmoniker & Herbert Von Karajan"],["Sir Georg Solti, Sumi Jo & Wiener Philharmoniker"],["Amy Winehouse"],["Calexico"],["Otto Klemperer & Philharmonia Orchestra"],["Philharmonia Orchestra & Sir Neville Marriner"],["Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart"],["Les Arts Florissants & William Christie"],["The 12 Cellists of The Berlin Philharmonic"],["Adrian Leaper & Doreen de Feis"],["Roger Norrington, London Classical Players"],["Charles Dutoit & L'Orchestre Symphonique de Montr\u00c3\u00a9al"],["Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir"],["Kent Nagano and Orchestre de l'Op\u00c3\u00a9ra de Lyon"],["Julian Bream"],["Martin Roscoe"],["Itzhak Perlman"],["Michele Campanella"],["Gerald Moore"],["Mela Tenenbaum, Pro Musica Prague & Richard Kapp"],["Emerson String Quartet"],["C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu"],["Nash Ensemble"],["Philip Glass Ensemble"]]}
SELECT Name FROM ARTIST WHERE Name LIKE "%a%" <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Name row 1 : AC/DC row 2 : Accept row 3 : Aerosmith row 4 : Alanis Morissette row 5 : Alice In Chains row 6 : Antônio Carlos Jobim row 7 : Apocalyptica row 8 : Audioslave row 9 : BackBeat row 10 : Billy Cobham row 11 : Black Label Society row 12 : Black Sabbath row 13 : Caetano Veloso row 14 : Chico Buarque row 15 : Chico Science & Nação Zumbi row 16 : Cidade Negra row 17 : Various Artists row 18 : Frank Zappa & Captain Beefheart row 19 : Marcos Valle row 20 : Milton Nascimento & Bebeto row 21 : Azymuth row 22 : Baby Consuelo row 23 : Ney Matogrosso row 24 : Luiz Melodia row 25 : Nando Reis row 26 : Pedro Luís & A Parede row 27 : O Rappa row 28 : Ed Motta row 29 : Banda Black Rio row 30 : Fernanda Porto row 31 : Os Cariocas row 32 : Elis Regina row 33 : Milton Nascimento row 34 : A Cor Do Som row 35 : Kid Abelha row 36 : Sandra De Sá row 37 : Hermeto Pascoal row 38 : Barão Vermelho row 39 : Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 40 : Metallica row 41 : Spyro Gyra row 42 : Green Day row 43 : David Coverdale row 44 : Gonzaguinha row 45 : Os Mutantes row 46 : Santana row 47 : Santana Feat. Dave Matthews row 48 : Santana Feat. Everlast row 49 : Santana Feat. Rob Thomas row 50 : Santana Feat. Lauryn Hill & Cee-Lo row 51 : Santana Feat. The Project G&B row 52 : Santana Feat. Maná row 53 : Santana Feat. Eagle-Eye Cherry row 54 : Santana Feat. Eric Clapton row 55 : Miles Davis row 56 : Gene Krupa row 57 : Vinícius De Moraes & Baden Powell row 58 : Vinícius De Moraes row 59 : Vinícius E Odette Lara row 60 : Vinicius, Toquinho & Quarteto Em Cy row 61 : Creedence Clearwater Revival row 62 : Cássia Eller row 63 : Def Leppard row 64 : Dennis Chambers row 65 : Djavan row 66 : Eric Clapton row 67 : Faith No More row 68 : Falamansa row 69 : Frank Sinatra row 70 : Funk Como Le Gusta row 71 : Godsmack row 72 : Iron Maiden row 73 : James Brown row 74 : Jamiroquai row 75 : Joe Satriani row 76 : Jota Quest row 77 : Judas Priest row 78 : Legião Urbana row 79 : Lenny Kravitz row 80 : Lulu Santos row 81 : Marillion row 82 : Marisa Monte row 83 : Marvin Gaye row 84 : Men At Work row 85 : Motörhead row 86 : Motörhead & Girlschool row 87 : Mônica Marianno row 88 : Nirvana row 89 : Os Paralamas Do Sucesso row 90 : Page & Plant row 91 : Passengers row 92 : Paul D'Ianno row 93 : Pearl Jam row 94 : Planet Hemp row 95 : R.E.M. Feat. Kate Pearson row 96 : R.E.M. Feat. KRS-One row 97 : Raimundos row 98 : Raul Seixas row 99 : Skank row 100 : Smashing Pumpkins row 101 : Soundgarden row 102 : Stevie Ray Vaughan & Double Trouble row 103 : System Of A Down row 104 : The Black Crowes row 105 : The Clash row 106 : The Tea Party row 107 : Tim Maia row 108 : Battlestar Galactica row 109 : Van Halen row 110 : Whitesnake row 111 : Zeca Pagodinho row 112 : Dread Zeppelin row 113 : Battlestar Galactica (Classic) row 114 : Aquaman row 115 : Christina Aguilera featuring BigElf row 116 : Aerosmith & Sierra Leone's Refugee Allstars row 117 : Corinne Bailey Rae row 118 : Dhani Harrison & Jakob Dylan row 119 : Jackson Browne row 120 : Avril Lavigne row 121 : Black Eyed Peas row 122 : Jack Johnson row 123 : Ben Harper row 124 : Snow Patrol row 125 : Matisyahu row 126 : The Postal Service row 127 : Jaguares row 128 : The Flaming Lips row 129 : Jack's Mannequin & Mick Fleetwood row 130 : Regina Spektor row 131 : House Of Pain row 132 : Nega Gizza row 133 : Gustavo & Andres Veiga & Salazar row 134 : Charlie Brown Jr. row 135 : Pedro Luís E A Parede row 136 : Los Hermanos row 137 : Mundo Livre S/A row 138 : Nação Zumbi row 139 : DJ Dolores & Orchestra Santa Massa row 140 : Sabotage E Instituto row 141 : Stereo Maracana row 142 : Cake row 143 : Aisha Duo row 144 : Habib Koité and Bamada row 145 : Karsh Kale row 146 : Luciana Souza/Romero Lubambo row 147 : Aaron Goldberg row 148 : Nicolaus Esterhazy Sinfonia row 149 : Alberto Turco & Nova Schola Gregoriana row 150 : Richard Marlow & The Choir of Trinity College, Cambridge row 151 : Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 152 : Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 153 : Yo-Yo Ma row 154 : Scholars Baroque Ensemble row 155 : Academy of St. Martin in the Fields & Sir Neville Marriner row 156 : Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 157 : Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 158 : Royal Philharmonic Orchestra & Sir Thomas Beecham row 159 : Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 160 : Britten Sinfonia, Ivor Bolton & Lesley Garrett row 161 : Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 162 : Sir Georg Solti & Wiener Philharmoniker row 163 : Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 164 : London Symphony Orchestra & Sir Charles Mackerras row 165 : Barry Wordsworth & BBC Concert Orchestra row 166 : Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 167 : Eugene Ormandy row 168 : Luciano Pavarotti row 169 : Leonard Bernstein & New York Philharmonic row 170 : Boston Symphony Orchestra & Seiji Ozawa row 171 : Aaron Copland & London Symphony Orchestra row 172 : Ton Koopman row 173 : Sergei Prokofiev & Yuri Temirkanov row 174 : Chicago Symphony Orchestra & Fritz Reiner row 175 : Orchestra of The Age of Enlightenment row 176 : Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 177 : James Levine row 178 : Berliner Philharmoniker & Hans Rosbaud row 179 : Maurizio Pollini row 180 : Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 181 : Gustav Mahler row 182 : Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 183 : Edo de Waart & San Francisco Symphony row 184 : Antal Doráti & London Symphony Orchestra row 185 : Choir Of Westminster Abbey & Simon Preston row 186 : Michael Tilson Thomas & San Francisco Symphony row 187 : Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 188 : Berliner Philharmoniker & Herbert Von Karajan row 189 : Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 190 : Amy Winehouse row 191 : Calexico row 192 : Otto Klemperer & Philharmonia Orchestra row 193 : Philharmonia Orchestra & Sir Neville Marriner row 194 : Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 195 : Les Arts Florissants & William Christie row 196 : The 12 Cellists of The Berlin Philharmonic row 197 : Adrian Leaper & Doreen de Feis row 198 : Roger Norrington, London Classical Players row 199 : Charles Dutoit & L'Orchestre Symphonique de Montréal row 200 : Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 201 : Kent Nagano and Orchestre de l'Opéra de Lyon row 202 : Julian Bream row 203 : Martin Roscoe row 204 : Itzhak Perlman row 205 : Michele Campanella row 206 : Gerald Moore row 207 : Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 208 : Emerson String Quartet row 209 : C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 210 : Nash Ensemble row 211 : Philip Glass Ensemble
SELECT Title FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "AC/DC"
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Title"],"index":[0,1],"data":[["For Those About To Rock We Salute You"],["Let There Be Rock"]]}
SELECT Title FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "AC/DC" <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Title row 1 : For Those About To Rock We Salute You row 2 : Let There Be Rock
SELECT COUNT(*) FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "Metallica"
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["COUNT(*)"],"index":[0],"data":[[10]]}
SELECT COUNT(*) FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "Metallica" <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : COUNT(*) row 1 : 10
SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T1.Title = "Balls to the Wall"
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Name"],"index":[0],"data":[["Accept"]]}
SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T1.Title = "Balls to the Wall" <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Name row 1 : Accept
SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId GROUP BY T2.Name ORDER BY COUNT(*) DESC LIMIT 1
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Name"],"index":[0],"data":[["Iron Maiden"]]}
SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId GROUP BY T2.Name ORDER BY COUNT(*) DESC LIMIT 1 <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Name row 1 : Iron Maiden
SELECT Name FROM TRACK WHERE Name LIKE '%you%'
[ "Track" ]
[ "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Name"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191],"data":[["For Those About To Rock (We Salute You)"],["Put The Finger On You"],["You Oughta Know"],["Right Through You"],["You Learn"],["You Oughta Know (Alternate)"],["We Die Young"],["Put You Down"],["I Know Somethin (Bout You)"],["What You Are"],["Your Time Has Come"],["Be Yourself"],["All For You"],["Let Me Love You Baby"],["Keep It To Myself (Aka Keep It To Yourself)"],["You Shook Me"],["I Can't Quit You Baby"],["I Can't Quit You Baby(2)"],["You Shook Me(2)"],["Do You Love Me"],["I Was Made For Loving You"],["God Gave Rock 'n' Roll To You"],["Good Riddance (Time Of Your Life)"],["Don't You Cry"],["Wherever You May Go"],["You Fool No One"],["Put Your Lights On"],["Do You Like The Way"],["Do You Have Other Loves?"],["You Fool No One (Alternate Version)"],["Don't Take Your Love From Me"],["I Put A Spell On You"],["Have You Ever Seen The Rain?"],["Born On The Bayou"],["Before You Accuse Me"],["You Keep On Moving"],["Knocking At Your Back Door"],["Cascades : I'm Not Your Lover"],["You Can't Do it Right (With the One You Love)"],["Have You Ever Needed Someone So Bad"],["Sunshine Of Your Love"],["Before You Accuse Me"],["Nobody Knows You When You're Down & Out"],["Surprise! You're Dead!"],["In Your Honor"],["Best Of You"],["Tired Of You"],["Lonely As You"],["See You"],["Walking After You"],["I Get A Kick Out Of You"],["I've Got You Under My Skin"],["I Fucking Hate You"],["Homecoming \/ The Death Of St. Jimmy \/ East 12th St. \/ Nobody Likes You \/ Rock And Roll Girlfriend \/ We're Coming Home Again"],["Think About You"],["You're Crazy"],["You Ain't the First"],["You Could Be Mine"],["Bring Your Daughter... To The Slaughter"],["Die With Your Boots On"],["Bring Your Daughter... To The Slaughter..."],["Hooks In You"],["Bring Your Daughter... ...To The Slaughter"],["Die With Your Boots On"],["Only the Good Die Young"],["I Got You (I Feel Good)"],["When You Gonna Learn (Digeridoo)"],["Too Young To Die"],["Blow Your Mind"],["Are You Gonna Be My Girl"],["Look What You've Done"],["Get What You Need"],["Can You See Me"],["Are You Experienced?"],["Always With Me, Always With You"],["You've Got Another Thing Comin'"],["Do You Love Me"],["See You Tonight"],["I Still Love You"],["Every Time I Look At You"],["Since I've Been Loving You"],["Thank You"],["I Can't Quit You Baby"],["Babe I'm Gonna Leave You"],["You Shook Me"],["Your Time Is Gonna Come"],["I Can't Quit You Baby"],["Thank You"],["Since I've Been Loving You"],["For Your Life"],["Are You Gonna Go My Way"],["Can't Get You Off My Mind"],["I Belong To You"],["No Good Without You"],["You've Been A Long Time Coming"],["When I Had Your Love"],["You're What's Happening (In The World Today)"],["Loving You Is Sweeter Than Ever"],["Seek And You Shall Find"],["Gonna Keep On Tryin' Till I Win Your Love"],["You Sure Love To Ball"],["Better Than You"],["I Don't Wanna Be Kissed (By Anyone But You)"],["I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)"],["Shoot You In The Back"],["Without You"],["Drain You"],["Come As You Are"],["Drain You"],["I Feel Good (I Got You) - Sossego"],["When The World Was Young"],["Heart In Your Hand"],["Your Blue Room"],["Save You"],["You Are"],["Any Colour You Like"],["You're My Best Friend"],["We Will Rock You"],["We Will Rock You"],["Spread Your Wings"],["Who Needs You"],["You Are The Everything"],["Turn You Inside-Out"],["If You Have To Ask"],["I Could Die For You"],["Throw Away Your Television"],["The Way You Do To Mer"],["You've Got It"],["If You Don't Know Me By Now"],["Your Mirror"],["For Your Babies"],["Because You Are"],["Stand Inside Your Love"],["Let Me Love You Baby"],["Know Your Rights"],["I Looked At You"],["Can't Stand Losing You"],["Every Breath You Take"],["Wrapped Around Your Finger"],["You Got Me Rocking"],["You Got Me Rocking"],["Who Are You (Single Edit Version)"],["You Better You Bet"],["Taking a Break from All Your Worries"],["Flashes Before Your Eyes"],["Who's Gonna Ride Your Wild Horses"],["Tryin' To Throw Your Arms Around The World"],["Stuck In A Moment You Can't Get Out Of"],["Sometimes You Can't Make It On Your Own"],["All Because Of You"],["Crumbs From Your Table"],["Do You Feel Loved"],["If You Wear That Velvet Dress"],["All I Want Is You"],["With Or Without You"],["All I Want Is You"],["Daddy's Gonna Pay For Your Crashed Car"],["I Would Do For You"],["Wear You To The Ball"],["(I Can't Help) Falling In Love With You"],["Bring Me Your Cup"],["Can't Stop Loving You"],["You Really Got Me"],["Feel Your Love Tonight"],["Without You"],["You Got No Right"],["Now You're Gone"],["You're Gonna Break My Hart Again"],["Fool For Your Loving"],["Take Your Daughter to Work Day"],["Your Time Is Gonna Come"],["The Young Lords"],["Whatever Gets You Thru the Night"],["I'm Losing You"],["Rock You Like a Hurricane"],["No One Like You"],["Loving You Sunday Morning"],["Still Loving You"],["Put Your Head Out"],["Put On Your Shit Kickers"],["I Guess You're Right"],["I Ka Barra (Your Work)"],["Your Savior"],["Arms Around Your Love"],["She'll Never Be Your Man"],["Your Soul Today"],["You Know My Name"],["The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound"],["You Know I'm No Good"],["You Know I'm No Good (feat. Ghostface Killah)"],["You Sent Me Flying \/ Cherry"],["Help Yourself"]]}
SELECT Name FROM TRACK WHERE Name LIKE '%you%' <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Name row 1 : For Those About To Rock (We Salute You) row 2 : Put The Finger On You row 3 : You Oughta Know row 4 : Right Through You row 5 : You Learn row 6 : You Oughta Know (Alternate) row 7 : We Die Young row 8 : Put You Down row 9 : I Know Somethin (Bout You) row 10 : What You Are row 11 : Your Time Has Come row 12 : Be Yourself row 13 : All For You row 14 : Let Me Love You Baby row 15 : Keep It To Myself (Aka Keep It To Yourself) row 16 : You Shook Me row 17 : I Can't Quit You Baby row 18 : I Can't Quit You Baby(2) row 19 : You Shook Me(2) row 20 : Do You Love Me row 21 : I Was Made For Loving You row 22 : God Gave Rock 'n' Roll To You row 23 : Good Riddance (Time Of Your Life) row 24 : Don't You Cry row 25 : Wherever You May Go row 26 : You Fool No One row 27 : Put Your Lights On row 28 : Do You Like The Way row 29 : Do You Have Other Loves? row 30 : You Fool No One (Alternate Version) row 31 : Don't Take Your Love From Me row 32 : I Put A Spell On You row 33 : Have You Ever Seen The Rain? row 34 : Born On The Bayou row 35 : Before You Accuse Me row 36 : You Keep On Moving row 37 : Knocking At Your Back Door row 38 : Cascades : I'm Not Your Lover row 39 : You Can't Do it Right (With the One You Love) row 40 : Have You Ever Needed Someone So Bad row 41 : Sunshine Of Your Love row 42 : Before You Accuse Me row 43 : Nobody Knows You When You're Down & Out row 44 : Surprise! You're Dead! row 45 : In Your Honor row 46 : Best Of You row 47 : Tired Of You row 48 : Lonely As You row 49 : See You row 50 : Walking After You row 51 : I Get A Kick Out Of You row 52 : I've Got You Under My Skin row 53 : I Fucking Hate You row 54 : Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again row 55 : Think About You row 56 : You're Crazy row 57 : You Ain't the First row 58 : You Could Be Mine row 59 : Bring Your Daughter... To The Slaughter row 60 : Die With Your Boots On row 61 : Bring Your Daughter... To The Slaughter... row 62 : Hooks In You row 63 : Bring Your Daughter... ...To The Slaughter row 64 : Die With Your Boots On row 65 : Only the Good Die Young row 66 : I Got You (I Feel Good) row 67 : When You Gonna Learn (Digeridoo) row 68 : Too Young To Die row 69 : Blow Your Mind row 70 : Are You Gonna Be My Girl row 71 : Look What You've Done row 72 : Get What You Need row 73 : Can You See Me row 74 : Are You Experienced? row 75 : Always With Me, Always With You row 76 : You've Got Another Thing Comin' row 77 : Do You Love Me row 78 : See You Tonight row 79 : I Still Love You row 80 : Every Time I Look At You row 81 : Since I've Been Loving You row 82 : Thank You row 83 : I Can't Quit You Baby row 84 : Babe I'm Gonna Leave You row 85 : You Shook Me row 86 : Your Time Is Gonna Come row 87 : I Can't Quit You Baby row 88 : Thank You row 89 : Since I've Been Loving You row 90 : For Your Life row 91 : Are You Gonna Go My Way row 92 : Can't Get You Off My Mind row 93 : I Belong To You row 94 : No Good Without You row 95 : You've Been A Long Time Coming row 96 : When I Had Your Love row 97 : You're What's Happening (In The World Today) row 98 : Loving You Is Sweeter Than Ever row 99 : Seek And You Shall Find row 100 : Gonna Keep On Tryin' Till I Win Your Love row 101 : You Sure Love To Ball row 102 : Better Than You row 103 : I Don't Wanna Be Kissed (By Anyone But You) row 104 : I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) row 105 : Shoot You In The Back row 106 : Without You row 107 : Drain You row 108 : Come As You Are row 109 : Drain You row 110 : I Feel Good (I Got You) - Sossego row 111 : When The World Was Young row 112 : Heart In Your Hand row 113 : Your Blue Room row 114 : Save You row 115 : You Are row 116 : Any Colour You Like row 117 : You're My Best Friend row 118 : We Will Rock You row 119 : We Will Rock You row 120 : Spread Your Wings row 121 : Who Needs You row 122 : You Are The Everything row 123 : Turn You Inside-Out row 124 : If You Have To Ask row 125 : I Could Die For You row 126 : Throw Away Your Television row 127 : The Way You Do To Mer row 128 : You've Got It row 129 : If You Don't Know Me By Now row 130 : Your Mirror row 131 : For Your Babies row 132 : Because You Are row 133 : Stand Inside Your Love row 134 : Let Me Love You Baby row 135 : Know Your Rights row 136 : I Looked At You row 137 : Can't Stand Losing You row 138 : Every Breath You Take row 139 : Wrapped Around Your Finger row 140 : You Got Me Rocking row 141 : You Got Me Rocking row 142 : Who Are You (Single Edit Version) row 143 : You Better You Bet row 144 : Taking a Break from All Your Worries row 145 : Flashes Before Your Eyes row 146 : Who's Gonna Ride Your Wild Horses row 147 : Tryin' To Throw Your Arms Around The World row 148 : Stuck In A Moment You Can't Get Out Of row 149 : Sometimes You Can't Make It On Your Own row 150 : All Because Of You row 151 : Crumbs From Your Table row 152 : Do You Feel Loved row 153 : If You Wear That Velvet Dress row 154 : All I Want Is You row 155 : With Or Without You row 156 : All I Want Is You row 157 : Daddy's Gonna Pay For Your Crashed Car row 158 : I Would Do For You row 159 : Wear You To The Ball row 160 : (I Can't Help) Falling In Love With You row 161 : Bring Me Your Cup row 162 : Can't Stop Loving You row 163 : You Really Got Me row 164 : Feel Your Love Tonight row 165 : Without You row 166 : You Got No Right row 167 : Now You're Gone row 168 : You're Gonna Break My Hart Again row 169 : Fool For Your Loving row 170 : Take Your Daughter to Work Day row 171 : Your Time Is Gonna Come row 172 : The Young Lords row 173 : Whatever Gets You Thru the Night row 174 : I'm Losing You row 175 : Rock You Like a Hurricane row 176 : No One Like You row 177 : Loving You Sunday Morning row 178 : Still Loving You row 179 : Put Your Head Out row 180 : Put On Your Shit Kickers row 181 : I Guess You're Right row 182 : I Ka Barra (Your Work) row 183 : Your Savior row 184 : Arms Around Your Love row 185 : She'll Never Be Your Man row 186 : Your Soul Today row 187 : You Know My Name row 188 : The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound row 189 : You Know I'm No Good row 190 : You Know I'm No Good (feat. Ghostface Killah) row 191 : You Sent Me Flying / Cherry row 192 : Help Yourself
SELECT AVG(UnitPrice) FROM TRACK
[ "Track" ]
[ "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["AVG(UnitPrice)"],"index":[0],"data":[[1.0508050243]]}
SELECT AVG(UnitPrice) FROM TRACK <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : AVG(UnitPrice) row 1 : 1.0508050243
SELECT max(Milliseconds) , min(Milliseconds) FROM TRACK
[ "Track" ]
[ "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["max(Milliseconds)","min(Milliseconds)"],"index":[0],"data":[[5286953,1071]]}
SELECT max(Milliseconds) , min(Milliseconds) FROM TRACK <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : max(Milliseconds) | min(Milliseconds) row 1 : 5286953 | 1071
SELECT T1.Title , T2.AlbumID , COUNT(*) FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId GROUP BY T2.AlbumID
[ "Album", "Track" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Title","AlbumId","COUNT(*)"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],"data":[["For Those About To Rock We Salute You",1,10],["Balls to the Wall",2,1],["Restless and Wild",3,3],["Let There Be Rock",4,8],["Big Ones",5,15],["Jagged Little Pill",6,13],["Facelift",7,12],["Warner 25 Anos",8,14],["Plays Metallica By Four Cellos",9,8],["Audioslave",10,14],["Out Of Exile",11,12],["BackBeat Soundtrack",12,12],["The Best Of Billy Cobham",13,8],["Alcohol Fueled Brewtality Live! [Disc 1]",14,13],["Alcohol Fueled Brewtality Live! [Disc 2]",15,5],["Black Sabbath",16,7],["Black Sabbath Vol. 4 (Remaster)",17,10],["Body Count",18,17],["Chemical Wedding",19,11],["The Best Of Buddy Guy - The Millenium Collection",20,11],["Prenda Minha",21,18],["Sozinho Remix Ao Vivo",22,3],["Minha Historia",23,34],["Afrociberdelia",24,23],["Da Lama Ao Caos",25,13],["Ac\u00c3\u00bastico MTV [Live]",26,17],["Cidade Negra - Hits",27,14],["Na Pista",28,10],["Ax\u00c3\u00a9 Bahia 2001",29,14],["BBC Sessions [Disc 1] [Live]",30,14],["Bongo Fury",31,9],["Carnaval 2001",32,14],["Chill: Brazil (Disc 1)",33,17],["Chill: Brazil (Disc 2)",34,17],["Garage Inc. (Disc 1)",35,11],["Greatest Hits II",36,17],["Greatest Kiss",37,20],["Heart of the Night",38,12],["International Superhits",39,21],["Into The Light",40,12],["Meus Momentos",41,14],["Minha Hist\u00c3\u00b3ria",42,14],["MK III The Final Concerts [Disc 1]",43,7],["Physical Graffiti [Disc 1]",44,6],["Sambas De Enredo 2001",45,14],["Supernatural",46,13],["The Best of Ed Motta",47,14],["The Essential Miles Davis [Disc 1]",48,13],["The Essential Miles Davis [Disc 2]",49,10],["The Final Concerts (Disc 2)",50,4],["Up An' Atom",51,22],["Vin\u00c3\u00adcius De Moraes - Sem Limite",52,15],["Vozes do MPB",53,14],["Chronicle, Vol. 1",54,20],["Chronicle, Vol. 2",55,20],["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]",56,15],["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]",57,15],["Come Taste The Band",58,9],["Deep Purple In Rock",59,7],["Fireball",60,7],["Knocking at Your Back Door: The Best Of Deep Purple in the 80's",61,11],["Machine Head",62,7],["Purpendicular",63,12],["Slaves And Masters",64,9],["Stormbringer",65,9],["The Battle Rages On",66,10],["Vault: Def Leppard's Greatest Hits",67,16],["Outbreak",68,9],["Djavan Ao Vivo - Vol. 02",69,13],["Djavan Ao Vivo - Vol. 1",70,13],["Elis Regina-Minha Hist\u00c3\u00b3ria",71,14],["The Cream Of Clapton",72,18],["Unplugged",73,30],["Album Of The Year",74,12],["Angel Dust",75,14],["King For A Day Fool For A Lifetime",76,15],["The Real Thing",77,11],["Deixa Entrar",78,14],["In Your Honor [Disc 1]",79,10],["In Your Honor [Disc 2]",80,10],["One By One",81,11],["The Colour And The Shape",82,13],["My Way: The Best Of Frank Sinatra [Disc 1]",83,24],["Roda De Funk",84,16],["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles",85,14],["Quanta Gente Veio Ver (Live)",86,15],["Quanta Gente Veio ver--B\u00c3\u00b4nus De Carnaval",87,3],["Faceless",88,12],["American Idiot",89,13],["Appetite for Destruction",90,12],["Use Your Illusion I",91,16],["Use Your Illusion II",92,14],["Blue Moods",93,13],["A Matter of Life and Death",94,11],["A Real Dead One",95,12],["A Real Live One",96,11],["Brave New World",97,10],["Dance Of Death",98,11],["Fear Of The Dark",99,12],["Iron Maiden",100,9],["Killers",101,10],["Live After Death",102,18],["Live At Donington 1992 (Disc 1)",103,10],["Live At Donington 1992 (Disc 2)",104,10],["No Prayer For The Dying",105,10],["Piece Of Mind",106,9],["Powerslave",107,8],["Rock In Rio [CD1]",108,10],["Rock In Rio [CD2]",109,9],["Seventh Son of a Seventh Son",110,8],["Somewhere in Time",111,8],["The Number of The Beast",112,8],["The X Factor",113,11],["Virtual XI",114,8],["Sex Machine",115,20],["Emergency On Planet Earth",116,10],["Synkronized",117,11],["The Return Of The Space Cowboy",118,11],["Get Born",119,13],["Are You Experienced?",120,17],["Surfing with the Alien (Remastered)",121,10],["Jorge Ben Jor 25 Anos",122,14],["Jota Quest-1995",123,12],["Cafezinho",124,14],["Living After Midnight",125,16],["Unplugged [Live]",126,15],["BBC Sessions [Disc 2] [Live]",127,10],["Coda",128,8],["Houses Of The Holy",129,8],["In Through The Out Door",130,7],["IV",131,8],["Led Zeppelin I",132,9],["Led Zeppelin II",133,9],["Led Zeppelin III",134,10],["Physical Graffiti [Disc 2]",135,9],["Presence",136,7],["The Song Remains The Same (Disc 1)",137,5],["The Song Remains The Same (Disc 2)",138,4],["A TempestadeTempestade Ou O Livro Dos Dias",139,15],["Mais Do Mesmo",140,16],["Greatest Hits",141,57],["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01",142,14],["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02",143,14],["Misplaced Childhood",144,10],["Barulhinho Bom",145,18],["Seek And Shall Find: More Of The Best (1963-1981)",146,18],["The Best Of Men At Work",147,10],["Black Album",148,12],["Garage Inc. (Disc 2)",149,16],["Kill 'Em All",150,10],["Load",151,14],["Master Of Puppets",152,8],["ReLoad",153,13],["Ride The Lightning",154,8],["St. Anger",155,11],["...And Justice For All",156,9],["Miles Ahead",157,14],["Milton Nascimento Ao Vivo",158,13],["Minas",159,13],["Ace Of Spades",160,15],["Demorou...",161,12],["Motley Crue Greatest Hits",162,17],["From The Muddy Banks Of The Wishkah [Live]",163,17],["Nevermind",164,12],["Compositores",165,15],["Olodum",166,14],["Ac\u00c3\u00bastico MTV",167,21],["Arquivo II",168,12],["Arquivo Os Paralamas Do Sucesso",169,16],["Bark at the Moon (Remastered)",170,1],["Blizzard of Ozz",171,2],["Diary of a Madman (Remastered)",172,1],["No More Tears (Remastered)",173,2],["Tribute",174,14],["Walking Into Clarksdale",175,12],["Original Soundtracks 1",176,14],["The Beast Live",177,10],["Live On Two Legs [Live]",178,16],["Pearl Jam",179,13],["Riot Act",180,15],["Ten",181,11],["Vs.",182,12],["Dark Side Of The Moon",183,9],["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra",184,16],["Greatest Hits I",185,17],["News Of The World",186,11],["Out Of Time",187,11],["Green",188,11],["New Adventures In Hi-Fi",189,14],["The Best Of R.E.M.: The IRS Years",190,16],["Cesta B\u00c3\u00a1sica",191,10],["Raul Seixas",192,14],["Blood Sugar Sex Magik",193,17],["By The Way",194,16],["Californication",195,15],["Retrospective I (1974-1980)",196,14],["Santana - As Years Go By",197,8],["Santana Live",198,6],["Maquinarama",199,12],["O Samba Pocon\u00c3\u00a9",200,11],["Judas 0: B-Sides and Rarities",201,16],["Rotten Apples: Greatest Hits",202,18],["A-Sides",203,17],["Morning Dance",204,9],["In Step",205,10],["Core",206,12],["Mezmerize",207,11],["[1997] Black Light Syndrome",208,7],["Live [Disc 1]",209,10],["Live [Disc 2]",210,9],["The Singles",211,18],["Beyond Good And Evil",212,12],["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]",213,18],["The Doors",214,11],["The Police Greatest Hits",215,14],["Hot Rocks, 1964-1971 (Disc 1)",216,12],["No Security",217,14],["Voodoo Lounge",218,15],["Tangents",219,15],["Transmission",220,11],["My Generation - The Very Best Of The Who",221,20],["Serie Sem Limite (Disc 1)",222,15],["Serie Sem Limite (Disc 2)",223,15],["Ac\u00c3\u00bastico",224,22],["Volume Dois",225,16],["Battlestar Galactica: The Story So Far",226,1],["Battlestar Galactica, Season 3",227,19],["Heroes, Season 1",228,23],["Lost, Season 3",229,26],["Lost, Season 1",230,25],["Lost, Season 2",231,24],["Achtung Baby",232,12],["All That You Can't Leave Behind",233,11],["B-Sides 1980-1990",234,15],["How To Dismantle An Atomic Bomb",235,11],["Pop",236,12],["Rattle And Hum",237,17],["The Best Of 1980-1990",238,14],["War",239,10],["Zooropa",240,10],["UB40 The Best Of - Volume Two [UK]",241,14],["Diver Down",242,12],["The Best Of Van Halen, Vol. I",243,17],["Van Halen",244,11],["Van Halen III",245,12],["Contraband",246,13],["Vinicius De Moraes",247,15],["Ao Vivo [IMPORT]",248,19],["The Office, Season 1",249,6],["The Office, Season 2",250,22],["The Office, Season 3",251,25],["Un-Led-Ed",252,1],["Battlestar Galactica (Classic), Season 1",253,24],["Aquaman",254,1],["Instant Karma: The Amnesty International Campaign to Save Darfur",255,23],["Speak of the Devil",256,12],["20th Century Masters - The Millennium Collection: The Best of Scorpions",257,12],["House of Pain",258,19],["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro",259,17],["Cake: B-Sides and Rarities",260,1],["LOST, Season 4",261,17],["Quiet Songs",262,2],["Muso Ko",263,2],["Realize",264,2],["Every Kind of Light",265,2],["Duos II",266,1],["Worlds",267,1],["The Best of Beethoven",268,1],["Temple of the Dog",269,10],["Carry On",270,14],["Revelations",271,14],["Adorate Deum: Gregorian Chant from the Proper of the Mass",272,1],["Allegri: Miserere",273,1],["Pachelbel: Canon & Gigue",274,1],["Vivaldi: The Four Seasons",275,1],["Bach: Violin Concertos",276,1],["Bach: Goldberg Variations",277,1],["Bach: The Cello Suites",278,1],["Handel: The Messiah (Highlights)",279,1],["The World of Classical Favourites",280,2],["Sir Neville Marriner: A Celebration",281,1],["Mozart: Wind Concertos",282,1],["Haydn: Symphonies 99 - 104",283,1],["Beethoven: Symhonies Nos. 5 & 6",284,1],["A Soprano Inspired",285,1],["Great Opera Choruses",286,1],["Wagner: Favourite Overtures",287,1],["Faur\u00c3\u00a9: Requiem, Ravel: Pavane & Others",288,1],["Tchaikovsky: The Nutcracker",289,1],["The Last Night of the Proms",290,1],["Puccini: Madama Butterfly - Highlights",291,1],["Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies",292,1],["Pavarotti's Opera Made Easy",293,1],["Great Performances - Barber's Adagio and Other Romantic Favorites for Strings",294,1],["Carmina Burana",295,1],["A Copland Celebration, Vol. I",296,1],["Bach: Toccata & Fugue in D Minor",297,1],["Prokofiev: Symphony No.1",298,1],["Scheherazade",299,1],["Bach: The Brandenburg Concertos",300,1],["Chopin: Piano Concertos Nos. 1 & 2",301,1],["Mascagni: Cavalleria Rusticana",302,1],["Sibelius: Finlandia",303,1],["Beethoven Piano Sonatas: Moonlight & Pastorale",304,1],["Great Recordings of the Century - Mahler: Das Lied von der Erde",305,1],["Elgar: Cello Concerto & Vaughan Williams: Fantasias",306,1],["Adams, John: The Chairman Dances",307,1],["Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory",308,1],["Palestrina: Missa Papae Marcelli & Allegri: Miserere",309,1],["Prokofiev: Romeo & Juliet",310,1],["Strauss: Waltzes",311,1],["Berlioz: Symphonie Fantastique",312,1],["Bizet: Carmen Highlights",313,1],["English Renaissance",314,2],["Handel: Music for the Royal Fireworks (Original Version 1749)",315,1],["Grieg: Peer Gynt Suites & Sibelius: Pell\u00c3\u00a9as et M\u00c3\u00a9lisande",316,1],["Mozart Gala: Famous Arias",317,1],["SCRIABIN: Vers la flamme",318,1],["Armada: Music from the Courts of England and Spain",319,1],["Mozart: Symphonies Nos. 40 & 41",320,1],["Back to Black",321,12],["Frank",322,11],["Carried to Dust (Bonus Track Version)",323,1],["Beethoven: Symphony No. 6 'Pastoral' Etc.",324,1],["Bartok: Violin & Viola Concertos",325,1],["Mendelssohn: A Midsummer Night's Dream",326,1],["Bach: Orchestral Suites Nos. 1 - 4",327,1],["Charpentier: Divertissements, Airs & Concerts",328,1],["South American Getaway",329,1],["G\u00c3\u00b3recki: Symphony No. 3",330,1],["Purcell: The Fairy Queen",331,1],["The Ultimate Relexation Album",332,1],["Purcell: Music for the Queen Mary",333,1],["Weill: The Seven Deadly Sins",334,1],["J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro",335,1],["Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps",336,1],["Szymanowski: Piano Works, Vol. 1",337,1],["Nielsen: The Six Symphonies",338,1],["Great Recordings of the Century: Paganini's 24 Caprices",339,1],["Liszt - 12 \u00c3\u0089tudes D'Execution Transcendante",340,1],["Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder",341,1],["Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3",342,1],["Respighi:Pines of Rome",343,1],["Schubert: The Late String Quartets & String Quintet (3 CD's)",344,1],["Monteverdi: L'Orfeo",345,1],["Mozart: Chamber Music",346,1],["Koyaanisqatsi (Soundtrack from the Motion Picture)",347,1]]}
SELECT T1.Title , T2.AlbumID , COUNT(*) FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId GROUP BY T2.AlbumID <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Title | AlbumId | COUNT(*) row 1 : For Those About To Rock We Salute You | 1 | 10 row 2 : Balls to the Wall | 2 | 1 row 3 : Restless and Wild | 3 | 3 row 4 : Let There Be Rock | 4 | 8 row 5 : Big Ones | 5 | 15 row 6 : Jagged Little Pill | 6 | 13 row 7 : Facelift | 7 | 12 row 8 : Warner 25 Anos | 8 | 14 row 9 : Plays Metallica By Four Cellos | 9 | 8 row 10 : Audioslave | 10 | 14 row 11 : Out Of Exile | 11 | 12 row 12 : BackBeat Soundtrack | 12 | 12 row 13 : The Best Of Billy Cobham | 13 | 8 row 14 : Alcohol Fueled Brewtality Live! [Disc 1] | 14 | 13 row 15 : Alcohol Fueled Brewtality Live! [Disc 2] | 15 | 5 row 16 : Black Sabbath | 16 | 7 row 17 : Black Sabbath Vol. 4 (Remaster) | 17 | 10 row 18 : Body Count | 18 | 17 row 19 : Chemical Wedding | 19 | 11 row 20 : The Best Of Buddy Guy - The Millenium Collection | 20 | 11 row 21 : Prenda Minha | 21 | 18 row 22 : Sozinho Remix Ao Vivo | 22 | 3 row 23 : Minha Historia | 23 | 34 row 24 : Afrociberdelia | 24 | 23 row 25 : Da Lama Ao Caos | 25 | 13 row 26 : Acústico MTV [Live] | 26 | 17 row 27 : Cidade Negra - Hits | 27 | 14 row 28 : Na Pista | 28 | 10 row 29 : Axé Bahia 2001 | 29 | 14 row 30 : BBC Sessions [Disc 1] [Live] | 30 | 14 row 31 : Bongo Fury | 31 | 9 row 32 : Carnaval 2001 | 32 | 14 row 33 : Chill: Brazil (Disc 1) | 33 | 17 row 34 : Chill: Brazil (Disc 2) | 34 | 17 row 35 : Garage Inc. (Disc 1) | 35 | 11 row 36 : Greatest Hits II | 36 | 17 row 37 : Greatest Kiss | 37 | 20 row 38 : Heart of the Night | 38 | 12 row 39 : International Superhits | 39 | 21 row 40 : Into The Light | 40 | 12 row 41 : Meus Momentos | 41 | 14 row 42 : Minha História | 42 | 14 row 43 : MK III The Final Concerts [Disc 1] | 43 | 7 row 44 : Physical Graffiti [Disc 1] | 44 | 6 row 45 : Sambas De Enredo 2001 | 45 | 14 row 46 : Supernatural | 46 | 13 row 47 : The Best of Ed Motta | 47 | 14 row 48 : The Essential Miles Davis [Disc 1] | 48 | 13 row 49 : The Essential Miles Davis [Disc 2] | 49 | 10 row 50 : The Final Concerts (Disc 2) | 50 | 4 row 51 : Up An' Atom | 51 | 22 row 52 : Vinícius De Moraes - Sem Limite | 52 | 15 row 53 : Vozes do MPB | 53 | 14 row 54 : Chronicle, Vol. 1 | 54 | 20 row 55 : Chronicle, Vol. 2 | 55 | 20 row 56 : Cássia Eller - Coleção Sem Limite [Disc 2] | 56 | 15 row 57 : Cássia Eller - Sem Limite [Disc 1] | 57 | 15 row 58 : Come Taste The Band | 58 | 9 row 59 : Deep Purple In Rock | 59 | 7 row 60 : Fireball | 60 | 7 row 61 : Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 61 | 11 row 62 : Machine Head | 62 | 7 row 63 : Purpendicular | 63 | 12 row 64 : Slaves And Masters | 64 | 9 row 65 : Stormbringer | 65 | 9 row 66 : The Battle Rages On | 66 | 10 row 67 : Vault: Def Leppard's Greatest Hits | 67 | 16 row 68 : Outbreak | 68 | 9 row 69 : Djavan Ao Vivo - Vol. 02 | 69 | 13 row 70 : Djavan Ao Vivo - Vol. 1 | 70 | 13 row 71 : Elis Regina-Minha História | 71 | 14 row 72 : The Cream Of Clapton | 72 | 18 row 73 : Unplugged | 73 | 30 row 74 : Album Of The Year | 74 | 12 row 75 : Angel Dust | 75 | 14 row 76 : King For A Day Fool For A Lifetime | 76 | 15 row 77 : The Real Thing | 77 | 11 row 78 : Deixa Entrar | 78 | 14 row 79 : In Your Honor [Disc 1] | 79 | 10 row 80 : In Your Honor [Disc 2] | 80 | 10 row 81 : One By One | 81 | 11 row 82 : The Colour And The Shape | 82 | 13 row 83 : My Way: The Best Of Frank Sinatra [Disc 1] | 83 | 24 row 84 : Roda De Funk | 84 | 16 row 85 : As Canções de Eu Tu Eles | 85 | 14 row 86 : Quanta Gente Veio Ver (Live) | 86 | 15 row 87 : Quanta Gente Veio ver--Bônus De Carnaval | 87 | 3 row 88 : Faceless | 88 | 12 row 89 : American Idiot | 89 | 13 row 90 : Appetite for Destruction | 90 | 12 row 91 : Use Your Illusion I | 91 | 16 row 92 : Use Your Illusion II | 92 | 14 row 93 : Blue Moods | 93 | 13 row 94 : A Matter of Life and Death | 94 | 11 row 95 : A Real Dead One | 95 | 12 row 96 : A Real Live One | 96 | 11 row 97 : Brave New World | 97 | 10 row 98 : Dance Of Death | 98 | 11 row 99 : Fear Of The Dark | 99 | 12 row 100 : Iron Maiden | 100 | 9 row 101 : Killers | 101 | 10 row 102 : Live After Death | 102 | 18 row 103 : Live At Donington 1992 (Disc 1) | 103 | 10 row 104 : Live At Donington 1992 (Disc 2) | 104 | 10 row 105 : No Prayer For The Dying | 105 | 10 row 106 : Piece Of Mind | 106 | 9 row 107 : Powerslave | 107 | 8 row 108 : Rock In Rio [CD1] | 108 | 10 row 109 : Rock In Rio [CD2] | 109 | 9 row 110 : Seventh Son of a Seventh Son | 110 | 8 row 111 : Somewhere in Time | 111 | 8 row 112 : The Number of The Beast | 112 | 8 row 113 : The X Factor | 113 | 11 row 114 : Virtual XI | 114 | 8 row 115 : Sex Machine | 115 | 20 row 116 : Emergency On Planet Earth | 116 | 10 row 117 : Synkronized | 117 | 11 row 118 : The Return Of The Space Cowboy | 118 | 11 row 119 : Get Born | 119 | 13 row 120 : Are You Experienced? | 120 | 17 row 121 : Surfing with the Alien (Remastered) | 121 | 10 row 122 : Jorge Ben Jor 25 Anos | 122 | 14 row 123 : Jota Quest-1995 | 123 | 12 row 124 : Cafezinho | 124 | 14 row 125 : Living After Midnight | 125 | 16 row 126 : Unplugged [Live] | 126 | 15 row 127 : BBC Sessions [Disc 2] [Live] | 127 | 10 row 128 : Coda | 128 | 8 row 129 : Houses Of The Holy | 129 | 8 row 130 : In Through The Out Door | 130 | 7 row 131 : IV | 131 | 8 row 132 : Led Zeppelin I | 132 | 9 row 133 : Led Zeppelin II | 133 | 9 row 134 : Led Zeppelin III | 134 | 10 row 135 : Physical Graffiti [Disc 2] | 135 | 9 row 136 : Presence | 136 | 7 row 137 : The Song Remains The Same (Disc 1) | 137 | 5 row 138 : The Song Remains The Same (Disc 2) | 138 | 4 row 139 : A TempestadeTempestade Ou O Livro Dos Dias | 139 | 15 row 140 : Mais Do Mesmo | 140 | 16 row 141 : Greatest Hits | 141 | 57 row 142 : Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 142 | 14 row 143 : Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 143 | 14 row 144 : Misplaced Childhood | 144 | 10 row 145 : Barulhinho Bom | 145 | 18 row 146 : Seek And Shall Find: More Of The Best (1963-1981) | 146 | 18 row 147 : The Best Of Men At Work | 147 | 10 row 148 : Black Album | 148 | 12 row 149 : Garage Inc. (Disc 2) | 149 | 16 row 150 : Kill 'Em All | 150 | 10 row 151 : Load | 151 | 14 row 152 : Master Of Puppets | 152 | 8 row 153 : ReLoad | 153 | 13 row 154 : Ride The Lightning | 154 | 8 row 155 : St. Anger | 155 | 11 row 156 : ...And Justice For All | 156 | 9 row 157 : Miles Ahead | 157 | 14 row 158 : Milton Nascimento Ao Vivo | 158 | 13 row 159 : Minas | 159 | 13 row 160 : Ace Of Spades | 160 | 15 row 161 : Demorou... | 161 | 12 row 162 : Motley Crue Greatest Hits | 162 | 17 row 163 : From The Muddy Banks Of The Wishkah [Live] | 163 | 17 row 164 : Nevermind | 164 | 12 row 165 : Compositores | 165 | 15 row 166 : Olodum | 166 | 14 row 167 : Acústico MTV | 167 | 21 row 168 : Arquivo II | 168 | 12 row 169 : Arquivo Os Paralamas Do Sucesso | 169 | 16 row 170 : Bark at the Moon (Remastered) | 170 | 1 row 171 : Blizzard of Ozz | 171 | 2 row 172 : Diary of a Madman (Remastered) | 172 | 1 row 173 : No More Tears (Remastered) | 173 | 2 row 174 : Tribute | 174 | 14 row 175 : Walking Into Clarksdale | 175 | 12 row 176 : Original Soundtracks 1 | 176 | 14 row 177 : The Beast Live | 177 | 10 row 178 : Live On Two Legs [Live] | 178 | 16 row 179 : Pearl Jam | 179 | 13 row 180 : Riot Act | 180 | 15 row 181 : Ten | 181 | 11 row 182 : Vs. | 182 | 12 row 183 : Dark Side Of The Moon | 183 | 9 row 184 : Os Cães Ladram Mas A Caravana Não Pára | 184 | 16 row 185 : Greatest Hits I | 185 | 17 row 186 : News Of The World | 186 | 11 row 187 : Out Of Time | 187 | 11 row 188 : Green | 188 | 11 row 189 : New Adventures In Hi-Fi | 189 | 14 row 190 : The Best Of R.E.M.: The IRS Years | 190 | 16 row 191 : Cesta Básica | 191 | 10 row 192 : Raul Seixas | 192 | 14 row 193 : Blood Sugar Sex Magik | 193 | 17 row 194 : By The Way | 194 | 16 row 195 : Californication | 195 | 15 row 196 : Retrospective I (1974-1980) | 196 | 14 row 197 : Santana - As Years Go By | 197 | 8 row 198 : Santana Live | 198 | 6 row 199 : Maquinarama | 199 | 12 row 200 : O Samba Poconé | 200 | 11 row 201 : Judas 0: B-Sides and Rarities | 201 | 16 row 202 : Rotten Apples: Greatest Hits | 202 | 18 row 203 : A-Sides | 203 | 17 row 204 : Morning Dance | 204 | 9 row 205 : In Step | 205 | 10 row 206 : Core | 206 | 12 row 207 : Mezmerize | 207 | 11 row 208 : [1997] Black Light Syndrome | 208 | 7 row 209 : Live [Disc 1] | 209 | 10 row 210 : Live [Disc 2] | 210 | 9 row 211 : The Singles | 211 | 18 row 212 : Beyond Good And Evil | 212 | 12 row 213 : Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 213 | 18 row 214 : The Doors | 214 | 11 row 215 : The Police Greatest Hits | 215 | 14 row 216 : Hot Rocks, 1964-1971 (Disc 1) | 216 | 12 row 217 : No Security | 217 | 14 row 218 : Voodoo Lounge | 218 | 15 row 219 : Tangents | 219 | 15 row 220 : Transmission | 220 | 11 row 221 : My Generation - The Very Best Of The Who | 221 | 20 row 222 : Serie Sem Limite (Disc 1) | 222 | 15 row 223 : Serie Sem Limite (Disc 2) | 223 | 15 row 224 : Acústico | 224 | 22 row 225 : Volume Dois | 225 | 16 row 226 : Battlestar Galactica: The Story So Far | 226 | 1 row 227 : Battlestar Galactica, Season 3 | 227 | 19 row 228 : Heroes, Season 1 | 228 | 23 row 229 : Lost, Season 3 | 229 | 26 row 230 : Lost, Season 1 | 230 | 25 row 231 : Lost, Season 2 | 231 | 24 row 232 : Achtung Baby | 232 | 12 row 233 : All That You Can't Leave Behind | 233 | 11 row 234 : B-Sides 1980-1990 | 234 | 15 row 235 : How To Dismantle An Atomic Bomb | 235 | 11 row 236 : Pop | 236 | 12 row 237 : Rattle And Hum | 237 | 17 row 238 : The Best Of 1980-1990 | 238 | 14 row 239 : War | 239 | 10 row 240 : Zooropa | 240 | 10 row 241 : UB40 The Best Of - Volume Two [UK] | 241 | 14 row 242 : Diver Down | 242 | 12 row 243 : The Best Of Van Halen, Vol. I | 243 | 17 row 244 : Van Halen | 244 | 11 row 245 : Van Halen III | 245 | 12 row 246 : Contraband | 246 | 13 row 247 : Vinicius De Moraes | 247 | 15 row 248 : Ao Vivo [IMPORT] | 248 | 19 row 249 : The Office, Season 1 | 249 | 6 row 250 : The Office, Season 2 | 250 | 22 row 251 : The Office, Season 3 | 251 | 25 row 252 : Un-Led-Ed | 252 | 1 row 253 : Battlestar Galactica (Classic), Season 1 | 253 | 24 row 254 : Aquaman | 254 | 1 row 255 : Instant Karma: The Amnesty International Campaign to Save Darfur | 255 | 23 row 256 : Speak of the Devil | 256 | 12 row 257 : 20th Century Masters - The Millennium Collection: The Best of Scorpions | 257 | 12 row 258 : House of Pain | 258 | 19 row 259 : Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 259 | 17 row 260 : Cake: B-Sides and Rarities | 260 | 1 row 261 : LOST, Season 4 | 261 | 17 row 262 : Quiet Songs | 262 | 2 row 263 : Muso Ko | 263 | 2 row 264 : Realize | 264 | 2 row 265 : Every Kind of Light | 265 | 2 row 266 : Duos II | 266 | 1 row 267 : Worlds | 267 | 1 row 268 : The Best of Beethoven | 268 | 1 row 269 : Temple of the Dog | 269 | 10 row 270 : Carry On | 270 | 14 row 271 : Revelations | 271 | 14 row 272 : Adorate Deum: Gregorian Chant from the Proper of the Mass | 272 | 1 row 273 : Allegri: Miserere | 273 | 1 row 274 : Pachelbel: Canon & Gigue | 274 | 1 row 275 : Vivaldi: The Four Seasons | 275 | 1 row 276 : Bach: Violin Concertos | 276 | 1 row 277 : Bach: Goldberg Variations | 277 | 1 row 278 : Bach: The Cello Suites | 278 | 1 row 279 : Handel: The Messiah (Highlights) | 279 | 1 row 280 : The World of Classical Favourites | 280 | 2 row 281 : Sir Neville Marriner: A Celebration | 281 | 1 row 282 : Mozart: Wind Concertos | 282 | 1 row 283 : Haydn: Symphonies 99 - 104 | 283 | 1 row 284 : Beethoven: Symhonies Nos. 5 & 6 | 284 | 1 row 285 : A Soprano Inspired | 285 | 1 row 286 : Great Opera Choruses | 286 | 1 row 287 : Wagner: Favourite Overtures | 287 | 1 row 288 : Fauré: Requiem, Ravel: Pavane & Others | 288 | 1 row 289 : Tchaikovsky: The Nutcracker | 289 | 1 row 290 : The Last Night of the Proms | 290 | 1 row 291 : Puccini: Madama Butterfly - Highlights | 291 | 1 row 292 : Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 292 | 1 row 293 : Pavarotti's Opera Made Easy | 293 | 1 row 294 : Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 294 | 1 row 295 : Carmina Burana | 295 | 1 row 296 : A Copland Celebration, Vol. I | 296 | 1 row 297 : Bach: Toccata & Fugue in D Minor | 297 | 1 row 298 : Prokofiev: Symphony No.1 | 298 | 1 row 299 : Scheherazade | 299 | 1 row 300 : Bach: The Brandenburg Concertos | 300 | 1 row 301 : Chopin: Piano Concertos Nos. 1 & 2 | 301 | 1 row 302 : Mascagni: Cavalleria Rusticana | 302 | 1 row 303 : Sibelius: Finlandia | 303 | 1 row 304 : Beethoven Piano Sonatas: Moonlight & Pastorale | 304 | 1 row 305 : Great Recordings of the Century - Mahler: Das Lied von der Erde | 305 | 1 row 306 : Elgar: Cello Concerto & Vaughan Williams: Fantasias | 306 | 1 row 307 : Adams, John: The Chairman Dances | 307 | 1 row 308 : Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 308 | 1 row 309 : Palestrina: Missa Papae Marcelli & Allegri: Miserere | 309 | 1 row 310 : Prokofiev: Romeo & Juliet | 310 | 1 row 311 : Strauss: Waltzes | 311 | 1 row 312 : Berlioz: Symphonie Fantastique | 312 | 1 row 313 : Bizet: Carmen Highlights | 313 | 1 row 314 : English Renaissance | 314 | 2 row 315 : Handel: Music for the Royal Fireworks (Original Version 1749) | 315 | 1 row 316 : Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 316 | 1 row 317 : Mozart Gala: Famous Arias | 317 | 1 row 318 : SCRIABIN: Vers la flamme | 318 | 1 row 319 : Armada: Music from the Courts of England and Spain | 319 | 1 row 320 : Mozart: Symphonies Nos. 40 & 41 | 320 | 1 row 321 : Back to Black | 321 | 12 row 322 : Frank | 322 | 11 row 323 : Carried to Dust (Bonus Track Version) | 323 | 1 row 324 : Beethoven: Symphony No. 6 'Pastoral' Etc. | 324 | 1 row 325 : Bartok: Violin & Viola Concertos | 325 | 1 row 326 : Mendelssohn: A Midsummer Night's Dream | 326 | 1 row 327 : Bach: Orchestral Suites Nos. 1 - 4 | 327 | 1 row 328 : Charpentier: Divertissements, Airs & Concerts | 328 | 1 row 329 : South American Getaway | 329 | 1 row 330 : Górecki: Symphony No. 3 | 330 | 1 row 331 : Purcell: The Fairy Queen | 331 | 1 row 332 : The Ultimate Relexation Album | 332 | 1 row 333 : Purcell: Music for the Queen Mary | 333 | 1 row 334 : Weill: The Seven Deadly Sins | 334 | 1 row 335 : J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 335 | 1 row 336 : Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 336 | 1 row 337 : Szymanowski: Piano Works, Vol. 1 | 337 | 1 row 338 : Nielsen: The Six Symphonies | 338 | 1 row 339 : Great Recordings of the Century: Paganini's 24 Caprices | 339 | 1 row 340 : Liszt - 12 Études D'Execution Transcendante | 340 | 1 row 341 : Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 341 | 1 row 342 : Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 342 | 1 row 343 : Respighi:Pines of Rome | 343 | 1 row 344 : Schubert: The Late String Quartets & String Quintet (3 CD's) | 344 | 1 row 345 : Monteverdi: L'Orfeo | 345 | 1 row 346 : Mozart: Chamber Music | 346 | 1 row 347 : Koyaanisqatsi (Soundtrack from the Motion Picture) | 347 | 1
SELECT T1.Name FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId GROUP BY T2.GenreId ORDER BY COUNT(*) DESC LIMIT 1
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Name"],"index":[0],"data":[["Rock"]]}
SELECT T1.Name FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId GROUP BY T2.GenreId ORDER BY COUNT(*) DESC LIMIT 1 <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Name row 1 : Rock
SELECT T1.Name FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId GROUP BY T2.MediaTypeId ORDER BY COUNT(*) ASC LIMIT 1
[ "MediaType", "Track" ]
[ "{\"columns\":[\"MediaTypeId\",\"Name\"],\"index\":[0,1,2,3,4],\"data\":[[1,\"MPEG audio file\"],[2,\"Protected AAC audio file\"],[3,\"Protected MPEG-4 video file\"],[4,\"Purchased AAC audio file\"],[5,\"AAC audio file\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Name"],"index":[0],"data":[["Purchased AAC audio file"]]}
SELECT T1.Name FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId GROUP BY T2.MediaTypeId ORDER BY COUNT(*) ASC LIMIT 1 <table_name> : MediaType col : MediaTypeId | Name row 1 : 1 | MPEG audio file row 2 : 2 | Protected AAC audio file row 3 : 3 | Protected MPEG-4 video file row 4 : 4 | Purchased AAC audio file row 5 : 5 | AAC audio file <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Name row 1 : Purchased AAC audio file
SELECT T1.Title , T2.AlbumID FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId WHERE T2.UnitPrice > 1 GROUP BY T2.AlbumID
[ "Album", "Track" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Title","AlbumId"],"index":[0,1,2,3,4,5,6,7,8,9,10,11],"data":[["Battlestar Galactica: The Story So Far",226],["Battlestar Galactica, Season 3",227],["Heroes, Season 1",228],["Lost, Season 3",229],["Lost, Season 1",230],["Lost, Season 2",231],["The Office, Season 1",249],["The Office, Season 2",250],["The Office, Season 3",251],["Battlestar Galactica (Classic), Season 1",253],["Aquaman",254],["LOST, Season 4",261]]}
SELECT T1.Title , T2.AlbumID FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId WHERE T2.UnitPrice > 1 GROUP BY T2.AlbumID <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Title | AlbumId row 1 : Battlestar Galactica: The Story So Far | 226 row 2 : Battlestar Galactica, Season 3 | 227 row 3 : Heroes, Season 1 | 228 row 4 : Lost, Season 3 | 229 row 5 : Lost, Season 1 | 230 row 6 : Lost, Season 2 | 231 row 7 : The Office, Season 1 | 249 row 8 : The Office, Season 2 | 250 row 9 : The Office, Season 3 | 251 row 10 : Battlestar Galactica (Classic), Season 1 | 253 row 11 : Aquaman | 254 row 12 : LOST, Season 4 | 261
SELECT COUNT(*) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock"
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["COUNT(*)"],"index":[0],"data":[[1297]]}
SELECT COUNT(*) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : COUNT(*) row 1 : 1297
SELECT AVG(UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Jazz"
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["AVG(UnitPrice)"],"index":[0],"data":[[0.99]]}
SELECT AVG(UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Jazz" <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : AVG(UnitPrice) row 1 : 0.99
SELECT FirstName , LastName FROM CUSTOMER WHERE Email = "luisg@embraer.com.br"
[ "Customer" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}" ]
{"columns":["FirstName","LastName"],"index":[0],"data":[["Lu\u00c3\u00ads","Gon\u00c3\u00a7alves"]]}
SELECT FirstName , LastName FROM CUSTOMER WHERE Email = "luisg@embraer.com.br" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3
col : FirstName | LastName row 1 : Luís | Gonçalves
SELECT COUNT(*) FROM CUSTOMER WHERE Email LIKE "%gmail.com%"
[ "Customer" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}" ]
{"columns":["COUNT(*)"],"index":[0],"data":[[8]]}
SELECT COUNT(*) FROM CUSTOMER WHERE Email LIKE "%gmail.com%" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3
col : COUNT(*) row 1 : 8
SELECT T2.FirstName , T2.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.FirstName = "Leonie"
[ "Customer", "Employee" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["FirstName","LastName"],"index":[0],"data":[["Steve","Johnson"]]}
SELECT T2.FirstName , T2.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.FirstName = "Leonie" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : FirstName | LastName row 1 : Steve | Johnson
SELECT T2.City FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.PostalCode = "70174"
[ "Customer", "Employee" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["City"],"index":[0],"data":[["Calgary"]]}
SELECT T2.City FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.PostalCode = "70174" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : City row 1 : Calgary
SELECT COUNT(DISTINCT city) FROM EMPLOYEE
[ "Employee" ]
[ "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["COUNT(DISTINCT city)"],"index":[0],"data":[[3]]}
SELECT COUNT(DISTINCT city) FROM EMPLOYEE <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : COUNT(DISTINCT city) row 1 : 3
SELECT T2.InvoiceDate FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.FirstName = "Astrid" AND LastName = "Gruber"
[ "Customer", "Invoice" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"InvoiceId\",\"CustomerId\",\"InvoiceDate\",\"BillingAddress\",\"BillingCity\",\"BillingState\",\"BillingCountry\",\"BillingPostalCode\",\"Total\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411],\"data\":[[1,2,\"2009-01-01 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[2,4,\"2009-01-02 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",3.96],[3,8,\"2009-01-03 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",5.94],[4,14,\"2009-01-06 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",8.91],[5,23,\"2009-01-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",13.86],[6,37,\"2009-01-19 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",0.99],[7,38,\"2009-02-01 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[8,40,\"2009-02-01 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",1.98],[9,42,\"2009-02-02 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.96],[10,46,\"2009-02-03 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,5.94],[11,52,\"2009-02-06 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",8.91],[12,2,\"2009-02-11 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",13.86],[13,16,\"2009-02-19 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",0.99],[14,17,\"2009-03-04 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[15,19,\"2009-03-04 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[16,21,\"2009-03-05 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",3.96],[17,25,\"2009-03-06 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",5.94],[18,31,\"2009-03-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",8.91],[19,40,\"2009-03-14 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",13.86],[20,54,\"2009-03-22 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",0.99],[21,55,\"2009-04-04 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[22,57,\"2009-04-04 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[23,59,\"2009-04-05 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",3.96],[24,4,\"2009-04-06 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",5.94],[25,10,\"2009-04-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",8.91],[26,19,\"2009-04-14 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",13.86],[27,33,\"2009-04-22 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",0.99],[28,34,\"2009-05-05 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[29,36,\"2009-05-05 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[30,38,\"2009-05-06 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",3.96],[31,42,\"2009-05-07 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",5.94],[32,48,\"2009-05-10 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.91],[33,57,\"2009-05-15 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,13.86],[34,12,\"2009-05-23 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",0.99],[35,13,\"2009-06-05 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[36,15,\"2009-06-05 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[37,17,\"2009-06-06 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",3.96],[38,21,\"2009-06-07 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",5.94],[39,27,\"2009-06-10 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",8.91],[40,36,\"2009-06-15 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",13.86],[41,50,\"2009-06-23 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",0.99],[42,51,\"2009-07-06 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[43,53,\"2009-07-06 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[44,55,\"2009-07-07 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",3.96],[45,59,\"2009-07-08 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",5.94],[46,6,\"2009-07-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",8.91],[47,15,\"2009-07-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",13.86],[48,29,\"2009-07-24 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",0.99],[49,30,\"2009-08-06 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[50,32,\"2009-08-06 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[51,34,\"2009-08-07 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,3.96],[52,38,\"2009-08-08 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",5.94],[53,44,\"2009-08-11 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",8.91],[54,53,\"2009-08-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",13.86],[55,8,\"2009-08-24 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",0.99],[56,9,\"2009-09-06 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[57,11,\"2009-09-06 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[58,13,\"2009-09-07 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",3.96],[59,17,\"2009-09-08 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",5.94],[60,23,\"2009-09-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",8.91],[61,32,\"2009-09-16 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",13.86],[62,46,\"2009-09-24 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,0.99],[63,47,\"2009-10-07 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[64,49,\"2009-10-07 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[65,51,\"2009-10-08 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",3.96],[66,55,\"2009-10-09 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",5.94],[67,2,\"2009-10-12 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",8.91],[68,11,\"2009-10-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",13.86],[69,25,\"2009-10-25 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",0.99],[70,26,\"2009-11-07 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[71,28,\"2009-11-07 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[72,30,\"2009-11-08 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",3.96],[73,34,\"2009-11-09 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,5.94],[74,40,\"2009-11-12 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",8.91],[75,49,\"2009-11-17 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",13.86],[76,4,\"2009-11-25 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",0.99],[77,5,\"2009-12-08 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[78,7,\"2009-12-08 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[79,9,\"2009-12-09 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",3.96],[80,13,\"2009-12-10 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",5.94],[81,19,\"2009-12-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",8.91],[82,28,\"2009-12-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",13.86],[83,42,\"2009-12-26 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",0.99],[84,43,\"2010-01-08 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[85,45,\"2010-01-08 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[86,47,\"2010-01-09 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",3.96],[87,51,\"2010-01-10 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",6.94],[88,57,\"2010-01-13 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,17.91],[89,7,\"2010-01-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",18.86],[90,21,\"2010-01-26 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",0.99],[91,22,\"2010-02-08 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",1.98],[92,24,\"2010-02-08 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[93,26,\"2010-02-09 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",3.96],[94,30,\"2010-02-10 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",5.94],[95,36,\"2010-02-13 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",8.91],[96,45,\"2010-02-18 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",21.86],[97,59,\"2010-02-26 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.99],[98,1,\"2010-03-11 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.98],[99,3,\"2010-03-11 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.98],[100,5,\"2010-03-12 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",3.96],[101,9,\"2010-03-13 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",5.94],[102,15,\"2010-03-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",9.91],[103,24,\"2010-03-21 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",15.86],[104,38,\"2010-03-29 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",0.99],[105,39,\"2010-04-11 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[106,41,\"2010-04-11 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[107,43,\"2010-04-12 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",3.96],[108,47,\"2010-04-13 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",5.94],[109,53,\"2010-04-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",8.91],[110,3,\"2010-04-21 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",13.86],[111,17,\"2010-04-29 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",0.99],[112,18,\"2010-05-12 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[113,20,\"2010-05-12 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",1.98],[114,22,\"2010-05-13 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.96],[115,26,\"2010-05-14 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",5.94],[116,32,\"2010-05-17 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",8.91],[117,41,\"2010-05-22 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",13.86],[118,55,\"2010-05-30 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",0.99],[119,56,\"2010-06-12 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[120,58,\"2010-06-12 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[121,1,\"2010-06-13 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.96],[122,5,\"2010-06-14 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",5.94],[123,11,\"2010-06-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",8.91],[124,20,\"2010-06-22 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",13.86],[125,34,\"2010-06-30 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,0.99],[126,35,\"2010-07-13 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[127,37,\"2010-07-13 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[128,39,\"2010-07-14 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",3.96],[129,43,\"2010-07-15 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",5.94],[130,49,\"2010-07-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",8.91],[131,58,\"2010-07-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",13.86],[132,13,\"2010-07-31 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",0.99],[133,14,\"2010-08-13 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[134,16,\"2010-08-13 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[135,18,\"2010-08-14 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",3.96],[136,22,\"2010-08-15 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",5.94],[137,28,\"2010-08-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",8.91],[138,37,\"2010-08-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",13.86],[139,51,\"2010-08-31 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",0.99],[140,52,\"2010-09-13 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[141,54,\"2010-09-13 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[142,56,\"2010-09-14 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",3.96],[143,1,\"2010-09-15 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",5.94],[144,7,\"2010-09-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",8.91],[145,16,\"2010-09-23 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",13.86],[146,30,\"2010-10-01 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",0.99],[147,31,\"2010-10-14 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[148,33,\"2010-10-14 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[149,35,\"2010-10-15 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,3.96],[150,39,\"2010-10-16 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",5.94],[151,45,\"2010-10-19 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",8.91],[152,54,\"2010-10-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",13.86],[153,9,\"2010-11-01 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",0.99],[154,10,\"2010-11-14 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[155,12,\"2010-11-14 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[156,14,\"2010-11-15 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",3.96],[157,18,\"2010-11-16 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",5.94],[158,24,\"2010-11-19 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",8.91],[159,33,\"2010-11-24 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",13.86],[160,47,\"2010-12-02 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",0.99],[161,48,\"2010-12-15 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[162,50,\"2010-12-15 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[163,52,\"2010-12-16 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",3.96],[164,56,\"2010-12-17 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",5.94],[165,3,\"2010-12-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",8.91],[166,12,\"2010-12-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",13.86],[167,26,\"2011-01-02 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",0.99],[168,27,\"2011-01-15 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[169,29,\"2011-01-15 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[170,31,\"2011-01-16 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",3.96],[171,35,\"2011-01-17 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,5.94],[172,41,\"2011-01-20 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",8.91],[173,50,\"2011-01-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",13.86],[174,5,\"2011-02-02 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",0.99],[175,6,\"2011-02-15 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[176,8,\"2011-02-15 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[177,10,\"2011-02-16 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",3.96],[178,14,\"2011-02-17 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",5.94],[179,20,\"2011-02-20 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",8.91],[180,29,\"2011-02-25 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",13.86],[181,43,\"2011-03-05 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",0.99],[182,44,\"2011-03-18 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[183,46,\"2011-03-18 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[184,48,\"2011-03-19 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",3.96],[185,52,\"2011-03-20 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",5.94],[186,58,\"2011-03-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",8.91],[187,8,\"2011-03-28 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",13.86],[188,22,\"2011-04-05 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",0.99],[189,23,\"2011-04-18 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[190,25,\"2011-04-18 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[191,27,\"2011-04-19 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",3.96],[192,31,\"2011-04-20 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",5.94],[193,37,\"2011-04-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",14.91],[194,46,\"2011-04-28 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,21.86],[195,1,\"2011-05-06 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",0.99],[196,2,\"2011-05-19 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[197,4,\"2011-05-19 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[198,6,\"2011-05-20 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",3.96],[199,10,\"2011-05-21 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",5.94],[200,16,\"2011-05-24 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",8.91],[201,25,\"2011-05-29 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",18.86],[202,39,\"2011-06-06 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.99],[203,40,\"2011-06-19 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",2.98],[204,42,\"2011-06-19 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.98],[205,44,\"2011-06-20 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",7.96],[206,48,\"2011-06-21 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.94],[207,54,\"2011-06-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",8.91],[208,4,\"2011-06-29 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",15.86],[209,18,\"2011-07-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",0.99],[210,19,\"2011-07-20 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[211,21,\"2011-07-20 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[212,23,\"2011-07-21 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",3.96],[213,27,\"2011-07-22 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",5.94],[214,33,\"2011-07-25 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",8.91],[215,42,\"2011-07-30 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",13.86],[216,56,\"2011-08-07 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",0.99],[217,57,\"2011-08-20 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[218,59,\"2011-08-20 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.98],[219,2,\"2011-08-21 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",3.96],[220,6,\"2011-08-22 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",5.94],[221,12,\"2011-08-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",8.91],[222,21,\"2011-08-30 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",13.86],[223,35,\"2011-09-07 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,0.99],[224,36,\"2011-09-20 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[225,38,\"2011-09-20 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[226,40,\"2011-09-21 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",3.96],[227,44,\"2011-09-22 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",5.94],[228,50,\"2011-09-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",8.91],[229,59,\"2011-09-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",13.86],[230,14,\"2011-10-08 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",0.99],[231,15,\"2011-10-21 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[232,17,\"2011-10-21 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[233,19,\"2011-10-22 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",3.96],[234,23,\"2011-10-23 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",5.94],[235,29,\"2011-10-26 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",8.91],[236,38,\"2011-10-31 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",13.86],[237,52,\"2011-11-08 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",0.99],[238,53,\"2011-11-21 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[239,55,\"2011-11-21 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[240,57,\"2011-11-22 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,3.96],[241,2,\"2011-11-23 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",5.94],[242,8,\"2011-11-26 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",8.91],[243,17,\"2011-12-01 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",13.86],[244,31,\"2011-12-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",0.99],[245,32,\"2011-12-22 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[246,34,\"2011-12-22 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[247,36,\"2011-12-23 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",3.96],[248,40,\"2011-12-24 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",5.94],[249,46,\"2011-12-27 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,8.91],[250,55,\"2012-01-01 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",13.86],[251,10,\"2012-01-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",0.99],[252,11,\"2012-01-22 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[253,13,\"2012-01-22 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[254,15,\"2012-01-23 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",3.96],[255,19,\"2012-01-24 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",5.94],[256,25,\"2012-01-27 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",8.91],[257,34,\"2012-02-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,13.86],[258,48,\"2012-02-09 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",0.99],[259,49,\"2012-02-22 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[260,51,\"2012-02-22 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[261,53,\"2012-02-23 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",3.96],[262,57,\"2012-02-24 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,5.94],[263,4,\"2012-02-27 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",8.91],[264,13,\"2012-03-03 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",13.86],[265,27,\"2012-03-11 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",0.99],[266,28,\"2012-03-24 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[267,30,\"2012-03-24 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[268,32,\"2012-03-25 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",3.96],[269,36,\"2012-03-26 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",5.94],[270,42,\"2012-03-29 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",8.91],[271,51,\"2012-04-03 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",13.86],[272,6,\"2012-04-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",0.99],[273,7,\"2012-04-24 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[274,9,\"2012-04-24 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[275,11,\"2012-04-25 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",3.96],[276,15,\"2012-04-26 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",5.94],[277,21,\"2012-04-29 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",8.91],[278,30,\"2012-05-04 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",13.86],[279,44,\"2012-05-12 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",0.99],[280,45,\"2012-05-25 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[281,47,\"2012-05-25 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[282,49,\"2012-05-26 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",3.96],[283,53,\"2012-05-27 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",5.94],[284,59,\"2012-05-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",8.91],[285,9,\"2012-06-04 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",13.86],[286,23,\"2012-06-12 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",0.99],[287,24,\"2012-06-25 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[288,26,\"2012-06-25 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[289,28,\"2012-06-26 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",3.96],[290,32,\"2012-06-27 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",5.94],[291,38,\"2012-06-30 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",8.91],[292,47,\"2012-07-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",13.86],[293,2,\"2012-07-13 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",0.99],[294,3,\"2012-07-26 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",1.98],[295,5,\"2012-07-26 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[296,7,\"2012-07-27 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",3.96],[297,11,\"2012-07-28 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",5.94],[298,17,\"2012-07-31 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",10.91],[299,26,\"2012-08-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",23.86],[300,40,\"2012-08-13 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",0.99],[301,41,\"2012-08-26 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[302,43,\"2012-08-26 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[303,45,\"2012-08-27 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",3.96],[304,49,\"2012-08-28 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",5.94],[305,55,\"2012-08-31 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",8.91],[306,5,\"2012-09-05 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",16.86],[307,19,\"2012-09-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.99],[308,20,\"2012-09-26 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.98],[309,22,\"2012-09-26 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.98],[310,24,\"2012-09-27 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",7.96],[311,28,\"2012-09-28 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",11.94],[312,34,\"2012-10-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,10.91],[313,43,\"2012-10-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",16.86],[314,57,\"2012-10-14 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,0.99],[315,58,\"2012-10-27 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[316,1,\"2012-10-27 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",1.98],[317,3,\"2012-10-28 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.96],[318,7,\"2012-10-29 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",5.94],[319,13,\"2012-11-01 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",8.91],[320,22,\"2012-11-06 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",13.86],[321,36,\"2012-11-14 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",0.99],[322,37,\"2012-11-27 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[323,39,\"2012-11-27 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[324,41,\"2012-11-28 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",3.96],[325,45,\"2012-11-29 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",5.94],[326,51,\"2012-12-02 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",8.91],[327,1,\"2012-12-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",13.86],[328,15,\"2012-12-15 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",0.99],[329,16,\"2012-12-28 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[330,18,\"2012-12-28 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[331,20,\"2012-12-29 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.96],[332,24,\"2012-12-30 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",5.94],[333,30,\"2013-01-02 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",8.91],[334,39,\"2013-01-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",13.86],[335,53,\"2013-01-15 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",0.99],[336,54,\"2013-01-28 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[337,56,\"2013-01-28 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[338,58,\"2013-01-29 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",3.96],[339,3,\"2013-01-30 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",5.94],[340,9,\"2013-02-02 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",8.91],[341,18,\"2013-02-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",13.86],[342,32,\"2013-02-15 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",0.99],[343,33,\"2013-02-28 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[344,35,\"2013-02-28 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[345,37,\"2013-03-01 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",3.96],[346,41,\"2013-03-02 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",5.94],[347,47,\"2013-03-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",8.91],[348,56,\"2013-03-10 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",13.86],[349,11,\"2013-03-18 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",0.99],[350,12,\"2013-03-31 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[351,14,\"2013-03-31 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[352,16,\"2013-04-01 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",3.96],[353,20,\"2013-04-02 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",5.94],[354,26,\"2013-04-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",8.91],[355,35,\"2013-04-10 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,13.86],[356,49,\"2013-04-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",0.99],[357,50,\"2013-05-01 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[358,52,\"2013-05-01 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[359,54,\"2013-05-02 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",3.96],[360,58,\"2013-05-03 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",5.94],[361,5,\"2013-05-06 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",8.91],[362,14,\"2013-05-11 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",13.86],[363,28,\"2013-05-19 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",0.99],[364,29,\"2013-06-01 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[365,31,\"2013-06-01 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[366,33,\"2013-06-02 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",3.96],[367,37,\"2013-06-03 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",5.94],[368,43,\"2013-06-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",8.91],[369,52,\"2013-06-11 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",13.86],[370,7,\"2013-06-19 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",0.99],[371,8,\"2013-07-02 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[372,10,\"2013-07-02 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[373,12,\"2013-07-03 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",3.96],[374,16,\"2013-07-04 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",5.94],[375,22,\"2013-07-07 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",8.91],[376,31,\"2013-07-12 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",13.86],[377,45,\"2013-07-20 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",0.99],[378,46,\"2013-08-02 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[379,48,\"2013-08-02 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[380,50,\"2013-08-03 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",3.96],[381,54,\"2013-08-04 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",5.94],[382,1,\"2013-08-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",8.91],[383,10,\"2013-08-12 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",13.86],[384,24,\"2013-08-20 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",0.99],[385,25,\"2013-09-02 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[386,27,\"2013-09-02 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[387,29,\"2013-09-03 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",3.96],[388,33,\"2013-09-04 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",5.94],[389,39,\"2013-09-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",8.91],[390,48,\"2013-09-12 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",13.86],[391,3,\"2013-09-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",0.99],[392,4,\"2013-10-03 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[393,6,\"2013-10-03 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[394,8,\"2013-10-04 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",3.96],[395,12,\"2013-10-05 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",5.94],[396,18,\"2013-10-08 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",8.91],[397,27,\"2013-10-13 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",13.86],[398,41,\"2013-10-21 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",0.99],[399,42,\"2013-11-03 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",1.98],[400,44,\"2013-11-03 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[401,46,\"2013-11-04 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,3.96],[402,50,\"2013-11-05 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",5.94],[403,56,\"2013-11-08 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",8.91],[404,6,\"2013-11-13 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",25.86],[405,20,\"2013-11-21 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",0.99],[406,21,\"2013-12-04 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[407,23,\"2013-12-04 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[408,25,\"2013-12-05 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",3.96],[409,29,\"2013-12-06 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",5.94],[410,35,\"2013-12-09 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,8.91],[411,44,\"2013-12-14 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",13.86],[412,58,\"2013-12-22 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.99]]}" ]
{"columns":["InvoiceDate"],"index":[0,1,2,3,4,5,6],"data":[["2009-12-08 00:00:00"],["2010-01-18 00:00:00"],["2010-09-18 00:00:00"],["2012-04-24 00:00:00"],["2012-07-27 00:00:00"],["2012-10-29 00:00:00"],["2013-06-19 00:00:00"]]}
SELECT T2.InvoiceDate FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.FirstName = "Astrid" AND LastName = "Gruber" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Invoice col : InvoiceId | CustomerId | InvoiceDate | BillingAddress | BillingCity | BillingState | BillingCountry | BillingPostalCode | Total row 1 : 1 | 2 | 2009-01-01 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 2 : 2 | 4 | 2009-01-02 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 3.96 row 3 : 3 | 8 | 2009-01-03 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 5.94 row 4 : 4 | 14 | 2009-01-06 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 8.91 row 5 : 5 | 23 | 2009-01-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 13.86 row 6 : 6 | 37 | 2009-01-19 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 0.99 row 7 : 7 | 38 | 2009-02-01 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 8 : 8 | 40 | 2009-02-01 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 1.98 row 9 : 9 | 42 | 2009-02-02 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.96 row 10 : 10 | 46 | 2009-02-03 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 5.94 row 11 : 11 | 52 | 2009-02-06 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 8.91 row 12 : 12 | 2 | 2009-02-11 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 13.86 row 13 : 13 | 16 | 2009-02-19 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 0.99 row 14 : 14 | 17 | 2009-03-04 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 15 : 15 | 19 | 2009-03-04 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 16 : 16 | 21 | 2009-03-05 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 3.96 row 17 : 17 | 25 | 2009-03-06 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 5.94 row 18 : 18 | 31 | 2009-03-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 8.91 row 19 : 19 | 40 | 2009-03-14 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 13.86 row 20 : 20 | 54 | 2009-03-22 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 0.99 row 21 : 21 | 55 | 2009-04-04 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 22 : 22 | 57 | 2009-04-04 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 23 : 23 | 59 | 2009-04-05 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 3.96 row 24 : 24 | 4 | 2009-04-06 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 5.94 row 25 : 25 | 10 | 2009-04-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 8.91 row 26 : 26 | 19 | 2009-04-14 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 13.86 row 27 : 27 | 33 | 2009-04-22 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 0.99 row 28 : 28 | 34 | 2009-05-05 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 29 : 29 | 36 | 2009-05-05 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 30 : 30 | 38 | 2009-05-06 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 3.96 row 31 : 31 | 42 | 2009-05-07 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 5.94 row 32 : 32 | 48 | 2009-05-10 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.91 row 33 : 33 | 57 | 2009-05-15 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 13.86 row 34 : 34 | 12 | 2009-05-23 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 0.99 row 35 : 35 | 13 | 2009-06-05 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 36 : 36 | 15 | 2009-06-05 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 37 : 37 | 17 | 2009-06-06 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 3.96 row 38 : 38 | 21 | 2009-06-07 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 5.94 row 39 : 39 | 27 | 2009-06-10 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 8.91 row 40 : 40 | 36 | 2009-06-15 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 13.86 row 41 : 41 | 50 | 2009-06-23 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 0.99 row 42 : 42 | 51 | 2009-07-06 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 43 : 43 | 53 | 2009-07-06 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 44 : 44 | 55 | 2009-07-07 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 3.96 row 45 : 45 | 59 | 2009-07-08 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 5.94 row 46 : 46 | 6 | 2009-07-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 8.91 row 47 : 47 | 15 | 2009-07-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 13.86 row 48 : 48 | 29 | 2009-07-24 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 0.99 row 49 : 49 | 30 | 2009-08-06 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 50 : 50 | 32 | 2009-08-06 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 51 : 51 | 34 | 2009-08-07 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 3.96 row 52 : 52 | 38 | 2009-08-08 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 5.94 row 53 : 53 | 44 | 2009-08-11 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 8.91 row 54 : 54 | 53 | 2009-08-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 13.86 row 55 : 55 | 8 | 2009-08-24 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 0.99 row 56 : 56 | 9 | 2009-09-06 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 57 : 57 | 11 | 2009-09-06 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 58 : 58 | 13 | 2009-09-07 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 3.96 row 59 : 59 | 17 | 2009-09-08 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 5.94 row 60 : 60 | 23 | 2009-09-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 8.91 row 61 : 61 | 32 | 2009-09-16 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 13.86 row 62 : 62 | 46 | 2009-09-24 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 0.99 row 63 : 63 | 47 | 2009-10-07 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 64 : 64 | 49 | 2009-10-07 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 65 : 65 | 51 | 2009-10-08 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 3.96 row 66 : 66 | 55 | 2009-10-09 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 5.94 row 67 : 67 | 2 | 2009-10-12 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 8.91 row 68 : 68 | 11 | 2009-10-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 13.86 row 69 : 69 | 25 | 2009-10-25 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 0.99 row 70 : 70 | 26 | 2009-11-07 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 71 : 71 | 28 | 2009-11-07 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 72 : 72 | 30 | 2009-11-08 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 3.96 row 73 : 73 | 34 | 2009-11-09 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 5.94 row 74 : 74 | 40 | 2009-11-12 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 8.91 row 75 : 75 | 49 | 2009-11-17 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 13.86 row 76 : 76 | 4 | 2009-11-25 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 0.99 row 77 : 77 | 5 | 2009-12-08 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 78 : 78 | 7 | 2009-12-08 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 79 : 79 | 9 | 2009-12-09 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 3.96 row 80 : 80 | 13 | 2009-12-10 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 5.94 row 81 : 81 | 19 | 2009-12-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 8.91 row 82 : 82 | 28 | 2009-12-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 13.86 row 83 : 83 | 42 | 2009-12-26 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 0.99 row 84 : 84 | 43 | 2010-01-08 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 85 : 85 | 45 | 2010-01-08 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 86 : 86 | 47 | 2010-01-09 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 3.96 row 87 : 87 | 51 | 2010-01-10 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 6.94 row 88 : 88 | 57 | 2010-01-13 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 17.91 row 89 : 89 | 7 | 2010-01-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 18.86 row 90 : 90 | 21 | 2010-01-26 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 0.99 row 91 : 91 | 22 | 2010-02-08 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 1.98 row 92 : 92 | 24 | 2010-02-08 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 93 : 93 | 26 | 2010-02-09 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 3.96 row 94 : 94 | 30 | 2010-02-10 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 5.94 row 95 : 95 | 36 | 2010-02-13 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 8.91 row 96 : 96 | 45 | 2010-02-18 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 21.86 row 97 : 97 | 59 | 2010-02-26 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.99 row 98 : 98 | 1 | 2010-03-11 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.98 row 99 : 99 | 3 | 2010-03-11 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.98 row 100 : 100 | 5 | 2010-03-12 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 3.96 row 101 : 101 | 9 | 2010-03-13 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 5.94 row 102 : 102 | 15 | 2010-03-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 9.91 row 103 : 103 | 24 | 2010-03-21 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 15.86 row 104 : 104 | 38 | 2010-03-29 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 0.99 row 105 : 105 | 39 | 2010-04-11 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 106 : 106 | 41 | 2010-04-11 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 107 : 107 | 43 | 2010-04-12 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 3.96 row 108 : 108 | 47 | 2010-04-13 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 5.94 row 109 : 109 | 53 | 2010-04-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 8.91 row 110 : 110 | 3 | 2010-04-21 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 13.86 row 111 : 111 | 17 | 2010-04-29 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 0.99 row 112 : 112 | 18 | 2010-05-12 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 113 : 113 | 20 | 2010-05-12 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 1.98 row 114 : 114 | 22 | 2010-05-13 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.96 row 115 : 115 | 26 | 2010-05-14 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 5.94 row 116 : 116 | 32 | 2010-05-17 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 8.91 row 117 : 117 | 41 | 2010-05-22 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 13.86 row 118 : 118 | 55 | 2010-05-30 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 0.99 row 119 : 119 | 56 | 2010-06-12 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 120 : 120 | 58 | 2010-06-12 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 121 : 121 | 1 | 2010-06-13 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.96 row 122 : 122 | 5 | 2010-06-14 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 5.94 row 123 : 123 | 11 | 2010-06-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 8.91 row 124 : 124 | 20 | 2010-06-22 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 13.86 row 125 : 125 | 34 | 2010-06-30 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 0.99 row 126 : 126 | 35 | 2010-07-13 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 127 : 127 | 37 | 2010-07-13 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 128 : 128 | 39 | 2010-07-14 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 3.96 row 129 : 129 | 43 | 2010-07-15 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 5.94 row 130 : 130 | 49 | 2010-07-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 8.91 row 131 : 131 | 58 | 2010-07-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 13.86 row 132 : 132 | 13 | 2010-07-31 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 0.99 row 133 : 133 | 14 | 2010-08-13 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 134 : 134 | 16 | 2010-08-13 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 135 : 135 | 18 | 2010-08-14 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 3.96 row 136 : 136 | 22 | 2010-08-15 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 5.94 row 137 : 137 | 28 | 2010-08-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 8.91 row 138 : 138 | 37 | 2010-08-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 13.86 row 139 : 139 | 51 | 2010-08-31 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 0.99 row 140 : 140 | 52 | 2010-09-13 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 141 : 141 | 54 | 2010-09-13 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 142 : 142 | 56 | 2010-09-14 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 3.96 row 143 : 143 | 1 | 2010-09-15 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 5.94 row 144 : 144 | 7 | 2010-09-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 8.91 row 145 : 145 | 16 | 2010-09-23 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 13.86 row 146 : 146 | 30 | 2010-10-01 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 0.99 row 147 : 147 | 31 | 2010-10-14 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 148 : 148 | 33 | 2010-10-14 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 149 : 149 | 35 | 2010-10-15 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 3.96 row 150 : 150 | 39 | 2010-10-16 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 5.94 row 151 : 151 | 45 | 2010-10-19 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 8.91 row 152 : 152 | 54 | 2010-10-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 13.86 row 153 : 153 | 9 | 2010-11-01 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 0.99 row 154 : 154 | 10 | 2010-11-14 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 155 : 155 | 12 | 2010-11-14 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 156 : 156 | 14 | 2010-11-15 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 3.96 row 157 : 157 | 18 | 2010-11-16 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 5.94 row 158 : 158 | 24 | 2010-11-19 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 8.91 row 159 : 159 | 33 | 2010-11-24 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 13.86 row 160 : 160 | 47 | 2010-12-02 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 0.99 row 161 : 161 | 48 | 2010-12-15 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 162 : 162 | 50 | 2010-12-15 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 163 : 163 | 52 | 2010-12-16 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 3.96 row 164 : 164 | 56 | 2010-12-17 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 5.94 row 165 : 165 | 3 | 2010-12-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 8.91 row 166 : 166 | 12 | 2010-12-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 13.86 row 167 : 167 | 26 | 2011-01-02 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 0.99 row 168 : 168 | 27 | 2011-01-15 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 169 : 169 | 29 | 2011-01-15 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 170 : 170 | 31 | 2011-01-16 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 3.96 row 171 : 171 | 35 | 2011-01-17 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 5.94 row 172 : 172 | 41 | 2011-01-20 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 8.91 row 173 : 173 | 50 | 2011-01-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 13.86 row 174 : 174 | 5 | 2011-02-02 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 0.99 row 175 : 175 | 6 | 2011-02-15 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 176 : 176 | 8 | 2011-02-15 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 177 : 177 | 10 | 2011-02-16 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 3.96 row 178 : 178 | 14 | 2011-02-17 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 5.94 row 179 : 179 | 20 | 2011-02-20 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 8.91 row 180 : 180 | 29 | 2011-02-25 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 13.86 row 181 : 181 | 43 | 2011-03-05 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 0.99 row 182 : 182 | 44 | 2011-03-18 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 183 : 183 | 46 | 2011-03-18 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 184 : 184 | 48 | 2011-03-19 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 3.96 row 185 : 185 | 52 | 2011-03-20 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 5.94 row 186 : 186 | 58 | 2011-03-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 8.91 row 187 : 187 | 8 | 2011-03-28 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 13.86 row 188 : 188 | 22 | 2011-04-05 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 0.99 row 189 : 189 | 23 | 2011-04-18 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 190 : 190 | 25 | 2011-04-18 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 191 : 191 | 27 | 2011-04-19 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 3.96 row 192 : 192 | 31 | 2011-04-20 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 5.94 row 193 : 193 | 37 | 2011-04-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 14.91 row 194 : 194 | 46 | 2011-04-28 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 21.86 row 195 : 195 | 1 | 2011-05-06 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 0.99 row 196 : 196 | 2 | 2011-05-19 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 197 : 197 | 4 | 2011-05-19 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 198 : 198 | 6 | 2011-05-20 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 3.96 row 199 : 199 | 10 | 2011-05-21 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 5.94 row 200 : 200 | 16 | 2011-05-24 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 8.91 row 201 : 201 | 25 | 2011-05-29 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 18.86 row 202 : 202 | 39 | 2011-06-06 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.99 row 203 : 203 | 40 | 2011-06-19 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 2.98 row 204 : 204 | 42 | 2011-06-19 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.98 row 205 : 205 | 44 | 2011-06-20 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 7.96 row 206 : 206 | 48 | 2011-06-21 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.94 row 207 : 207 | 54 | 2011-06-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 8.91 row 208 : 208 | 4 | 2011-06-29 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 15.86 row 209 : 209 | 18 | 2011-07-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 0.99 row 210 : 210 | 19 | 2011-07-20 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 211 : 211 | 21 | 2011-07-20 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 212 : 212 | 23 | 2011-07-21 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 3.96 row 213 : 213 | 27 | 2011-07-22 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 5.94 row 214 : 214 | 33 | 2011-07-25 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 8.91 row 215 : 215 | 42 | 2011-07-30 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 13.86 row 216 : 216 | 56 | 2011-08-07 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 0.99 row 217 : 217 | 57 | 2011-08-20 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 218 : 218 | 59 | 2011-08-20 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.98 row 219 : 219 | 2 | 2011-08-21 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 3.96 row 220 : 220 | 6 | 2011-08-22 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 5.94 row 221 : 221 | 12 | 2011-08-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 8.91 row 222 : 222 | 21 | 2011-08-30 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 13.86 row 223 : 223 | 35 | 2011-09-07 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 0.99 row 224 : 224 | 36 | 2011-09-20 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 225 : 225 | 38 | 2011-09-20 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 226 : 226 | 40 | 2011-09-21 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 3.96 row 227 : 227 | 44 | 2011-09-22 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 5.94 row 228 : 228 | 50 | 2011-09-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 8.91 row 229 : 229 | 59 | 2011-09-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 13.86 row 230 : 230 | 14 | 2011-10-08 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 0.99 row 231 : 231 | 15 | 2011-10-21 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 232 : 232 | 17 | 2011-10-21 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 233 : 233 | 19 | 2011-10-22 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 3.96 row 234 : 234 | 23 | 2011-10-23 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 5.94 row 235 : 235 | 29 | 2011-10-26 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 8.91 row 236 : 236 | 38 | 2011-10-31 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 13.86 row 237 : 237 | 52 | 2011-11-08 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 0.99 row 238 : 238 | 53 | 2011-11-21 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 239 : 239 | 55 | 2011-11-21 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 240 : 240 | 57 | 2011-11-22 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 3.96 row 241 : 241 | 2 | 2011-11-23 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 5.94 row 242 : 242 | 8 | 2011-11-26 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 8.91 row 243 : 243 | 17 | 2011-12-01 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 13.86 row 244 : 244 | 31 | 2011-12-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 0.99 row 245 : 245 | 32 | 2011-12-22 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 246 : 246 | 34 | 2011-12-22 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 247 : 247 | 36 | 2011-12-23 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 3.96 row 248 : 248 | 40 | 2011-12-24 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 5.94 row 249 : 249 | 46 | 2011-12-27 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 8.91 row 250 : 250 | 55 | 2012-01-01 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 13.86 row 251 : 251 | 10 | 2012-01-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 0.99 row 252 : 252 | 11 | 2012-01-22 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 253 : 253 | 13 | 2012-01-22 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 254 : 254 | 15 | 2012-01-23 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 3.96 row 255 : 255 | 19 | 2012-01-24 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 5.94 row 256 : 256 | 25 | 2012-01-27 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 8.91 row 257 : 257 | 34 | 2012-02-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 13.86 row 258 : 258 | 48 | 2012-02-09 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 0.99 row 259 : 259 | 49 | 2012-02-22 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 260 : 260 | 51 | 2012-02-22 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 261 : 261 | 53 | 2012-02-23 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 3.96 row 262 : 262 | 57 | 2012-02-24 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 5.94 row 263 : 263 | 4 | 2012-02-27 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 8.91 row 264 : 264 | 13 | 2012-03-03 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 13.86 row 265 : 265 | 27 | 2012-03-11 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 0.99 row 266 : 266 | 28 | 2012-03-24 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 267 : 267 | 30 | 2012-03-24 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 268 : 268 | 32 | 2012-03-25 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 3.96 row 269 : 269 | 36 | 2012-03-26 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 5.94 row 270 : 270 | 42 | 2012-03-29 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 8.91 row 271 : 271 | 51 | 2012-04-03 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 13.86 row 272 : 272 | 6 | 2012-04-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 0.99 row 273 : 273 | 7 | 2012-04-24 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 274 : 274 | 9 | 2012-04-24 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 275 : 275 | 11 | 2012-04-25 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 3.96 row 276 : 276 | 15 | 2012-04-26 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 5.94 row 277 : 277 | 21 | 2012-04-29 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 8.91 row 278 : 278 | 30 | 2012-05-04 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 13.86 row 279 : 279 | 44 | 2012-05-12 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 0.99 row 280 : 280 | 45 | 2012-05-25 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 281 : 281 | 47 | 2012-05-25 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 282 : 282 | 49 | 2012-05-26 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 3.96 row 283 : 283 | 53 | 2012-05-27 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 5.94 row 284 : 284 | 59 | 2012-05-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 8.91 row 285 : 285 | 9 | 2012-06-04 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 13.86 row 286 : 286 | 23 | 2012-06-12 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 0.99 row 287 : 287 | 24 | 2012-06-25 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 288 : 288 | 26 | 2012-06-25 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 289 : 289 | 28 | 2012-06-26 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 3.96 row 290 : 290 | 32 | 2012-06-27 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 5.94 row 291 : 291 | 38 | 2012-06-30 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 8.91 row 292 : 292 | 47 | 2012-07-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 13.86 row 293 : 293 | 2 | 2012-07-13 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 0.99 row 294 : 294 | 3 | 2012-07-26 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 1.98 row 295 : 295 | 5 | 2012-07-26 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 296 : 296 | 7 | 2012-07-27 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 3.96 row 297 : 297 | 11 | 2012-07-28 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 5.94 row 298 : 298 | 17 | 2012-07-31 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 10.91 row 299 : 299 | 26 | 2012-08-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 23.86 row 300 : 300 | 40 | 2012-08-13 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 0.99 row 301 : 301 | 41 | 2012-08-26 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 302 : 302 | 43 | 2012-08-26 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 303 : 303 | 45 | 2012-08-27 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 3.96 row 304 : 304 | 49 | 2012-08-28 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 5.94 row 305 : 305 | 55 | 2012-08-31 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 8.91 row 306 : 306 | 5 | 2012-09-05 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 16.86 row 307 : 307 | 19 | 2012-09-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.99 row 308 : 308 | 20 | 2012-09-26 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.98 row 309 : 309 | 22 | 2012-09-26 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.98 row 310 : 310 | 24 | 2012-09-27 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 7.96 row 311 : 311 | 28 | 2012-09-28 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 11.94 row 312 : 312 | 34 | 2012-10-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 10.91 row 313 : 313 | 43 | 2012-10-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 16.86 row 314 : 314 | 57 | 2012-10-14 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 0.99 row 315 : 315 | 58 | 2012-10-27 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 316 : 316 | 1 | 2012-10-27 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 1.98 row 317 : 317 | 3 | 2012-10-28 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.96 row 318 : 318 | 7 | 2012-10-29 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 5.94 row 319 : 319 | 13 | 2012-11-01 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 8.91 row 320 : 320 | 22 | 2012-11-06 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 13.86 row 321 : 321 | 36 | 2012-11-14 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 0.99 row 322 : 322 | 37 | 2012-11-27 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 323 : 323 | 39 | 2012-11-27 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 324 : 324 | 41 | 2012-11-28 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 3.96 row 325 : 325 | 45 | 2012-11-29 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 5.94 row 326 : 326 | 51 | 2012-12-02 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 8.91 row 327 : 327 | 1 | 2012-12-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 13.86 row 328 : 328 | 15 | 2012-12-15 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 0.99 row 329 : 329 | 16 | 2012-12-28 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 330 : 330 | 18 | 2012-12-28 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 331 : 331 | 20 | 2012-12-29 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.96 row 332 : 332 | 24 | 2012-12-30 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 5.94 row 333 : 333 | 30 | 2013-01-02 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 8.91 row 334 : 334 | 39 | 2013-01-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 13.86 row 335 : 335 | 53 | 2013-01-15 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 0.99 row 336 : 336 | 54 | 2013-01-28 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 337 : 337 | 56 | 2013-01-28 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 338 : 338 | 58 | 2013-01-29 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 3.96 row 339 : 339 | 3 | 2013-01-30 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 5.94 row 340 : 340 | 9 | 2013-02-02 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 8.91 row 341 : 341 | 18 | 2013-02-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 13.86 row 342 : 342 | 32 | 2013-02-15 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 0.99 row 343 : 343 | 33 | 2013-02-28 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 344 : 344 | 35 | 2013-02-28 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 345 : 345 | 37 | 2013-03-01 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 3.96 row 346 : 346 | 41 | 2013-03-02 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 5.94 row 347 : 347 | 47 | 2013-03-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 8.91 row 348 : 348 | 56 | 2013-03-10 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 13.86 row 349 : 349 | 11 | 2013-03-18 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 0.99 row 350 : 350 | 12 | 2013-03-31 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 351 : 351 | 14 | 2013-03-31 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 352 : 352 | 16 | 2013-04-01 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 3.96 row 353 : 353 | 20 | 2013-04-02 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 5.94 row 354 : 354 | 26 | 2013-04-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 8.91 row 355 : 355 | 35 | 2013-04-10 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 13.86 row 356 : 356 | 49 | 2013-04-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 0.99 row 357 : 357 | 50 | 2013-05-01 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 358 : 358 | 52 | 2013-05-01 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 359 : 359 | 54 | 2013-05-02 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 3.96 row 360 : 360 | 58 | 2013-05-03 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 5.94 row 361 : 361 | 5 | 2013-05-06 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 8.91 row 362 : 362 | 14 | 2013-05-11 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 13.86 row 363 : 363 | 28 | 2013-05-19 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 0.99 row 364 : 364 | 29 | 2013-06-01 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 365 : 365 | 31 | 2013-06-01 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 366 : 366 | 33 | 2013-06-02 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 3.96 row 367 : 367 | 37 | 2013-06-03 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 5.94 row 368 : 368 | 43 | 2013-06-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 8.91 row 369 : 369 | 52 | 2013-06-11 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 13.86 row 370 : 370 | 7 | 2013-06-19 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 0.99 row 371 : 371 | 8 | 2013-07-02 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 372 : 372 | 10 | 2013-07-02 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 373 : 373 | 12 | 2013-07-03 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 3.96 row 374 : 374 | 16 | 2013-07-04 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 5.94 row 375 : 375 | 22 | 2013-07-07 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 8.91 row 376 : 376 | 31 | 2013-07-12 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 13.86 row 377 : 377 | 45 | 2013-07-20 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 0.99 row 378 : 378 | 46 | 2013-08-02 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 379 : 379 | 48 | 2013-08-02 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 380 : 380 | 50 | 2013-08-03 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 3.96 row 381 : 381 | 54 | 2013-08-04 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 5.94 row 382 : 382 | 1 | 2013-08-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 8.91 row 383 : 383 | 10 | 2013-08-12 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 13.86 row 384 : 384 | 24 | 2013-08-20 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 0.99 row 385 : 385 | 25 | 2013-09-02 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 386 : 386 | 27 | 2013-09-02 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 387 : 387 | 29 | 2013-09-03 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 3.96 row 388 : 388 | 33 | 2013-09-04 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 5.94 row 389 : 389 | 39 | 2013-09-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 8.91 row 390 : 390 | 48 | 2013-09-12 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 13.86 row 391 : 391 | 3 | 2013-09-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 0.99 row 392 : 392 | 4 | 2013-10-03 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 393 : 393 | 6 | 2013-10-03 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 394 : 394 | 8 | 2013-10-04 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 3.96 row 395 : 395 | 12 | 2013-10-05 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 5.94 row 396 : 396 | 18 | 2013-10-08 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 8.91 row 397 : 397 | 27 | 2013-10-13 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 13.86 row 398 : 398 | 41 | 2013-10-21 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 0.99 row 399 : 399 | 42 | 2013-11-03 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 1.98 row 400 : 400 | 44 | 2013-11-03 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 401 : 401 | 46 | 2013-11-04 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 3.96 row 402 : 402 | 50 | 2013-11-05 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 5.94 row 403 : 403 | 56 | 2013-11-08 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 8.91 row 404 : 404 | 6 | 2013-11-13 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 25.86 row 405 : 405 | 20 | 2013-11-21 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 0.99 row 406 : 406 | 21 | 2013-12-04 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 407 : 407 | 23 | 2013-12-04 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 408 : 408 | 25 | 2013-12-05 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 3.96 row 409 : 409 | 29 | 2013-12-06 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 5.94 row 410 : 410 | 35 | 2013-12-09 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 8.91 row 411 : 411 | 44 | 2013-12-14 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 13.86 row 412 : 412 | 58 | 2013-12-22 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.99
col : InvoiceDate row 1 : 2009-12-08 00:00:00 row 2 : 2010-01-18 00:00:00 row 3 : 2010-09-18 00:00:00 row 4 : 2012-04-24 00:00:00 row 5 : 2012-07-27 00:00:00 row 6 : 2012-10-29 00:00:00 row 7 : 2013-06-19 00:00:00
SELECT LastName FROM CUSTOMER EXCEPT SELECT T1.LastName FROM CUSTOMER AS T1 JOIN Invoice AS T2 ON T1.CustomerId = T2.CustomerId WHERE T2.total > 20
[ "Customer", "Invoice" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"InvoiceId\",\"CustomerId\",\"InvoiceDate\",\"BillingAddress\",\"BillingCity\",\"BillingState\",\"BillingCountry\",\"BillingPostalCode\",\"Total\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411],\"data\":[[1,2,\"2009-01-01 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[2,4,\"2009-01-02 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",3.96],[3,8,\"2009-01-03 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",5.94],[4,14,\"2009-01-06 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",8.91],[5,23,\"2009-01-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",13.86],[6,37,\"2009-01-19 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",0.99],[7,38,\"2009-02-01 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[8,40,\"2009-02-01 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",1.98],[9,42,\"2009-02-02 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.96],[10,46,\"2009-02-03 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,5.94],[11,52,\"2009-02-06 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",8.91],[12,2,\"2009-02-11 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",13.86],[13,16,\"2009-02-19 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",0.99],[14,17,\"2009-03-04 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[15,19,\"2009-03-04 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[16,21,\"2009-03-05 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",3.96],[17,25,\"2009-03-06 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",5.94],[18,31,\"2009-03-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",8.91],[19,40,\"2009-03-14 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",13.86],[20,54,\"2009-03-22 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",0.99],[21,55,\"2009-04-04 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[22,57,\"2009-04-04 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[23,59,\"2009-04-05 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",3.96],[24,4,\"2009-04-06 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",5.94],[25,10,\"2009-04-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",8.91],[26,19,\"2009-04-14 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",13.86],[27,33,\"2009-04-22 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",0.99],[28,34,\"2009-05-05 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[29,36,\"2009-05-05 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[30,38,\"2009-05-06 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",3.96],[31,42,\"2009-05-07 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",5.94],[32,48,\"2009-05-10 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.91],[33,57,\"2009-05-15 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,13.86],[34,12,\"2009-05-23 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",0.99],[35,13,\"2009-06-05 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[36,15,\"2009-06-05 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[37,17,\"2009-06-06 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",3.96],[38,21,\"2009-06-07 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",5.94],[39,27,\"2009-06-10 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",8.91],[40,36,\"2009-06-15 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",13.86],[41,50,\"2009-06-23 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",0.99],[42,51,\"2009-07-06 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[43,53,\"2009-07-06 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[44,55,\"2009-07-07 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",3.96],[45,59,\"2009-07-08 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",5.94],[46,6,\"2009-07-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",8.91],[47,15,\"2009-07-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",13.86],[48,29,\"2009-07-24 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",0.99],[49,30,\"2009-08-06 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[50,32,\"2009-08-06 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[51,34,\"2009-08-07 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,3.96],[52,38,\"2009-08-08 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",5.94],[53,44,\"2009-08-11 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",8.91],[54,53,\"2009-08-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",13.86],[55,8,\"2009-08-24 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",0.99],[56,9,\"2009-09-06 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[57,11,\"2009-09-06 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[58,13,\"2009-09-07 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",3.96],[59,17,\"2009-09-08 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",5.94],[60,23,\"2009-09-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",8.91],[61,32,\"2009-09-16 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",13.86],[62,46,\"2009-09-24 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,0.99],[63,47,\"2009-10-07 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[64,49,\"2009-10-07 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[65,51,\"2009-10-08 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",3.96],[66,55,\"2009-10-09 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",5.94],[67,2,\"2009-10-12 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",8.91],[68,11,\"2009-10-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",13.86],[69,25,\"2009-10-25 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",0.99],[70,26,\"2009-11-07 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[71,28,\"2009-11-07 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[72,30,\"2009-11-08 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",3.96],[73,34,\"2009-11-09 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,5.94],[74,40,\"2009-11-12 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",8.91],[75,49,\"2009-11-17 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",13.86],[76,4,\"2009-11-25 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",0.99],[77,5,\"2009-12-08 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[78,7,\"2009-12-08 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[79,9,\"2009-12-09 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",3.96],[80,13,\"2009-12-10 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",5.94],[81,19,\"2009-12-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",8.91],[82,28,\"2009-12-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",13.86],[83,42,\"2009-12-26 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",0.99],[84,43,\"2010-01-08 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[85,45,\"2010-01-08 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[86,47,\"2010-01-09 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",3.96],[87,51,\"2010-01-10 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",6.94],[88,57,\"2010-01-13 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,17.91],[89,7,\"2010-01-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",18.86],[90,21,\"2010-01-26 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",0.99],[91,22,\"2010-02-08 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",1.98],[92,24,\"2010-02-08 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[93,26,\"2010-02-09 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",3.96],[94,30,\"2010-02-10 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",5.94],[95,36,\"2010-02-13 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",8.91],[96,45,\"2010-02-18 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",21.86],[97,59,\"2010-02-26 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.99],[98,1,\"2010-03-11 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.98],[99,3,\"2010-03-11 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.98],[100,5,\"2010-03-12 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",3.96],[101,9,\"2010-03-13 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",5.94],[102,15,\"2010-03-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",9.91],[103,24,\"2010-03-21 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",15.86],[104,38,\"2010-03-29 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",0.99],[105,39,\"2010-04-11 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[106,41,\"2010-04-11 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[107,43,\"2010-04-12 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",3.96],[108,47,\"2010-04-13 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",5.94],[109,53,\"2010-04-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",8.91],[110,3,\"2010-04-21 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",13.86],[111,17,\"2010-04-29 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",0.99],[112,18,\"2010-05-12 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[113,20,\"2010-05-12 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",1.98],[114,22,\"2010-05-13 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.96],[115,26,\"2010-05-14 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",5.94],[116,32,\"2010-05-17 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",8.91],[117,41,\"2010-05-22 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",13.86],[118,55,\"2010-05-30 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",0.99],[119,56,\"2010-06-12 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[120,58,\"2010-06-12 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[121,1,\"2010-06-13 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.96],[122,5,\"2010-06-14 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",5.94],[123,11,\"2010-06-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",8.91],[124,20,\"2010-06-22 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",13.86],[125,34,\"2010-06-30 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,0.99],[126,35,\"2010-07-13 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[127,37,\"2010-07-13 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[128,39,\"2010-07-14 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",3.96],[129,43,\"2010-07-15 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",5.94],[130,49,\"2010-07-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",8.91],[131,58,\"2010-07-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",13.86],[132,13,\"2010-07-31 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",0.99],[133,14,\"2010-08-13 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[134,16,\"2010-08-13 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[135,18,\"2010-08-14 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",3.96],[136,22,\"2010-08-15 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",5.94],[137,28,\"2010-08-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",8.91],[138,37,\"2010-08-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",13.86],[139,51,\"2010-08-31 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",0.99],[140,52,\"2010-09-13 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[141,54,\"2010-09-13 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[142,56,\"2010-09-14 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",3.96],[143,1,\"2010-09-15 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",5.94],[144,7,\"2010-09-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",8.91],[145,16,\"2010-09-23 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",13.86],[146,30,\"2010-10-01 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",0.99],[147,31,\"2010-10-14 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[148,33,\"2010-10-14 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[149,35,\"2010-10-15 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,3.96],[150,39,\"2010-10-16 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",5.94],[151,45,\"2010-10-19 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",8.91],[152,54,\"2010-10-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",13.86],[153,9,\"2010-11-01 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",0.99],[154,10,\"2010-11-14 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[155,12,\"2010-11-14 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[156,14,\"2010-11-15 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",3.96],[157,18,\"2010-11-16 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",5.94],[158,24,\"2010-11-19 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",8.91],[159,33,\"2010-11-24 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",13.86],[160,47,\"2010-12-02 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",0.99],[161,48,\"2010-12-15 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[162,50,\"2010-12-15 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[163,52,\"2010-12-16 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",3.96],[164,56,\"2010-12-17 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",5.94],[165,3,\"2010-12-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",8.91],[166,12,\"2010-12-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",13.86],[167,26,\"2011-01-02 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",0.99],[168,27,\"2011-01-15 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[169,29,\"2011-01-15 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[170,31,\"2011-01-16 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",3.96],[171,35,\"2011-01-17 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,5.94],[172,41,\"2011-01-20 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",8.91],[173,50,\"2011-01-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",13.86],[174,5,\"2011-02-02 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",0.99],[175,6,\"2011-02-15 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[176,8,\"2011-02-15 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[177,10,\"2011-02-16 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",3.96],[178,14,\"2011-02-17 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",5.94],[179,20,\"2011-02-20 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",8.91],[180,29,\"2011-02-25 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",13.86],[181,43,\"2011-03-05 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",0.99],[182,44,\"2011-03-18 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[183,46,\"2011-03-18 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[184,48,\"2011-03-19 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",3.96],[185,52,\"2011-03-20 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",5.94],[186,58,\"2011-03-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",8.91],[187,8,\"2011-03-28 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",13.86],[188,22,\"2011-04-05 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",0.99],[189,23,\"2011-04-18 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[190,25,\"2011-04-18 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[191,27,\"2011-04-19 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",3.96],[192,31,\"2011-04-20 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",5.94],[193,37,\"2011-04-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",14.91],[194,46,\"2011-04-28 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,21.86],[195,1,\"2011-05-06 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",0.99],[196,2,\"2011-05-19 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[197,4,\"2011-05-19 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[198,6,\"2011-05-20 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",3.96],[199,10,\"2011-05-21 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",5.94],[200,16,\"2011-05-24 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",8.91],[201,25,\"2011-05-29 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",18.86],[202,39,\"2011-06-06 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.99],[203,40,\"2011-06-19 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",2.98],[204,42,\"2011-06-19 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.98],[205,44,\"2011-06-20 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",7.96],[206,48,\"2011-06-21 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.94],[207,54,\"2011-06-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",8.91],[208,4,\"2011-06-29 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",15.86],[209,18,\"2011-07-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",0.99],[210,19,\"2011-07-20 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[211,21,\"2011-07-20 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[212,23,\"2011-07-21 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",3.96],[213,27,\"2011-07-22 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",5.94],[214,33,\"2011-07-25 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",8.91],[215,42,\"2011-07-30 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",13.86],[216,56,\"2011-08-07 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",0.99],[217,57,\"2011-08-20 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[218,59,\"2011-08-20 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.98],[219,2,\"2011-08-21 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",3.96],[220,6,\"2011-08-22 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",5.94],[221,12,\"2011-08-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",8.91],[222,21,\"2011-08-30 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",13.86],[223,35,\"2011-09-07 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,0.99],[224,36,\"2011-09-20 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[225,38,\"2011-09-20 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[226,40,\"2011-09-21 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",3.96],[227,44,\"2011-09-22 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",5.94],[228,50,\"2011-09-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",8.91],[229,59,\"2011-09-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",13.86],[230,14,\"2011-10-08 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",0.99],[231,15,\"2011-10-21 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[232,17,\"2011-10-21 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[233,19,\"2011-10-22 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",3.96],[234,23,\"2011-10-23 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",5.94],[235,29,\"2011-10-26 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",8.91],[236,38,\"2011-10-31 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",13.86],[237,52,\"2011-11-08 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",0.99],[238,53,\"2011-11-21 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[239,55,\"2011-11-21 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[240,57,\"2011-11-22 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,3.96],[241,2,\"2011-11-23 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",5.94],[242,8,\"2011-11-26 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",8.91],[243,17,\"2011-12-01 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",13.86],[244,31,\"2011-12-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",0.99],[245,32,\"2011-12-22 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[246,34,\"2011-12-22 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[247,36,\"2011-12-23 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",3.96],[248,40,\"2011-12-24 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",5.94],[249,46,\"2011-12-27 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,8.91],[250,55,\"2012-01-01 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",13.86],[251,10,\"2012-01-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",0.99],[252,11,\"2012-01-22 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[253,13,\"2012-01-22 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[254,15,\"2012-01-23 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",3.96],[255,19,\"2012-01-24 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",5.94],[256,25,\"2012-01-27 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",8.91],[257,34,\"2012-02-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,13.86],[258,48,\"2012-02-09 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",0.99],[259,49,\"2012-02-22 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[260,51,\"2012-02-22 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[261,53,\"2012-02-23 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",3.96],[262,57,\"2012-02-24 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,5.94],[263,4,\"2012-02-27 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",8.91],[264,13,\"2012-03-03 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",13.86],[265,27,\"2012-03-11 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",0.99],[266,28,\"2012-03-24 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[267,30,\"2012-03-24 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[268,32,\"2012-03-25 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",3.96],[269,36,\"2012-03-26 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",5.94],[270,42,\"2012-03-29 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",8.91],[271,51,\"2012-04-03 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",13.86],[272,6,\"2012-04-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",0.99],[273,7,\"2012-04-24 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[274,9,\"2012-04-24 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[275,11,\"2012-04-25 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",3.96],[276,15,\"2012-04-26 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",5.94],[277,21,\"2012-04-29 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",8.91],[278,30,\"2012-05-04 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",13.86],[279,44,\"2012-05-12 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",0.99],[280,45,\"2012-05-25 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[281,47,\"2012-05-25 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[282,49,\"2012-05-26 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",3.96],[283,53,\"2012-05-27 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",5.94],[284,59,\"2012-05-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",8.91],[285,9,\"2012-06-04 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",13.86],[286,23,\"2012-06-12 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",0.99],[287,24,\"2012-06-25 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[288,26,\"2012-06-25 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[289,28,\"2012-06-26 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",3.96],[290,32,\"2012-06-27 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",5.94],[291,38,\"2012-06-30 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",8.91],[292,47,\"2012-07-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",13.86],[293,2,\"2012-07-13 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",0.99],[294,3,\"2012-07-26 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",1.98],[295,5,\"2012-07-26 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[296,7,\"2012-07-27 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",3.96],[297,11,\"2012-07-28 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",5.94],[298,17,\"2012-07-31 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",10.91],[299,26,\"2012-08-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",23.86],[300,40,\"2012-08-13 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",0.99],[301,41,\"2012-08-26 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[302,43,\"2012-08-26 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[303,45,\"2012-08-27 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",3.96],[304,49,\"2012-08-28 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",5.94],[305,55,\"2012-08-31 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",8.91],[306,5,\"2012-09-05 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",16.86],[307,19,\"2012-09-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.99],[308,20,\"2012-09-26 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.98],[309,22,\"2012-09-26 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.98],[310,24,\"2012-09-27 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",7.96],[311,28,\"2012-09-28 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",11.94],[312,34,\"2012-10-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,10.91],[313,43,\"2012-10-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",16.86],[314,57,\"2012-10-14 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,0.99],[315,58,\"2012-10-27 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[316,1,\"2012-10-27 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",1.98],[317,3,\"2012-10-28 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.96],[318,7,\"2012-10-29 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",5.94],[319,13,\"2012-11-01 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",8.91],[320,22,\"2012-11-06 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",13.86],[321,36,\"2012-11-14 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",0.99],[322,37,\"2012-11-27 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[323,39,\"2012-11-27 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[324,41,\"2012-11-28 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",3.96],[325,45,\"2012-11-29 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",5.94],[326,51,\"2012-12-02 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",8.91],[327,1,\"2012-12-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",13.86],[328,15,\"2012-12-15 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",0.99],[329,16,\"2012-12-28 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[330,18,\"2012-12-28 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[331,20,\"2012-12-29 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.96],[332,24,\"2012-12-30 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",5.94],[333,30,\"2013-01-02 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",8.91],[334,39,\"2013-01-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",13.86],[335,53,\"2013-01-15 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",0.99],[336,54,\"2013-01-28 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[337,56,\"2013-01-28 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[338,58,\"2013-01-29 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",3.96],[339,3,\"2013-01-30 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",5.94],[340,9,\"2013-02-02 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",8.91],[341,18,\"2013-02-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",13.86],[342,32,\"2013-02-15 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",0.99],[343,33,\"2013-02-28 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[344,35,\"2013-02-28 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[345,37,\"2013-03-01 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",3.96],[346,41,\"2013-03-02 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",5.94],[347,47,\"2013-03-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",8.91],[348,56,\"2013-03-10 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",13.86],[349,11,\"2013-03-18 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",0.99],[350,12,\"2013-03-31 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[351,14,\"2013-03-31 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[352,16,\"2013-04-01 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",3.96],[353,20,\"2013-04-02 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",5.94],[354,26,\"2013-04-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",8.91],[355,35,\"2013-04-10 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,13.86],[356,49,\"2013-04-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",0.99],[357,50,\"2013-05-01 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[358,52,\"2013-05-01 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[359,54,\"2013-05-02 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",3.96],[360,58,\"2013-05-03 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",5.94],[361,5,\"2013-05-06 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",8.91],[362,14,\"2013-05-11 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",13.86],[363,28,\"2013-05-19 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",0.99],[364,29,\"2013-06-01 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[365,31,\"2013-06-01 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[366,33,\"2013-06-02 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",3.96],[367,37,\"2013-06-03 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",5.94],[368,43,\"2013-06-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",8.91],[369,52,\"2013-06-11 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",13.86],[370,7,\"2013-06-19 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",0.99],[371,8,\"2013-07-02 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[372,10,\"2013-07-02 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[373,12,\"2013-07-03 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",3.96],[374,16,\"2013-07-04 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",5.94],[375,22,\"2013-07-07 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",8.91],[376,31,\"2013-07-12 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",13.86],[377,45,\"2013-07-20 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",0.99],[378,46,\"2013-08-02 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[379,48,\"2013-08-02 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[380,50,\"2013-08-03 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",3.96],[381,54,\"2013-08-04 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",5.94],[382,1,\"2013-08-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",8.91],[383,10,\"2013-08-12 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",13.86],[384,24,\"2013-08-20 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",0.99],[385,25,\"2013-09-02 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[386,27,\"2013-09-02 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[387,29,\"2013-09-03 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",3.96],[388,33,\"2013-09-04 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",5.94],[389,39,\"2013-09-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",8.91],[390,48,\"2013-09-12 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",13.86],[391,3,\"2013-09-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",0.99],[392,4,\"2013-10-03 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[393,6,\"2013-10-03 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[394,8,\"2013-10-04 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",3.96],[395,12,\"2013-10-05 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",5.94],[396,18,\"2013-10-08 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",8.91],[397,27,\"2013-10-13 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",13.86],[398,41,\"2013-10-21 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",0.99],[399,42,\"2013-11-03 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",1.98],[400,44,\"2013-11-03 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[401,46,\"2013-11-04 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,3.96],[402,50,\"2013-11-05 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",5.94],[403,56,\"2013-11-08 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",8.91],[404,6,\"2013-11-13 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",25.86],[405,20,\"2013-11-21 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",0.99],[406,21,\"2013-12-04 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[407,23,\"2013-12-04 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[408,25,\"2013-12-05 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",3.96],[409,29,\"2013-12-06 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",5.94],[410,35,\"2013-12-09 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,8.91],[411,44,\"2013-12-14 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",13.86],[412,58,\"2013-12-22 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.99]]}" ]
{"columns":["LastName"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54],"data":[["Almeida"],["Barnett"],["Bernard"],["Brooks"],["Brown"],["Chase"],["Dubois"],["Fernandes"],["Francis"],["Girard"],["Gon\u00c3\u00a7alves"],["Gordon"],["Goyer"],["Gray"],["Gruber"],["Guti\u00c3\u00a9rrez"],["Hansen"],["Harris"],["Hughes"],["H\u00c3\u00a4m\u00c3\u00a4l\u00c3\u00a4inen"],["Johansson"],["Jones"],["K\u00c3\u00b6hler"],["Leacock"],["Lefebvre"],["Mancini"],["Martins"],["Mercier"],["Miller"],["Mitchell"],["Murray"],["Mu\u00c3\u00b1oz"],["Nielsen"],["Pareek"],["Peeters"],["Peterson"],["Philips"],["Ralston"],["Ramos"],["Rocha"],["Rojas"],["Sampaio"],["Schneider"],["Schr\u00c3\u00b6der"],["Silk"],["Smith"],["Srivastava"],["Stevens"],["Sullivan"],["Taylor"],["Tremblay"],["Van der Berg"],["Wichterlov\u00c3\u00a1"],["W\u00c3\u00b3jcik"],["Zimmermann"]]}
SELECT LastName FROM CUSTOMER EXCEPT SELECT T1.LastName FROM CUSTOMER AS T1 JOIN Invoice AS T2 ON T1.CustomerId = T2.CustomerId WHERE T2.total > 20 <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Invoice col : InvoiceId | CustomerId | InvoiceDate | BillingAddress | BillingCity | BillingState | BillingCountry | BillingPostalCode | Total row 1 : 1 | 2 | 2009-01-01 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 2 : 2 | 4 | 2009-01-02 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 3.96 row 3 : 3 | 8 | 2009-01-03 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 5.94 row 4 : 4 | 14 | 2009-01-06 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 8.91 row 5 : 5 | 23 | 2009-01-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 13.86 row 6 : 6 | 37 | 2009-01-19 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 0.99 row 7 : 7 | 38 | 2009-02-01 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 8 : 8 | 40 | 2009-02-01 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 1.98 row 9 : 9 | 42 | 2009-02-02 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.96 row 10 : 10 | 46 | 2009-02-03 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 5.94 row 11 : 11 | 52 | 2009-02-06 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 8.91 row 12 : 12 | 2 | 2009-02-11 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 13.86 row 13 : 13 | 16 | 2009-02-19 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 0.99 row 14 : 14 | 17 | 2009-03-04 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 15 : 15 | 19 | 2009-03-04 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 16 : 16 | 21 | 2009-03-05 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 3.96 row 17 : 17 | 25 | 2009-03-06 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 5.94 row 18 : 18 | 31 | 2009-03-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 8.91 row 19 : 19 | 40 | 2009-03-14 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 13.86 row 20 : 20 | 54 | 2009-03-22 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 0.99 row 21 : 21 | 55 | 2009-04-04 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 22 : 22 | 57 | 2009-04-04 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 23 : 23 | 59 | 2009-04-05 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 3.96 row 24 : 24 | 4 | 2009-04-06 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 5.94 row 25 : 25 | 10 | 2009-04-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 8.91 row 26 : 26 | 19 | 2009-04-14 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 13.86 row 27 : 27 | 33 | 2009-04-22 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 0.99 row 28 : 28 | 34 | 2009-05-05 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 29 : 29 | 36 | 2009-05-05 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 30 : 30 | 38 | 2009-05-06 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 3.96 row 31 : 31 | 42 | 2009-05-07 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 5.94 row 32 : 32 | 48 | 2009-05-10 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.91 row 33 : 33 | 57 | 2009-05-15 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 13.86 row 34 : 34 | 12 | 2009-05-23 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 0.99 row 35 : 35 | 13 | 2009-06-05 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 36 : 36 | 15 | 2009-06-05 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 37 : 37 | 17 | 2009-06-06 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 3.96 row 38 : 38 | 21 | 2009-06-07 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 5.94 row 39 : 39 | 27 | 2009-06-10 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 8.91 row 40 : 40 | 36 | 2009-06-15 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 13.86 row 41 : 41 | 50 | 2009-06-23 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 0.99 row 42 : 42 | 51 | 2009-07-06 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 43 : 43 | 53 | 2009-07-06 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 44 : 44 | 55 | 2009-07-07 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 3.96 row 45 : 45 | 59 | 2009-07-08 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 5.94 row 46 : 46 | 6 | 2009-07-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 8.91 row 47 : 47 | 15 | 2009-07-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 13.86 row 48 : 48 | 29 | 2009-07-24 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 0.99 row 49 : 49 | 30 | 2009-08-06 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 50 : 50 | 32 | 2009-08-06 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 51 : 51 | 34 | 2009-08-07 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 3.96 row 52 : 52 | 38 | 2009-08-08 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 5.94 row 53 : 53 | 44 | 2009-08-11 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 8.91 row 54 : 54 | 53 | 2009-08-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 13.86 row 55 : 55 | 8 | 2009-08-24 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 0.99 row 56 : 56 | 9 | 2009-09-06 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 57 : 57 | 11 | 2009-09-06 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 58 : 58 | 13 | 2009-09-07 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 3.96 row 59 : 59 | 17 | 2009-09-08 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 5.94 row 60 : 60 | 23 | 2009-09-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 8.91 row 61 : 61 | 32 | 2009-09-16 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 13.86 row 62 : 62 | 46 | 2009-09-24 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 0.99 row 63 : 63 | 47 | 2009-10-07 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 64 : 64 | 49 | 2009-10-07 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 65 : 65 | 51 | 2009-10-08 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 3.96 row 66 : 66 | 55 | 2009-10-09 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 5.94 row 67 : 67 | 2 | 2009-10-12 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 8.91 row 68 : 68 | 11 | 2009-10-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 13.86 row 69 : 69 | 25 | 2009-10-25 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 0.99 row 70 : 70 | 26 | 2009-11-07 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 71 : 71 | 28 | 2009-11-07 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 72 : 72 | 30 | 2009-11-08 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 3.96 row 73 : 73 | 34 | 2009-11-09 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 5.94 row 74 : 74 | 40 | 2009-11-12 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 8.91 row 75 : 75 | 49 | 2009-11-17 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 13.86 row 76 : 76 | 4 | 2009-11-25 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 0.99 row 77 : 77 | 5 | 2009-12-08 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 78 : 78 | 7 | 2009-12-08 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 79 : 79 | 9 | 2009-12-09 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 3.96 row 80 : 80 | 13 | 2009-12-10 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 5.94 row 81 : 81 | 19 | 2009-12-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 8.91 row 82 : 82 | 28 | 2009-12-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 13.86 row 83 : 83 | 42 | 2009-12-26 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 0.99 row 84 : 84 | 43 | 2010-01-08 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 85 : 85 | 45 | 2010-01-08 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 86 : 86 | 47 | 2010-01-09 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 3.96 row 87 : 87 | 51 | 2010-01-10 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 6.94 row 88 : 88 | 57 | 2010-01-13 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 17.91 row 89 : 89 | 7 | 2010-01-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 18.86 row 90 : 90 | 21 | 2010-01-26 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 0.99 row 91 : 91 | 22 | 2010-02-08 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 1.98 row 92 : 92 | 24 | 2010-02-08 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 93 : 93 | 26 | 2010-02-09 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 3.96 row 94 : 94 | 30 | 2010-02-10 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 5.94 row 95 : 95 | 36 | 2010-02-13 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 8.91 row 96 : 96 | 45 | 2010-02-18 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 21.86 row 97 : 97 | 59 | 2010-02-26 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.99 row 98 : 98 | 1 | 2010-03-11 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.98 row 99 : 99 | 3 | 2010-03-11 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.98 row 100 : 100 | 5 | 2010-03-12 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 3.96 row 101 : 101 | 9 | 2010-03-13 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 5.94 row 102 : 102 | 15 | 2010-03-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 9.91 row 103 : 103 | 24 | 2010-03-21 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 15.86 row 104 : 104 | 38 | 2010-03-29 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 0.99 row 105 : 105 | 39 | 2010-04-11 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 106 : 106 | 41 | 2010-04-11 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 107 : 107 | 43 | 2010-04-12 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 3.96 row 108 : 108 | 47 | 2010-04-13 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 5.94 row 109 : 109 | 53 | 2010-04-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 8.91 row 110 : 110 | 3 | 2010-04-21 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 13.86 row 111 : 111 | 17 | 2010-04-29 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 0.99 row 112 : 112 | 18 | 2010-05-12 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 113 : 113 | 20 | 2010-05-12 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 1.98 row 114 : 114 | 22 | 2010-05-13 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.96 row 115 : 115 | 26 | 2010-05-14 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 5.94 row 116 : 116 | 32 | 2010-05-17 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 8.91 row 117 : 117 | 41 | 2010-05-22 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 13.86 row 118 : 118 | 55 | 2010-05-30 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 0.99 row 119 : 119 | 56 | 2010-06-12 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 120 : 120 | 58 | 2010-06-12 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 121 : 121 | 1 | 2010-06-13 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.96 row 122 : 122 | 5 | 2010-06-14 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 5.94 row 123 : 123 | 11 | 2010-06-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 8.91 row 124 : 124 | 20 | 2010-06-22 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 13.86 row 125 : 125 | 34 | 2010-06-30 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 0.99 row 126 : 126 | 35 | 2010-07-13 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 127 : 127 | 37 | 2010-07-13 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 128 : 128 | 39 | 2010-07-14 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 3.96 row 129 : 129 | 43 | 2010-07-15 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 5.94 row 130 : 130 | 49 | 2010-07-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 8.91 row 131 : 131 | 58 | 2010-07-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 13.86 row 132 : 132 | 13 | 2010-07-31 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 0.99 row 133 : 133 | 14 | 2010-08-13 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 134 : 134 | 16 | 2010-08-13 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 135 : 135 | 18 | 2010-08-14 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 3.96 row 136 : 136 | 22 | 2010-08-15 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 5.94 row 137 : 137 | 28 | 2010-08-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 8.91 row 138 : 138 | 37 | 2010-08-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 13.86 row 139 : 139 | 51 | 2010-08-31 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 0.99 row 140 : 140 | 52 | 2010-09-13 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 141 : 141 | 54 | 2010-09-13 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 142 : 142 | 56 | 2010-09-14 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 3.96 row 143 : 143 | 1 | 2010-09-15 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 5.94 row 144 : 144 | 7 | 2010-09-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 8.91 row 145 : 145 | 16 | 2010-09-23 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 13.86 row 146 : 146 | 30 | 2010-10-01 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 0.99 row 147 : 147 | 31 | 2010-10-14 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 148 : 148 | 33 | 2010-10-14 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 149 : 149 | 35 | 2010-10-15 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 3.96 row 150 : 150 | 39 | 2010-10-16 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 5.94 row 151 : 151 | 45 | 2010-10-19 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 8.91 row 152 : 152 | 54 | 2010-10-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 13.86 row 153 : 153 | 9 | 2010-11-01 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 0.99 row 154 : 154 | 10 | 2010-11-14 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 155 : 155 | 12 | 2010-11-14 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 156 : 156 | 14 | 2010-11-15 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 3.96 row 157 : 157 | 18 | 2010-11-16 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 5.94 row 158 : 158 | 24 | 2010-11-19 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 8.91 row 159 : 159 | 33 | 2010-11-24 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 13.86 row 160 : 160 | 47 | 2010-12-02 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 0.99 row 161 : 161 | 48 | 2010-12-15 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 162 : 162 | 50 | 2010-12-15 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 163 : 163 | 52 | 2010-12-16 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 3.96 row 164 : 164 | 56 | 2010-12-17 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 5.94 row 165 : 165 | 3 | 2010-12-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 8.91 row 166 : 166 | 12 | 2010-12-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 13.86 row 167 : 167 | 26 | 2011-01-02 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 0.99 row 168 : 168 | 27 | 2011-01-15 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 169 : 169 | 29 | 2011-01-15 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 170 : 170 | 31 | 2011-01-16 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 3.96 row 171 : 171 | 35 | 2011-01-17 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 5.94 row 172 : 172 | 41 | 2011-01-20 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 8.91 row 173 : 173 | 50 | 2011-01-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 13.86 row 174 : 174 | 5 | 2011-02-02 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 0.99 row 175 : 175 | 6 | 2011-02-15 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 176 : 176 | 8 | 2011-02-15 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 177 : 177 | 10 | 2011-02-16 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 3.96 row 178 : 178 | 14 | 2011-02-17 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 5.94 row 179 : 179 | 20 | 2011-02-20 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 8.91 row 180 : 180 | 29 | 2011-02-25 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 13.86 row 181 : 181 | 43 | 2011-03-05 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 0.99 row 182 : 182 | 44 | 2011-03-18 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 183 : 183 | 46 | 2011-03-18 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 184 : 184 | 48 | 2011-03-19 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 3.96 row 185 : 185 | 52 | 2011-03-20 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 5.94 row 186 : 186 | 58 | 2011-03-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 8.91 row 187 : 187 | 8 | 2011-03-28 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 13.86 row 188 : 188 | 22 | 2011-04-05 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 0.99 row 189 : 189 | 23 | 2011-04-18 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 190 : 190 | 25 | 2011-04-18 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 191 : 191 | 27 | 2011-04-19 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 3.96 row 192 : 192 | 31 | 2011-04-20 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 5.94 row 193 : 193 | 37 | 2011-04-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 14.91 row 194 : 194 | 46 | 2011-04-28 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 21.86 row 195 : 195 | 1 | 2011-05-06 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 0.99 row 196 : 196 | 2 | 2011-05-19 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 197 : 197 | 4 | 2011-05-19 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 198 : 198 | 6 | 2011-05-20 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 3.96 row 199 : 199 | 10 | 2011-05-21 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 5.94 row 200 : 200 | 16 | 2011-05-24 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 8.91 row 201 : 201 | 25 | 2011-05-29 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 18.86 row 202 : 202 | 39 | 2011-06-06 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.99 row 203 : 203 | 40 | 2011-06-19 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 2.98 row 204 : 204 | 42 | 2011-06-19 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.98 row 205 : 205 | 44 | 2011-06-20 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 7.96 row 206 : 206 | 48 | 2011-06-21 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.94 row 207 : 207 | 54 | 2011-06-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 8.91 row 208 : 208 | 4 | 2011-06-29 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 15.86 row 209 : 209 | 18 | 2011-07-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 0.99 row 210 : 210 | 19 | 2011-07-20 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 211 : 211 | 21 | 2011-07-20 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 212 : 212 | 23 | 2011-07-21 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 3.96 row 213 : 213 | 27 | 2011-07-22 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 5.94 row 214 : 214 | 33 | 2011-07-25 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 8.91 row 215 : 215 | 42 | 2011-07-30 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 13.86 row 216 : 216 | 56 | 2011-08-07 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 0.99 row 217 : 217 | 57 | 2011-08-20 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 218 : 218 | 59 | 2011-08-20 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.98 row 219 : 219 | 2 | 2011-08-21 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 3.96 row 220 : 220 | 6 | 2011-08-22 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 5.94 row 221 : 221 | 12 | 2011-08-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 8.91 row 222 : 222 | 21 | 2011-08-30 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 13.86 row 223 : 223 | 35 | 2011-09-07 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 0.99 row 224 : 224 | 36 | 2011-09-20 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 225 : 225 | 38 | 2011-09-20 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 226 : 226 | 40 | 2011-09-21 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 3.96 row 227 : 227 | 44 | 2011-09-22 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 5.94 row 228 : 228 | 50 | 2011-09-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 8.91 row 229 : 229 | 59 | 2011-09-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 13.86 row 230 : 230 | 14 | 2011-10-08 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 0.99 row 231 : 231 | 15 | 2011-10-21 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 232 : 232 | 17 | 2011-10-21 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 233 : 233 | 19 | 2011-10-22 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 3.96 row 234 : 234 | 23 | 2011-10-23 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 5.94 row 235 : 235 | 29 | 2011-10-26 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 8.91 row 236 : 236 | 38 | 2011-10-31 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 13.86 row 237 : 237 | 52 | 2011-11-08 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 0.99 row 238 : 238 | 53 | 2011-11-21 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 239 : 239 | 55 | 2011-11-21 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 240 : 240 | 57 | 2011-11-22 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 3.96 row 241 : 241 | 2 | 2011-11-23 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 5.94 row 242 : 242 | 8 | 2011-11-26 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 8.91 row 243 : 243 | 17 | 2011-12-01 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 13.86 row 244 : 244 | 31 | 2011-12-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 0.99 row 245 : 245 | 32 | 2011-12-22 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 246 : 246 | 34 | 2011-12-22 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 247 : 247 | 36 | 2011-12-23 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 3.96 row 248 : 248 | 40 | 2011-12-24 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 5.94 row 249 : 249 | 46 | 2011-12-27 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 8.91 row 250 : 250 | 55 | 2012-01-01 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 13.86 row 251 : 251 | 10 | 2012-01-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 0.99 row 252 : 252 | 11 | 2012-01-22 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 253 : 253 | 13 | 2012-01-22 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 254 : 254 | 15 | 2012-01-23 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 3.96 row 255 : 255 | 19 | 2012-01-24 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 5.94 row 256 : 256 | 25 | 2012-01-27 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 8.91 row 257 : 257 | 34 | 2012-02-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 13.86 row 258 : 258 | 48 | 2012-02-09 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 0.99 row 259 : 259 | 49 | 2012-02-22 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 260 : 260 | 51 | 2012-02-22 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 261 : 261 | 53 | 2012-02-23 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 3.96 row 262 : 262 | 57 | 2012-02-24 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 5.94 row 263 : 263 | 4 | 2012-02-27 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 8.91 row 264 : 264 | 13 | 2012-03-03 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 13.86 row 265 : 265 | 27 | 2012-03-11 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 0.99 row 266 : 266 | 28 | 2012-03-24 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 267 : 267 | 30 | 2012-03-24 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 268 : 268 | 32 | 2012-03-25 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 3.96 row 269 : 269 | 36 | 2012-03-26 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 5.94 row 270 : 270 | 42 | 2012-03-29 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 8.91 row 271 : 271 | 51 | 2012-04-03 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 13.86 row 272 : 272 | 6 | 2012-04-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 0.99 row 273 : 273 | 7 | 2012-04-24 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 274 : 274 | 9 | 2012-04-24 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 275 : 275 | 11 | 2012-04-25 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 3.96 row 276 : 276 | 15 | 2012-04-26 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 5.94 row 277 : 277 | 21 | 2012-04-29 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 8.91 row 278 : 278 | 30 | 2012-05-04 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 13.86 row 279 : 279 | 44 | 2012-05-12 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 0.99 row 280 : 280 | 45 | 2012-05-25 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 281 : 281 | 47 | 2012-05-25 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 282 : 282 | 49 | 2012-05-26 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 3.96 row 283 : 283 | 53 | 2012-05-27 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 5.94 row 284 : 284 | 59 | 2012-05-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 8.91 row 285 : 285 | 9 | 2012-06-04 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 13.86 row 286 : 286 | 23 | 2012-06-12 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 0.99 row 287 : 287 | 24 | 2012-06-25 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 288 : 288 | 26 | 2012-06-25 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 289 : 289 | 28 | 2012-06-26 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 3.96 row 290 : 290 | 32 | 2012-06-27 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 5.94 row 291 : 291 | 38 | 2012-06-30 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 8.91 row 292 : 292 | 47 | 2012-07-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 13.86 row 293 : 293 | 2 | 2012-07-13 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 0.99 row 294 : 294 | 3 | 2012-07-26 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 1.98 row 295 : 295 | 5 | 2012-07-26 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 296 : 296 | 7 | 2012-07-27 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 3.96 row 297 : 297 | 11 | 2012-07-28 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 5.94 row 298 : 298 | 17 | 2012-07-31 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 10.91 row 299 : 299 | 26 | 2012-08-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 23.86 row 300 : 300 | 40 | 2012-08-13 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 0.99 row 301 : 301 | 41 | 2012-08-26 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 302 : 302 | 43 | 2012-08-26 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 303 : 303 | 45 | 2012-08-27 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 3.96 row 304 : 304 | 49 | 2012-08-28 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 5.94 row 305 : 305 | 55 | 2012-08-31 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 8.91 row 306 : 306 | 5 | 2012-09-05 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 16.86 row 307 : 307 | 19 | 2012-09-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.99 row 308 : 308 | 20 | 2012-09-26 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.98 row 309 : 309 | 22 | 2012-09-26 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.98 row 310 : 310 | 24 | 2012-09-27 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 7.96 row 311 : 311 | 28 | 2012-09-28 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 11.94 row 312 : 312 | 34 | 2012-10-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 10.91 row 313 : 313 | 43 | 2012-10-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 16.86 row 314 : 314 | 57 | 2012-10-14 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 0.99 row 315 : 315 | 58 | 2012-10-27 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 316 : 316 | 1 | 2012-10-27 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 1.98 row 317 : 317 | 3 | 2012-10-28 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.96 row 318 : 318 | 7 | 2012-10-29 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 5.94 row 319 : 319 | 13 | 2012-11-01 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 8.91 row 320 : 320 | 22 | 2012-11-06 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 13.86 row 321 : 321 | 36 | 2012-11-14 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 0.99 row 322 : 322 | 37 | 2012-11-27 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 323 : 323 | 39 | 2012-11-27 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 324 : 324 | 41 | 2012-11-28 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 3.96 row 325 : 325 | 45 | 2012-11-29 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 5.94 row 326 : 326 | 51 | 2012-12-02 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 8.91 row 327 : 327 | 1 | 2012-12-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 13.86 row 328 : 328 | 15 | 2012-12-15 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 0.99 row 329 : 329 | 16 | 2012-12-28 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 330 : 330 | 18 | 2012-12-28 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 331 : 331 | 20 | 2012-12-29 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.96 row 332 : 332 | 24 | 2012-12-30 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 5.94 row 333 : 333 | 30 | 2013-01-02 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 8.91 row 334 : 334 | 39 | 2013-01-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 13.86 row 335 : 335 | 53 | 2013-01-15 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 0.99 row 336 : 336 | 54 | 2013-01-28 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 337 : 337 | 56 | 2013-01-28 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 338 : 338 | 58 | 2013-01-29 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 3.96 row 339 : 339 | 3 | 2013-01-30 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 5.94 row 340 : 340 | 9 | 2013-02-02 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 8.91 row 341 : 341 | 18 | 2013-02-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 13.86 row 342 : 342 | 32 | 2013-02-15 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 0.99 row 343 : 343 | 33 | 2013-02-28 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 344 : 344 | 35 | 2013-02-28 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 345 : 345 | 37 | 2013-03-01 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 3.96 row 346 : 346 | 41 | 2013-03-02 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 5.94 row 347 : 347 | 47 | 2013-03-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 8.91 row 348 : 348 | 56 | 2013-03-10 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 13.86 row 349 : 349 | 11 | 2013-03-18 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 0.99 row 350 : 350 | 12 | 2013-03-31 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 351 : 351 | 14 | 2013-03-31 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 352 : 352 | 16 | 2013-04-01 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 3.96 row 353 : 353 | 20 | 2013-04-02 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 5.94 row 354 : 354 | 26 | 2013-04-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 8.91 row 355 : 355 | 35 | 2013-04-10 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 13.86 row 356 : 356 | 49 | 2013-04-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 0.99 row 357 : 357 | 50 | 2013-05-01 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 358 : 358 | 52 | 2013-05-01 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 359 : 359 | 54 | 2013-05-02 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 3.96 row 360 : 360 | 58 | 2013-05-03 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 5.94 row 361 : 361 | 5 | 2013-05-06 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 8.91 row 362 : 362 | 14 | 2013-05-11 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 13.86 row 363 : 363 | 28 | 2013-05-19 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 0.99 row 364 : 364 | 29 | 2013-06-01 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 365 : 365 | 31 | 2013-06-01 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 366 : 366 | 33 | 2013-06-02 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 3.96 row 367 : 367 | 37 | 2013-06-03 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 5.94 row 368 : 368 | 43 | 2013-06-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 8.91 row 369 : 369 | 52 | 2013-06-11 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 13.86 row 370 : 370 | 7 | 2013-06-19 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 0.99 row 371 : 371 | 8 | 2013-07-02 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 372 : 372 | 10 | 2013-07-02 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 373 : 373 | 12 | 2013-07-03 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 3.96 row 374 : 374 | 16 | 2013-07-04 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 5.94 row 375 : 375 | 22 | 2013-07-07 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 8.91 row 376 : 376 | 31 | 2013-07-12 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 13.86 row 377 : 377 | 45 | 2013-07-20 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 0.99 row 378 : 378 | 46 | 2013-08-02 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 379 : 379 | 48 | 2013-08-02 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 380 : 380 | 50 | 2013-08-03 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 3.96 row 381 : 381 | 54 | 2013-08-04 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 5.94 row 382 : 382 | 1 | 2013-08-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 8.91 row 383 : 383 | 10 | 2013-08-12 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 13.86 row 384 : 384 | 24 | 2013-08-20 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 0.99 row 385 : 385 | 25 | 2013-09-02 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 386 : 386 | 27 | 2013-09-02 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 387 : 387 | 29 | 2013-09-03 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 3.96 row 388 : 388 | 33 | 2013-09-04 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 5.94 row 389 : 389 | 39 | 2013-09-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 8.91 row 390 : 390 | 48 | 2013-09-12 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 13.86 row 391 : 391 | 3 | 2013-09-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 0.99 row 392 : 392 | 4 | 2013-10-03 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 393 : 393 | 6 | 2013-10-03 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 394 : 394 | 8 | 2013-10-04 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 3.96 row 395 : 395 | 12 | 2013-10-05 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 5.94 row 396 : 396 | 18 | 2013-10-08 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 8.91 row 397 : 397 | 27 | 2013-10-13 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 13.86 row 398 : 398 | 41 | 2013-10-21 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 0.99 row 399 : 399 | 42 | 2013-11-03 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 1.98 row 400 : 400 | 44 | 2013-11-03 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 401 : 401 | 46 | 2013-11-04 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 3.96 row 402 : 402 | 50 | 2013-11-05 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 5.94 row 403 : 403 | 56 | 2013-11-08 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 8.91 row 404 : 404 | 6 | 2013-11-13 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 25.86 row 405 : 405 | 20 | 2013-11-21 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 0.99 row 406 : 406 | 21 | 2013-12-04 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 407 : 407 | 23 | 2013-12-04 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 408 : 408 | 25 | 2013-12-05 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 3.96 row 409 : 409 | 29 | 2013-12-06 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 5.94 row 410 : 410 | 35 | 2013-12-09 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 8.91 row 411 : 411 | 44 | 2013-12-14 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 13.86 row 412 : 412 | 58 | 2013-12-22 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.99
col : LastName row 1 : Almeida row 2 : Barnett row 3 : Bernard row 4 : Brooks row 5 : Brown row 6 : Chase row 7 : Dubois row 8 : Fernandes row 9 : Francis row 10 : Girard row 11 : Gonçalves row 12 : Gordon row 13 : Goyer row 14 : Gray row 15 : Gruber row 16 : Gutiérrez row 17 : Hansen row 18 : Harris row 19 : Hughes row 20 : Hämäläinen row 21 : Johansson row 22 : Jones row 23 : Köhler row 24 : Leacock row 25 : Lefebvre row 26 : Mancini row 27 : Martins row 28 : Mercier row 29 : Miller row 30 : Mitchell row 31 : Murray row 32 : Muñoz row 33 : Nielsen row 34 : Pareek row 35 : Peeters row 36 : Peterson row 37 : Philips row 38 : Ralston row 39 : Ramos row 40 : Rocha row 41 : Rojas row 42 : Sampaio row 43 : Schneider row 44 : Schröder row 45 : Silk row 46 : Smith row 47 : Srivastava row 48 : Stevens row 49 : Sullivan row 50 : Taylor row 51 : Tremblay row 52 : Van der Berg row 53 : Wichterlová row 54 : Wójcik row 55 : Zimmermann
SELECT DISTINCT T1.FirstName FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Brazil"
[ "Customer", "Invoice" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"InvoiceId\",\"CustomerId\",\"InvoiceDate\",\"BillingAddress\",\"BillingCity\",\"BillingState\",\"BillingCountry\",\"BillingPostalCode\",\"Total\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411],\"data\":[[1,2,\"2009-01-01 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[2,4,\"2009-01-02 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",3.96],[3,8,\"2009-01-03 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",5.94],[4,14,\"2009-01-06 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",8.91],[5,23,\"2009-01-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",13.86],[6,37,\"2009-01-19 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",0.99],[7,38,\"2009-02-01 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[8,40,\"2009-02-01 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",1.98],[9,42,\"2009-02-02 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.96],[10,46,\"2009-02-03 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,5.94],[11,52,\"2009-02-06 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",8.91],[12,2,\"2009-02-11 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",13.86],[13,16,\"2009-02-19 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",0.99],[14,17,\"2009-03-04 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[15,19,\"2009-03-04 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[16,21,\"2009-03-05 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",3.96],[17,25,\"2009-03-06 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",5.94],[18,31,\"2009-03-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",8.91],[19,40,\"2009-03-14 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",13.86],[20,54,\"2009-03-22 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",0.99],[21,55,\"2009-04-04 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[22,57,\"2009-04-04 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[23,59,\"2009-04-05 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",3.96],[24,4,\"2009-04-06 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",5.94],[25,10,\"2009-04-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",8.91],[26,19,\"2009-04-14 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",13.86],[27,33,\"2009-04-22 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",0.99],[28,34,\"2009-05-05 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[29,36,\"2009-05-05 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[30,38,\"2009-05-06 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",3.96],[31,42,\"2009-05-07 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",5.94],[32,48,\"2009-05-10 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.91],[33,57,\"2009-05-15 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,13.86],[34,12,\"2009-05-23 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",0.99],[35,13,\"2009-06-05 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[36,15,\"2009-06-05 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[37,17,\"2009-06-06 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",3.96],[38,21,\"2009-06-07 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",5.94],[39,27,\"2009-06-10 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",8.91],[40,36,\"2009-06-15 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",13.86],[41,50,\"2009-06-23 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",0.99],[42,51,\"2009-07-06 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[43,53,\"2009-07-06 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[44,55,\"2009-07-07 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",3.96],[45,59,\"2009-07-08 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",5.94],[46,6,\"2009-07-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",8.91],[47,15,\"2009-07-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",13.86],[48,29,\"2009-07-24 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",0.99],[49,30,\"2009-08-06 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[50,32,\"2009-08-06 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[51,34,\"2009-08-07 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,3.96],[52,38,\"2009-08-08 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",5.94],[53,44,\"2009-08-11 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",8.91],[54,53,\"2009-08-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",13.86],[55,8,\"2009-08-24 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",0.99],[56,9,\"2009-09-06 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[57,11,\"2009-09-06 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[58,13,\"2009-09-07 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",3.96],[59,17,\"2009-09-08 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",5.94],[60,23,\"2009-09-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",8.91],[61,32,\"2009-09-16 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",13.86],[62,46,\"2009-09-24 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,0.99],[63,47,\"2009-10-07 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[64,49,\"2009-10-07 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[65,51,\"2009-10-08 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",3.96],[66,55,\"2009-10-09 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",5.94],[67,2,\"2009-10-12 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",8.91],[68,11,\"2009-10-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",13.86],[69,25,\"2009-10-25 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",0.99],[70,26,\"2009-11-07 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[71,28,\"2009-11-07 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[72,30,\"2009-11-08 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",3.96],[73,34,\"2009-11-09 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,5.94],[74,40,\"2009-11-12 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",8.91],[75,49,\"2009-11-17 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",13.86],[76,4,\"2009-11-25 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",0.99],[77,5,\"2009-12-08 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[78,7,\"2009-12-08 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[79,9,\"2009-12-09 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",3.96],[80,13,\"2009-12-10 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",5.94],[81,19,\"2009-12-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",8.91],[82,28,\"2009-12-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",13.86],[83,42,\"2009-12-26 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",0.99],[84,43,\"2010-01-08 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[85,45,\"2010-01-08 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[86,47,\"2010-01-09 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",3.96],[87,51,\"2010-01-10 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",6.94],[88,57,\"2010-01-13 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,17.91],[89,7,\"2010-01-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",18.86],[90,21,\"2010-01-26 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",0.99],[91,22,\"2010-02-08 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",1.98],[92,24,\"2010-02-08 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[93,26,\"2010-02-09 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",3.96],[94,30,\"2010-02-10 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",5.94],[95,36,\"2010-02-13 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",8.91],[96,45,\"2010-02-18 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",21.86],[97,59,\"2010-02-26 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.99],[98,1,\"2010-03-11 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.98],[99,3,\"2010-03-11 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.98],[100,5,\"2010-03-12 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",3.96],[101,9,\"2010-03-13 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",5.94],[102,15,\"2010-03-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",9.91],[103,24,\"2010-03-21 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",15.86],[104,38,\"2010-03-29 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",0.99],[105,39,\"2010-04-11 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[106,41,\"2010-04-11 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[107,43,\"2010-04-12 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",3.96],[108,47,\"2010-04-13 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",5.94],[109,53,\"2010-04-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",8.91],[110,3,\"2010-04-21 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",13.86],[111,17,\"2010-04-29 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",0.99],[112,18,\"2010-05-12 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[113,20,\"2010-05-12 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",1.98],[114,22,\"2010-05-13 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.96],[115,26,\"2010-05-14 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",5.94],[116,32,\"2010-05-17 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",8.91],[117,41,\"2010-05-22 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",13.86],[118,55,\"2010-05-30 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",0.99],[119,56,\"2010-06-12 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[120,58,\"2010-06-12 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[121,1,\"2010-06-13 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.96],[122,5,\"2010-06-14 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",5.94],[123,11,\"2010-06-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",8.91],[124,20,\"2010-06-22 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",13.86],[125,34,\"2010-06-30 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,0.99],[126,35,\"2010-07-13 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[127,37,\"2010-07-13 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[128,39,\"2010-07-14 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",3.96],[129,43,\"2010-07-15 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",5.94],[130,49,\"2010-07-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",8.91],[131,58,\"2010-07-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",13.86],[132,13,\"2010-07-31 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",0.99],[133,14,\"2010-08-13 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[134,16,\"2010-08-13 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[135,18,\"2010-08-14 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",3.96],[136,22,\"2010-08-15 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",5.94],[137,28,\"2010-08-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",8.91],[138,37,\"2010-08-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",13.86],[139,51,\"2010-08-31 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",0.99],[140,52,\"2010-09-13 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[141,54,\"2010-09-13 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[142,56,\"2010-09-14 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",3.96],[143,1,\"2010-09-15 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",5.94],[144,7,\"2010-09-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",8.91],[145,16,\"2010-09-23 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",13.86],[146,30,\"2010-10-01 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",0.99],[147,31,\"2010-10-14 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[148,33,\"2010-10-14 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[149,35,\"2010-10-15 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,3.96],[150,39,\"2010-10-16 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",5.94],[151,45,\"2010-10-19 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",8.91],[152,54,\"2010-10-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",13.86],[153,9,\"2010-11-01 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",0.99],[154,10,\"2010-11-14 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[155,12,\"2010-11-14 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[156,14,\"2010-11-15 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",3.96],[157,18,\"2010-11-16 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",5.94],[158,24,\"2010-11-19 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",8.91],[159,33,\"2010-11-24 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",13.86],[160,47,\"2010-12-02 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",0.99],[161,48,\"2010-12-15 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[162,50,\"2010-12-15 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[163,52,\"2010-12-16 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",3.96],[164,56,\"2010-12-17 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",5.94],[165,3,\"2010-12-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",8.91],[166,12,\"2010-12-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",13.86],[167,26,\"2011-01-02 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",0.99],[168,27,\"2011-01-15 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[169,29,\"2011-01-15 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[170,31,\"2011-01-16 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",3.96],[171,35,\"2011-01-17 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,5.94],[172,41,\"2011-01-20 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",8.91],[173,50,\"2011-01-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",13.86],[174,5,\"2011-02-02 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",0.99],[175,6,\"2011-02-15 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[176,8,\"2011-02-15 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[177,10,\"2011-02-16 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",3.96],[178,14,\"2011-02-17 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",5.94],[179,20,\"2011-02-20 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",8.91],[180,29,\"2011-02-25 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",13.86],[181,43,\"2011-03-05 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",0.99],[182,44,\"2011-03-18 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[183,46,\"2011-03-18 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[184,48,\"2011-03-19 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",3.96],[185,52,\"2011-03-20 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",5.94],[186,58,\"2011-03-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",8.91],[187,8,\"2011-03-28 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",13.86],[188,22,\"2011-04-05 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",0.99],[189,23,\"2011-04-18 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[190,25,\"2011-04-18 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[191,27,\"2011-04-19 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",3.96],[192,31,\"2011-04-20 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",5.94],[193,37,\"2011-04-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",14.91],[194,46,\"2011-04-28 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,21.86],[195,1,\"2011-05-06 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",0.99],[196,2,\"2011-05-19 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[197,4,\"2011-05-19 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[198,6,\"2011-05-20 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",3.96],[199,10,\"2011-05-21 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",5.94],[200,16,\"2011-05-24 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",8.91],[201,25,\"2011-05-29 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",18.86],[202,39,\"2011-06-06 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.99],[203,40,\"2011-06-19 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",2.98],[204,42,\"2011-06-19 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.98],[205,44,\"2011-06-20 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",7.96],[206,48,\"2011-06-21 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.94],[207,54,\"2011-06-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",8.91],[208,4,\"2011-06-29 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",15.86],[209,18,\"2011-07-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",0.99],[210,19,\"2011-07-20 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[211,21,\"2011-07-20 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[212,23,\"2011-07-21 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",3.96],[213,27,\"2011-07-22 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",5.94],[214,33,\"2011-07-25 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",8.91],[215,42,\"2011-07-30 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",13.86],[216,56,\"2011-08-07 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",0.99],[217,57,\"2011-08-20 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[218,59,\"2011-08-20 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.98],[219,2,\"2011-08-21 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",3.96],[220,6,\"2011-08-22 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",5.94],[221,12,\"2011-08-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",8.91],[222,21,\"2011-08-30 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",13.86],[223,35,\"2011-09-07 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,0.99],[224,36,\"2011-09-20 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[225,38,\"2011-09-20 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[226,40,\"2011-09-21 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",3.96],[227,44,\"2011-09-22 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",5.94],[228,50,\"2011-09-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",8.91],[229,59,\"2011-09-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",13.86],[230,14,\"2011-10-08 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",0.99],[231,15,\"2011-10-21 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[232,17,\"2011-10-21 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[233,19,\"2011-10-22 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",3.96],[234,23,\"2011-10-23 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",5.94],[235,29,\"2011-10-26 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",8.91],[236,38,\"2011-10-31 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",13.86],[237,52,\"2011-11-08 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",0.99],[238,53,\"2011-11-21 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[239,55,\"2011-11-21 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[240,57,\"2011-11-22 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,3.96],[241,2,\"2011-11-23 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",5.94],[242,8,\"2011-11-26 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",8.91],[243,17,\"2011-12-01 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",13.86],[244,31,\"2011-12-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",0.99],[245,32,\"2011-12-22 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[246,34,\"2011-12-22 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[247,36,\"2011-12-23 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",3.96],[248,40,\"2011-12-24 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",5.94],[249,46,\"2011-12-27 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,8.91],[250,55,\"2012-01-01 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",13.86],[251,10,\"2012-01-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",0.99],[252,11,\"2012-01-22 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[253,13,\"2012-01-22 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[254,15,\"2012-01-23 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",3.96],[255,19,\"2012-01-24 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",5.94],[256,25,\"2012-01-27 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",8.91],[257,34,\"2012-02-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,13.86],[258,48,\"2012-02-09 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",0.99],[259,49,\"2012-02-22 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[260,51,\"2012-02-22 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[261,53,\"2012-02-23 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",3.96],[262,57,\"2012-02-24 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,5.94],[263,4,\"2012-02-27 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",8.91],[264,13,\"2012-03-03 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",13.86],[265,27,\"2012-03-11 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",0.99],[266,28,\"2012-03-24 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[267,30,\"2012-03-24 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[268,32,\"2012-03-25 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",3.96],[269,36,\"2012-03-26 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",5.94],[270,42,\"2012-03-29 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",8.91],[271,51,\"2012-04-03 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",13.86],[272,6,\"2012-04-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",0.99],[273,7,\"2012-04-24 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[274,9,\"2012-04-24 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[275,11,\"2012-04-25 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",3.96],[276,15,\"2012-04-26 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",5.94],[277,21,\"2012-04-29 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",8.91],[278,30,\"2012-05-04 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",13.86],[279,44,\"2012-05-12 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",0.99],[280,45,\"2012-05-25 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[281,47,\"2012-05-25 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[282,49,\"2012-05-26 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",3.96],[283,53,\"2012-05-27 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",5.94],[284,59,\"2012-05-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",8.91],[285,9,\"2012-06-04 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",13.86],[286,23,\"2012-06-12 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",0.99],[287,24,\"2012-06-25 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[288,26,\"2012-06-25 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[289,28,\"2012-06-26 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",3.96],[290,32,\"2012-06-27 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",5.94],[291,38,\"2012-06-30 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",8.91],[292,47,\"2012-07-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",13.86],[293,2,\"2012-07-13 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",0.99],[294,3,\"2012-07-26 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",1.98],[295,5,\"2012-07-26 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[296,7,\"2012-07-27 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",3.96],[297,11,\"2012-07-28 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",5.94],[298,17,\"2012-07-31 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",10.91],[299,26,\"2012-08-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",23.86],[300,40,\"2012-08-13 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",0.99],[301,41,\"2012-08-26 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[302,43,\"2012-08-26 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[303,45,\"2012-08-27 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",3.96],[304,49,\"2012-08-28 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",5.94],[305,55,\"2012-08-31 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",8.91],[306,5,\"2012-09-05 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",16.86],[307,19,\"2012-09-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.99],[308,20,\"2012-09-26 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.98],[309,22,\"2012-09-26 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.98],[310,24,\"2012-09-27 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",7.96],[311,28,\"2012-09-28 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",11.94],[312,34,\"2012-10-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,10.91],[313,43,\"2012-10-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",16.86],[314,57,\"2012-10-14 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,0.99],[315,58,\"2012-10-27 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[316,1,\"2012-10-27 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",1.98],[317,3,\"2012-10-28 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.96],[318,7,\"2012-10-29 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",5.94],[319,13,\"2012-11-01 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",8.91],[320,22,\"2012-11-06 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",13.86],[321,36,\"2012-11-14 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",0.99],[322,37,\"2012-11-27 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[323,39,\"2012-11-27 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[324,41,\"2012-11-28 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",3.96],[325,45,\"2012-11-29 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",5.94],[326,51,\"2012-12-02 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",8.91],[327,1,\"2012-12-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",13.86],[328,15,\"2012-12-15 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",0.99],[329,16,\"2012-12-28 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[330,18,\"2012-12-28 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[331,20,\"2012-12-29 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.96],[332,24,\"2012-12-30 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",5.94],[333,30,\"2013-01-02 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",8.91],[334,39,\"2013-01-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",13.86],[335,53,\"2013-01-15 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",0.99],[336,54,\"2013-01-28 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[337,56,\"2013-01-28 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[338,58,\"2013-01-29 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",3.96],[339,3,\"2013-01-30 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",5.94],[340,9,\"2013-02-02 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",8.91],[341,18,\"2013-02-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",13.86],[342,32,\"2013-02-15 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",0.99],[343,33,\"2013-02-28 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[344,35,\"2013-02-28 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[345,37,\"2013-03-01 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",3.96],[346,41,\"2013-03-02 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",5.94],[347,47,\"2013-03-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",8.91],[348,56,\"2013-03-10 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",13.86],[349,11,\"2013-03-18 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",0.99],[350,12,\"2013-03-31 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[351,14,\"2013-03-31 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[352,16,\"2013-04-01 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",3.96],[353,20,\"2013-04-02 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",5.94],[354,26,\"2013-04-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",8.91],[355,35,\"2013-04-10 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,13.86],[356,49,\"2013-04-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",0.99],[357,50,\"2013-05-01 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[358,52,\"2013-05-01 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[359,54,\"2013-05-02 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",3.96],[360,58,\"2013-05-03 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",5.94],[361,5,\"2013-05-06 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",8.91],[362,14,\"2013-05-11 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",13.86],[363,28,\"2013-05-19 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",0.99],[364,29,\"2013-06-01 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[365,31,\"2013-06-01 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[366,33,\"2013-06-02 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",3.96],[367,37,\"2013-06-03 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",5.94],[368,43,\"2013-06-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",8.91],[369,52,\"2013-06-11 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",13.86],[370,7,\"2013-06-19 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",0.99],[371,8,\"2013-07-02 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[372,10,\"2013-07-02 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[373,12,\"2013-07-03 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",3.96],[374,16,\"2013-07-04 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",5.94],[375,22,\"2013-07-07 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",8.91],[376,31,\"2013-07-12 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",13.86],[377,45,\"2013-07-20 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",0.99],[378,46,\"2013-08-02 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[379,48,\"2013-08-02 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[380,50,\"2013-08-03 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",3.96],[381,54,\"2013-08-04 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",5.94],[382,1,\"2013-08-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",8.91],[383,10,\"2013-08-12 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",13.86],[384,24,\"2013-08-20 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",0.99],[385,25,\"2013-09-02 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[386,27,\"2013-09-02 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[387,29,\"2013-09-03 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",3.96],[388,33,\"2013-09-04 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",5.94],[389,39,\"2013-09-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",8.91],[390,48,\"2013-09-12 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",13.86],[391,3,\"2013-09-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",0.99],[392,4,\"2013-10-03 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[393,6,\"2013-10-03 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[394,8,\"2013-10-04 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",3.96],[395,12,\"2013-10-05 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",5.94],[396,18,\"2013-10-08 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",8.91],[397,27,\"2013-10-13 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",13.86],[398,41,\"2013-10-21 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",0.99],[399,42,\"2013-11-03 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",1.98],[400,44,\"2013-11-03 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[401,46,\"2013-11-04 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,3.96],[402,50,\"2013-11-05 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",5.94],[403,56,\"2013-11-08 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",8.91],[404,6,\"2013-11-13 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",25.86],[405,20,\"2013-11-21 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",0.99],[406,21,\"2013-12-04 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[407,23,\"2013-12-04 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[408,25,\"2013-12-05 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",3.96],[409,29,\"2013-12-06 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",5.94],[410,35,\"2013-12-09 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,8.91],[411,44,\"2013-12-14 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",13.86],[412,58,\"2013-12-22 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.99]]}" ]
{"columns":["FirstName"],"index":[0,1,2,3,4],"data":[["Lu\u00c3\u00ads"],["Eduardo"],["Alexandre"],["Roberto"],["Fernanda"]]}
SELECT DISTINCT T1.FirstName FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Brazil" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Invoice col : InvoiceId | CustomerId | InvoiceDate | BillingAddress | BillingCity | BillingState | BillingCountry | BillingPostalCode | Total row 1 : 1 | 2 | 2009-01-01 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 2 : 2 | 4 | 2009-01-02 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 3.96 row 3 : 3 | 8 | 2009-01-03 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 5.94 row 4 : 4 | 14 | 2009-01-06 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 8.91 row 5 : 5 | 23 | 2009-01-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 13.86 row 6 : 6 | 37 | 2009-01-19 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 0.99 row 7 : 7 | 38 | 2009-02-01 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 8 : 8 | 40 | 2009-02-01 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 1.98 row 9 : 9 | 42 | 2009-02-02 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.96 row 10 : 10 | 46 | 2009-02-03 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 5.94 row 11 : 11 | 52 | 2009-02-06 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 8.91 row 12 : 12 | 2 | 2009-02-11 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 13.86 row 13 : 13 | 16 | 2009-02-19 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 0.99 row 14 : 14 | 17 | 2009-03-04 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 15 : 15 | 19 | 2009-03-04 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 16 : 16 | 21 | 2009-03-05 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 3.96 row 17 : 17 | 25 | 2009-03-06 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 5.94 row 18 : 18 | 31 | 2009-03-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 8.91 row 19 : 19 | 40 | 2009-03-14 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 13.86 row 20 : 20 | 54 | 2009-03-22 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 0.99 row 21 : 21 | 55 | 2009-04-04 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 22 : 22 | 57 | 2009-04-04 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 23 : 23 | 59 | 2009-04-05 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 3.96 row 24 : 24 | 4 | 2009-04-06 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 5.94 row 25 : 25 | 10 | 2009-04-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 8.91 row 26 : 26 | 19 | 2009-04-14 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 13.86 row 27 : 27 | 33 | 2009-04-22 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 0.99 row 28 : 28 | 34 | 2009-05-05 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 29 : 29 | 36 | 2009-05-05 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 30 : 30 | 38 | 2009-05-06 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 3.96 row 31 : 31 | 42 | 2009-05-07 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 5.94 row 32 : 32 | 48 | 2009-05-10 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.91 row 33 : 33 | 57 | 2009-05-15 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 13.86 row 34 : 34 | 12 | 2009-05-23 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 0.99 row 35 : 35 | 13 | 2009-06-05 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 36 : 36 | 15 | 2009-06-05 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 37 : 37 | 17 | 2009-06-06 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 3.96 row 38 : 38 | 21 | 2009-06-07 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 5.94 row 39 : 39 | 27 | 2009-06-10 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 8.91 row 40 : 40 | 36 | 2009-06-15 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 13.86 row 41 : 41 | 50 | 2009-06-23 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 0.99 row 42 : 42 | 51 | 2009-07-06 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 43 : 43 | 53 | 2009-07-06 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 44 : 44 | 55 | 2009-07-07 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 3.96 row 45 : 45 | 59 | 2009-07-08 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 5.94 row 46 : 46 | 6 | 2009-07-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 8.91 row 47 : 47 | 15 | 2009-07-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 13.86 row 48 : 48 | 29 | 2009-07-24 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 0.99 row 49 : 49 | 30 | 2009-08-06 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 50 : 50 | 32 | 2009-08-06 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 51 : 51 | 34 | 2009-08-07 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 3.96 row 52 : 52 | 38 | 2009-08-08 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 5.94 row 53 : 53 | 44 | 2009-08-11 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 8.91 row 54 : 54 | 53 | 2009-08-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 13.86 row 55 : 55 | 8 | 2009-08-24 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 0.99 row 56 : 56 | 9 | 2009-09-06 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 57 : 57 | 11 | 2009-09-06 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 58 : 58 | 13 | 2009-09-07 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 3.96 row 59 : 59 | 17 | 2009-09-08 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 5.94 row 60 : 60 | 23 | 2009-09-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 8.91 row 61 : 61 | 32 | 2009-09-16 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 13.86 row 62 : 62 | 46 | 2009-09-24 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 0.99 row 63 : 63 | 47 | 2009-10-07 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 64 : 64 | 49 | 2009-10-07 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 65 : 65 | 51 | 2009-10-08 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 3.96 row 66 : 66 | 55 | 2009-10-09 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 5.94 row 67 : 67 | 2 | 2009-10-12 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 8.91 row 68 : 68 | 11 | 2009-10-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 13.86 row 69 : 69 | 25 | 2009-10-25 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 0.99 row 70 : 70 | 26 | 2009-11-07 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 71 : 71 | 28 | 2009-11-07 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 72 : 72 | 30 | 2009-11-08 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 3.96 row 73 : 73 | 34 | 2009-11-09 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 5.94 row 74 : 74 | 40 | 2009-11-12 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 8.91 row 75 : 75 | 49 | 2009-11-17 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 13.86 row 76 : 76 | 4 | 2009-11-25 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 0.99 row 77 : 77 | 5 | 2009-12-08 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 78 : 78 | 7 | 2009-12-08 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 79 : 79 | 9 | 2009-12-09 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 3.96 row 80 : 80 | 13 | 2009-12-10 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 5.94 row 81 : 81 | 19 | 2009-12-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 8.91 row 82 : 82 | 28 | 2009-12-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 13.86 row 83 : 83 | 42 | 2009-12-26 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 0.99 row 84 : 84 | 43 | 2010-01-08 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 85 : 85 | 45 | 2010-01-08 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 86 : 86 | 47 | 2010-01-09 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 3.96 row 87 : 87 | 51 | 2010-01-10 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 6.94 row 88 : 88 | 57 | 2010-01-13 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 17.91 row 89 : 89 | 7 | 2010-01-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 18.86 row 90 : 90 | 21 | 2010-01-26 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 0.99 row 91 : 91 | 22 | 2010-02-08 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 1.98 row 92 : 92 | 24 | 2010-02-08 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 93 : 93 | 26 | 2010-02-09 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 3.96 row 94 : 94 | 30 | 2010-02-10 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 5.94 row 95 : 95 | 36 | 2010-02-13 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 8.91 row 96 : 96 | 45 | 2010-02-18 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 21.86 row 97 : 97 | 59 | 2010-02-26 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.99 row 98 : 98 | 1 | 2010-03-11 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.98 row 99 : 99 | 3 | 2010-03-11 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.98 row 100 : 100 | 5 | 2010-03-12 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 3.96 row 101 : 101 | 9 | 2010-03-13 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 5.94 row 102 : 102 | 15 | 2010-03-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 9.91 row 103 : 103 | 24 | 2010-03-21 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 15.86 row 104 : 104 | 38 | 2010-03-29 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 0.99 row 105 : 105 | 39 | 2010-04-11 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 106 : 106 | 41 | 2010-04-11 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 107 : 107 | 43 | 2010-04-12 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 3.96 row 108 : 108 | 47 | 2010-04-13 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 5.94 row 109 : 109 | 53 | 2010-04-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 8.91 row 110 : 110 | 3 | 2010-04-21 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 13.86 row 111 : 111 | 17 | 2010-04-29 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 0.99 row 112 : 112 | 18 | 2010-05-12 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 113 : 113 | 20 | 2010-05-12 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 1.98 row 114 : 114 | 22 | 2010-05-13 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.96 row 115 : 115 | 26 | 2010-05-14 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 5.94 row 116 : 116 | 32 | 2010-05-17 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 8.91 row 117 : 117 | 41 | 2010-05-22 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 13.86 row 118 : 118 | 55 | 2010-05-30 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 0.99 row 119 : 119 | 56 | 2010-06-12 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 120 : 120 | 58 | 2010-06-12 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 121 : 121 | 1 | 2010-06-13 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.96 row 122 : 122 | 5 | 2010-06-14 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 5.94 row 123 : 123 | 11 | 2010-06-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 8.91 row 124 : 124 | 20 | 2010-06-22 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 13.86 row 125 : 125 | 34 | 2010-06-30 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 0.99 row 126 : 126 | 35 | 2010-07-13 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 127 : 127 | 37 | 2010-07-13 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 128 : 128 | 39 | 2010-07-14 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 3.96 row 129 : 129 | 43 | 2010-07-15 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 5.94 row 130 : 130 | 49 | 2010-07-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 8.91 row 131 : 131 | 58 | 2010-07-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 13.86 row 132 : 132 | 13 | 2010-07-31 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 0.99 row 133 : 133 | 14 | 2010-08-13 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 134 : 134 | 16 | 2010-08-13 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 135 : 135 | 18 | 2010-08-14 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 3.96 row 136 : 136 | 22 | 2010-08-15 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 5.94 row 137 : 137 | 28 | 2010-08-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 8.91 row 138 : 138 | 37 | 2010-08-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 13.86 row 139 : 139 | 51 | 2010-08-31 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 0.99 row 140 : 140 | 52 | 2010-09-13 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 141 : 141 | 54 | 2010-09-13 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 142 : 142 | 56 | 2010-09-14 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 3.96 row 143 : 143 | 1 | 2010-09-15 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 5.94 row 144 : 144 | 7 | 2010-09-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 8.91 row 145 : 145 | 16 | 2010-09-23 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 13.86 row 146 : 146 | 30 | 2010-10-01 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 0.99 row 147 : 147 | 31 | 2010-10-14 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 148 : 148 | 33 | 2010-10-14 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 149 : 149 | 35 | 2010-10-15 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 3.96 row 150 : 150 | 39 | 2010-10-16 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 5.94 row 151 : 151 | 45 | 2010-10-19 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 8.91 row 152 : 152 | 54 | 2010-10-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 13.86 row 153 : 153 | 9 | 2010-11-01 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 0.99 row 154 : 154 | 10 | 2010-11-14 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 155 : 155 | 12 | 2010-11-14 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 156 : 156 | 14 | 2010-11-15 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 3.96 row 157 : 157 | 18 | 2010-11-16 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 5.94 row 158 : 158 | 24 | 2010-11-19 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 8.91 row 159 : 159 | 33 | 2010-11-24 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 13.86 row 160 : 160 | 47 | 2010-12-02 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 0.99 row 161 : 161 | 48 | 2010-12-15 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 162 : 162 | 50 | 2010-12-15 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 163 : 163 | 52 | 2010-12-16 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 3.96 row 164 : 164 | 56 | 2010-12-17 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 5.94 row 165 : 165 | 3 | 2010-12-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 8.91 row 166 : 166 | 12 | 2010-12-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 13.86 row 167 : 167 | 26 | 2011-01-02 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 0.99 row 168 : 168 | 27 | 2011-01-15 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 169 : 169 | 29 | 2011-01-15 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 170 : 170 | 31 | 2011-01-16 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 3.96 row 171 : 171 | 35 | 2011-01-17 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 5.94 row 172 : 172 | 41 | 2011-01-20 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 8.91 row 173 : 173 | 50 | 2011-01-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 13.86 row 174 : 174 | 5 | 2011-02-02 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 0.99 row 175 : 175 | 6 | 2011-02-15 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 176 : 176 | 8 | 2011-02-15 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 177 : 177 | 10 | 2011-02-16 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 3.96 row 178 : 178 | 14 | 2011-02-17 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 5.94 row 179 : 179 | 20 | 2011-02-20 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 8.91 row 180 : 180 | 29 | 2011-02-25 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 13.86 row 181 : 181 | 43 | 2011-03-05 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 0.99 row 182 : 182 | 44 | 2011-03-18 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 183 : 183 | 46 | 2011-03-18 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 184 : 184 | 48 | 2011-03-19 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 3.96 row 185 : 185 | 52 | 2011-03-20 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 5.94 row 186 : 186 | 58 | 2011-03-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 8.91 row 187 : 187 | 8 | 2011-03-28 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 13.86 row 188 : 188 | 22 | 2011-04-05 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 0.99 row 189 : 189 | 23 | 2011-04-18 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 190 : 190 | 25 | 2011-04-18 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 191 : 191 | 27 | 2011-04-19 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 3.96 row 192 : 192 | 31 | 2011-04-20 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 5.94 row 193 : 193 | 37 | 2011-04-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 14.91 row 194 : 194 | 46 | 2011-04-28 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 21.86 row 195 : 195 | 1 | 2011-05-06 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 0.99 row 196 : 196 | 2 | 2011-05-19 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 197 : 197 | 4 | 2011-05-19 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 198 : 198 | 6 | 2011-05-20 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 3.96 row 199 : 199 | 10 | 2011-05-21 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 5.94 row 200 : 200 | 16 | 2011-05-24 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 8.91 row 201 : 201 | 25 | 2011-05-29 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 18.86 row 202 : 202 | 39 | 2011-06-06 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.99 row 203 : 203 | 40 | 2011-06-19 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 2.98 row 204 : 204 | 42 | 2011-06-19 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.98 row 205 : 205 | 44 | 2011-06-20 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 7.96 row 206 : 206 | 48 | 2011-06-21 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.94 row 207 : 207 | 54 | 2011-06-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 8.91 row 208 : 208 | 4 | 2011-06-29 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 15.86 row 209 : 209 | 18 | 2011-07-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 0.99 row 210 : 210 | 19 | 2011-07-20 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 211 : 211 | 21 | 2011-07-20 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 212 : 212 | 23 | 2011-07-21 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 3.96 row 213 : 213 | 27 | 2011-07-22 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 5.94 row 214 : 214 | 33 | 2011-07-25 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 8.91 row 215 : 215 | 42 | 2011-07-30 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 13.86 row 216 : 216 | 56 | 2011-08-07 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 0.99 row 217 : 217 | 57 | 2011-08-20 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 218 : 218 | 59 | 2011-08-20 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.98 row 219 : 219 | 2 | 2011-08-21 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 3.96 row 220 : 220 | 6 | 2011-08-22 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 5.94 row 221 : 221 | 12 | 2011-08-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 8.91 row 222 : 222 | 21 | 2011-08-30 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 13.86 row 223 : 223 | 35 | 2011-09-07 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 0.99 row 224 : 224 | 36 | 2011-09-20 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 225 : 225 | 38 | 2011-09-20 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 226 : 226 | 40 | 2011-09-21 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 3.96 row 227 : 227 | 44 | 2011-09-22 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 5.94 row 228 : 228 | 50 | 2011-09-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 8.91 row 229 : 229 | 59 | 2011-09-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 13.86 row 230 : 230 | 14 | 2011-10-08 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 0.99 row 231 : 231 | 15 | 2011-10-21 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 232 : 232 | 17 | 2011-10-21 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 233 : 233 | 19 | 2011-10-22 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 3.96 row 234 : 234 | 23 | 2011-10-23 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 5.94 row 235 : 235 | 29 | 2011-10-26 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 8.91 row 236 : 236 | 38 | 2011-10-31 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 13.86 row 237 : 237 | 52 | 2011-11-08 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 0.99 row 238 : 238 | 53 | 2011-11-21 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 239 : 239 | 55 | 2011-11-21 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 240 : 240 | 57 | 2011-11-22 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 3.96 row 241 : 241 | 2 | 2011-11-23 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 5.94 row 242 : 242 | 8 | 2011-11-26 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 8.91 row 243 : 243 | 17 | 2011-12-01 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 13.86 row 244 : 244 | 31 | 2011-12-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 0.99 row 245 : 245 | 32 | 2011-12-22 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 246 : 246 | 34 | 2011-12-22 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 247 : 247 | 36 | 2011-12-23 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 3.96 row 248 : 248 | 40 | 2011-12-24 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 5.94 row 249 : 249 | 46 | 2011-12-27 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 8.91 row 250 : 250 | 55 | 2012-01-01 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 13.86 row 251 : 251 | 10 | 2012-01-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 0.99 row 252 : 252 | 11 | 2012-01-22 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 253 : 253 | 13 | 2012-01-22 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 254 : 254 | 15 | 2012-01-23 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 3.96 row 255 : 255 | 19 | 2012-01-24 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 5.94 row 256 : 256 | 25 | 2012-01-27 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 8.91 row 257 : 257 | 34 | 2012-02-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 13.86 row 258 : 258 | 48 | 2012-02-09 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 0.99 row 259 : 259 | 49 | 2012-02-22 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 260 : 260 | 51 | 2012-02-22 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 261 : 261 | 53 | 2012-02-23 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 3.96 row 262 : 262 | 57 | 2012-02-24 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 5.94 row 263 : 263 | 4 | 2012-02-27 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 8.91 row 264 : 264 | 13 | 2012-03-03 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 13.86 row 265 : 265 | 27 | 2012-03-11 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 0.99 row 266 : 266 | 28 | 2012-03-24 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 267 : 267 | 30 | 2012-03-24 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 268 : 268 | 32 | 2012-03-25 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 3.96 row 269 : 269 | 36 | 2012-03-26 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 5.94 row 270 : 270 | 42 | 2012-03-29 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 8.91 row 271 : 271 | 51 | 2012-04-03 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 13.86 row 272 : 272 | 6 | 2012-04-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 0.99 row 273 : 273 | 7 | 2012-04-24 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 274 : 274 | 9 | 2012-04-24 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 275 : 275 | 11 | 2012-04-25 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 3.96 row 276 : 276 | 15 | 2012-04-26 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 5.94 row 277 : 277 | 21 | 2012-04-29 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 8.91 row 278 : 278 | 30 | 2012-05-04 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 13.86 row 279 : 279 | 44 | 2012-05-12 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 0.99 row 280 : 280 | 45 | 2012-05-25 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 281 : 281 | 47 | 2012-05-25 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 282 : 282 | 49 | 2012-05-26 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 3.96 row 283 : 283 | 53 | 2012-05-27 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 5.94 row 284 : 284 | 59 | 2012-05-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 8.91 row 285 : 285 | 9 | 2012-06-04 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 13.86 row 286 : 286 | 23 | 2012-06-12 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 0.99 row 287 : 287 | 24 | 2012-06-25 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 288 : 288 | 26 | 2012-06-25 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 289 : 289 | 28 | 2012-06-26 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 3.96 row 290 : 290 | 32 | 2012-06-27 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 5.94 row 291 : 291 | 38 | 2012-06-30 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 8.91 row 292 : 292 | 47 | 2012-07-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 13.86 row 293 : 293 | 2 | 2012-07-13 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 0.99 row 294 : 294 | 3 | 2012-07-26 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 1.98 row 295 : 295 | 5 | 2012-07-26 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 296 : 296 | 7 | 2012-07-27 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 3.96 row 297 : 297 | 11 | 2012-07-28 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 5.94 row 298 : 298 | 17 | 2012-07-31 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 10.91 row 299 : 299 | 26 | 2012-08-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 23.86 row 300 : 300 | 40 | 2012-08-13 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 0.99 row 301 : 301 | 41 | 2012-08-26 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 302 : 302 | 43 | 2012-08-26 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 303 : 303 | 45 | 2012-08-27 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 3.96 row 304 : 304 | 49 | 2012-08-28 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 5.94 row 305 : 305 | 55 | 2012-08-31 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 8.91 row 306 : 306 | 5 | 2012-09-05 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 16.86 row 307 : 307 | 19 | 2012-09-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.99 row 308 : 308 | 20 | 2012-09-26 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.98 row 309 : 309 | 22 | 2012-09-26 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.98 row 310 : 310 | 24 | 2012-09-27 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 7.96 row 311 : 311 | 28 | 2012-09-28 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 11.94 row 312 : 312 | 34 | 2012-10-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 10.91 row 313 : 313 | 43 | 2012-10-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 16.86 row 314 : 314 | 57 | 2012-10-14 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 0.99 row 315 : 315 | 58 | 2012-10-27 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 316 : 316 | 1 | 2012-10-27 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 1.98 row 317 : 317 | 3 | 2012-10-28 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.96 row 318 : 318 | 7 | 2012-10-29 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 5.94 row 319 : 319 | 13 | 2012-11-01 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 8.91 row 320 : 320 | 22 | 2012-11-06 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 13.86 row 321 : 321 | 36 | 2012-11-14 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 0.99 row 322 : 322 | 37 | 2012-11-27 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 323 : 323 | 39 | 2012-11-27 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 324 : 324 | 41 | 2012-11-28 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 3.96 row 325 : 325 | 45 | 2012-11-29 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 5.94 row 326 : 326 | 51 | 2012-12-02 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 8.91 row 327 : 327 | 1 | 2012-12-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 13.86 row 328 : 328 | 15 | 2012-12-15 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 0.99 row 329 : 329 | 16 | 2012-12-28 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 330 : 330 | 18 | 2012-12-28 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 331 : 331 | 20 | 2012-12-29 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.96 row 332 : 332 | 24 | 2012-12-30 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 5.94 row 333 : 333 | 30 | 2013-01-02 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 8.91 row 334 : 334 | 39 | 2013-01-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 13.86 row 335 : 335 | 53 | 2013-01-15 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 0.99 row 336 : 336 | 54 | 2013-01-28 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 337 : 337 | 56 | 2013-01-28 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 338 : 338 | 58 | 2013-01-29 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 3.96 row 339 : 339 | 3 | 2013-01-30 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 5.94 row 340 : 340 | 9 | 2013-02-02 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 8.91 row 341 : 341 | 18 | 2013-02-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 13.86 row 342 : 342 | 32 | 2013-02-15 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 0.99 row 343 : 343 | 33 | 2013-02-28 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 344 : 344 | 35 | 2013-02-28 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 345 : 345 | 37 | 2013-03-01 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 3.96 row 346 : 346 | 41 | 2013-03-02 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 5.94 row 347 : 347 | 47 | 2013-03-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 8.91 row 348 : 348 | 56 | 2013-03-10 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 13.86 row 349 : 349 | 11 | 2013-03-18 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 0.99 row 350 : 350 | 12 | 2013-03-31 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 351 : 351 | 14 | 2013-03-31 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 352 : 352 | 16 | 2013-04-01 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 3.96 row 353 : 353 | 20 | 2013-04-02 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 5.94 row 354 : 354 | 26 | 2013-04-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 8.91 row 355 : 355 | 35 | 2013-04-10 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 13.86 row 356 : 356 | 49 | 2013-04-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 0.99 row 357 : 357 | 50 | 2013-05-01 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 358 : 358 | 52 | 2013-05-01 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 359 : 359 | 54 | 2013-05-02 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 3.96 row 360 : 360 | 58 | 2013-05-03 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 5.94 row 361 : 361 | 5 | 2013-05-06 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 8.91 row 362 : 362 | 14 | 2013-05-11 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 13.86 row 363 : 363 | 28 | 2013-05-19 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 0.99 row 364 : 364 | 29 | 2013-06-01 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 365 : 365 | 31 | 2013-06-01 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 366 : 366 | 33 | 2013-06-02 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 3.96 row 367 : 367 | 37 | 2013-06-03 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 5.94 row 368 : 368 | 43 | 2013-06-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 8.91 row 369 : 369 | 52 | 2013-06-11 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 13.86 row 370 : 370 | 7 | 2013-06-19 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 0.99 row 371 : 371 | 8 | 2013-07-02 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 372 : 372 | 10 | 2013-07-02 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 373 : 373 | 12 | 2013-07-03 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 3.96 row 374 : 374 | 16 | 2013-07-04 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 5.94 row 375 : 375 | 22 | 2013-07-07 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 8.91 row 376 : 376 | 31 | 2013-07-12 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 13.86 row 377 : 377 | 45 | 2013-07-20 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 0.99 row 378 : 378 | 46 | 2013-08-02 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 379 : 379 | 48 | 2013-08-02 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 380 : 380 | 50 | 2013-08-03 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 3.96 row 381 : 381 | 54 | 2013-08-04 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 5.94 row 382 : 382 | 1 | 2013-08-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 8.91 row 383 : 383 | 10 | 2013-08-12 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 13.86 row 384 : 384 | 24 | 2013-08-20 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 0.99 row 385 : 385 | 25 | 2013-09-02 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 386 : 386 | 27 | 2013-09-02 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 387 : 387 | 29 | 2013-09-03 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 3.96 row 388 : 388 | 33 | 2013-09-04 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 5.94 row 389 : 389 | 39 | 2013-09-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 8.91 row 390 : 390 | 48 | 2013-09-12 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 13.86 row 391 : 391 | 3 | 2013-09-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 0.99 row 392 : 392 | 4 | 2013-10-03 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 393 : 393 | 6 | 2013-10-03 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 394 : 394 | 8 | 2013-10-04 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 3.96 row 395 : 395 | 12 | 2013-10-05 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 5.94 row 396 : 396 | 18 | 2013-10-08 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 8.91 row 397 : 397 | 27 | 2013-10-13 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 13.86 row 398 : 398 | 41 | 2013-10-21 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 0.99 row 399 : 399 | 42 | 2013-11-03 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 1.98 row 400 : 400 | 44 | 2013-11-03 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 401 : 401 | 46 | 2013-11-04 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 3.96 row 402 : 402 | 50 | 2013-11-05 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 5.94 row 403 : 403 | 56 | 2013-11-08 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 8.91 row 404 : 404 | 6 | 2013-11-13 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 25.86 row 405 : 405 | 20 | 2013-11-21 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 0.99 row 406 : 406 | 21 | 2013-12-04 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 407 : 407 | 23 | 2013-12-04 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 408 : 408 | 25 | 2013-12-05 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 3.96 row 409 : 409 | 29 | 2013-12-06 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 5.94 row 410 : 410 | 35 | 2013-12-09 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 8.91 row 411 : 411 | 44 | 2013-12-14 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 13.86 row 412 : 412 | 58 | 2013-12-22 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.99
col : FirstName row 1 : Luís row 2 : Eduardo row 3 : Alexandre row 4 : Roberto row 5 : Fernanda
SELECT DISTINCT T1.Address FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Germany"
[ "Customer", "Invoice" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"InvoiceId\",\"CustomerId\",\"InvoiceDate\",\"BillingAddress\",\"BillingCity\",\"BillingState\",\"BillingCountry\",\"BillingPostalCode\",\"Total\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411],\"data\":[[1,2,\"2009-01-01 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[2,4,\"2009-01-02 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",3.96],[3,8,\"2009-01-03 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",5.94],[4,14,\"2009-01-06 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",8.91],[5,23,\"2009-01-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",13.86],[6,37,\"2009-01-19 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",0.99],[7,38,\"2009-02-01 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[8,40,\"2009-02-01 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",1.98],[9,42,\"2009-02-02 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.96],[10,46,\"2009-02-03 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,5.94],[11,52,\"2009-02-06 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",8.91],[12,2,\"2009-02-11 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",13.86],[13,16,\"2009-02-19 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",0.99],[14,17,\"2009-03-04 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[15,19,\"2009-03-04 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[16,21,\"2009-03-05 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",3.96],[17,25,\"2009-03-06 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",5.94],[18,31,\"2009-03-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",8.91],[19,40,\"2009-03-14 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",13.86],[20,54,\"2009-03-22 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",0.99],[21,55,\"2009-04-04 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[22,57,\"2009-04-04 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[23,59,\"2009-04-05 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",3.96],[24,4,\"2009-04-06 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",5.94],[25,10,\"2009-04-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",8.91],[26,19,\"2009-04-14 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",13.86],[27,33,\"2009-04-22 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",0.99],[28,34,\"2009-05-05 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[29,36,\"2009-05-05 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[30,38,\"2009-05-06 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",3.96],[31,42,\"2009-05-07 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",5.94],[32,48,\"2009-05-10 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.91],[33,57,\"2009-05-15 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,13.86],[34,12,\"2009-05-23 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",0.99],[35,13,\"2009-06-05 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[36,15,\"2009-06-05 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[37,17,\"2009-06-06 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",3.96],[38,21,\"2009-06-07 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",5.94],[39,27,\"2009-06-10 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",8.91],[40,36,\"2009-06-15 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",13.86],[41,50,\"2009-06-23 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",0.99],[42,51,\"2009-07-06 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[43,53,\"2009-07-06 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[44,55,\"2009-07-07 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",3.96],[45,59,\"2009-07-08 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",5.94],[46,6,\"2009-07-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",8.91],[47,15,\"2009-07-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",13.86],[48,29,\"2009-07-24 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",0.99],[49,30,\"2009-08-06 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[50,32,\"2009-08-06 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[51,34,\"2009-08-07 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,3.96],[52,38,\"2009-08-08 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",5.94],[53,44,\"2009-08-11 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",8.91],[54,53,\"2009-08-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",13.86],[55,8,\"2009-08-24 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",0.99],[56,9,\"2009-09-06 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[57,11,\"2009-09-06 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[58,13,\"2009-09-07 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",3.96],[59,17,\"2009-09-08 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",5.94],[60,23,\"2009-09-11 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",8.91],[61,32,\"2009-09-16 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",13.86],[62,46,\"2009-09-24 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,0.99],[63,47,\"2009-10-07 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[64,49,\"2009-10-07 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[65,51,\"2009-10-08 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",3.96],[66,55,\"2009-10-09 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",5.94],[67,2,\"2009-10-12 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",8.91],[68,11,\"2009-10-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",13.86],[69,25,\"2009-10-25 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",0.99],[70,26,\"2009-11-07 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[71,28,\"2009-11-07 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[72,30,\"2009-11-08 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",3.96],[73,34,\"2009-11-09 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,5.94],[74,40,\"2009-11-12 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",8.91],[75,49,\"2009-11-17 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",13.86],[76,4,\"2009-11-25 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",0.99],[77,5,\"2009-12-08 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[78,7,\"2009-12-08 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[79,9,\"2009-12-09 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",3.96],[80,13,\"2009-12-10 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",5.94],[81,19,\"2009-12-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",8.91],[82,28,\"2009-12-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",13.86],[83,42,\"2009-12-26 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",0.99],[84,43,\"2010-01-08 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[85,45,\"2010-01-08 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[86,47,\"2010-01-09 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",3.96],[87,51,\"2010-01-10 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",6.94],[88,57,\"2010-01-13 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,17.91],[89,7,\"2010-01-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",18.86],[90,21,\"2010-01-26 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",0.99],[91,22,\"2010-02-08 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",1.98],[92,24,\"2010-02-08 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[93,26,\"2010-02-09 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",3.96],[94,30,\"2010-02-10 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",5.94],[95,36,\"2010-02-13 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",8.91],[96,45,\"2010-02-18 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",21.86],[97,59,\"2010-02-26 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.99],[98,1,\"2010-03-11 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.98],[99,3,\"2010-03-11 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.98],[100,5,\"2010-03-12 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",3.96],[101,9,\"2010-03-13 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",5.94],[102,15,\"2010-03-16 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",9.91],[103,24,\"2010-03-21 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",15.86],[104,38,\"2010-03-29 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",0.99],[105,39,\"2010-04-11 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[106,41,\"2010-04-11 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[107,43,\"2010-04-12 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",3.96],[108,47,\"2010-04-13 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",5.94],[109,53,\"2010-04-16 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",8.91],[110,3,\"2010-04-21 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",13.86],[111,17,\"2010-04-29 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",0.99],[112,18,\"2010-05-12 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[113,20,\"2010-05-12 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",1.98],[114,22,\"2010-05-13 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.96],[115,26,\"2010-05-14 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",5.94],[116,32,\"2010-05-17 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",8.91],[117,41,\"2010-05-22 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",13.86],[118,55,\"2010-05-30 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",0.99],[119,56,\"2010-06-12 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[120,58,\"2010-06-12 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[121,1,\"2010-06-13 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",3.96],[122,5,\"2010-06-14 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",5.94],[123,11,\"2010-06-17 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",8.91],[124,20,\"2010-06-22 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",13.86],[125,34,\"2010-06-30 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,0.99],[126,35,\"2010-07-13 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[127,37,\"2010-07-13 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[128,39,\"2010-07-14 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",3.96],[129,43,\"2010-07-15 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",5.94],[130,49,\"2010-07-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",8.91],[131,58,\"2010-07-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",13.86],[132,13,\"2010-07-31 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",0.99],[133,14,\"2010-08-13 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[134,16,\"2010-08-13 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[135,18,\"2010-08-14 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",3.96],[136,22,\"2010-08-15 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",5.94],[137,28,\"2010-08-18 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",8.91],[138,37,\"2010-08-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",13.86],[139,51,\"2010-08-31 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",0.99],[140,52,\"2010-09-13 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[141,54,\"2010-09-13 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[142,56,\"2010-09-14 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",3.96],[143,1,\"2010-09-15 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",5.94],[144,7,\"2010-09-18 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",8.91],[145,16,\"2010-09-23 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",13.86],[146,30,\"2010-10-01 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",0.99],[147,31,\"2010-10-14 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[148,33,\"2010-10-14 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[149,35,\"2010-10-15 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,3.96],[150,39,\"2010-10-16 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",5.94],[151,45,\"2010-10-19 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",8.91],[152,54,\"2010-10-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",13.86],[153,9,\"2010-11-01 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",0.99],[154,10,\"2010-11-14 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[155,12,\"2010-11-14 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[156,14,\"2010-11-15 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",3.96],[157,18,\"2010-11-16 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",5.94],[158,24,\"2010-11-19 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",8.91],[159,33,\"2010-11-24 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",13.86],[160,47,\"2010-12-02 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",0.99],[161,48,\"2010-12-15 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[162,50,\"2010-12-15 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[163,52,\"2010-12-16 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",3.96],[164,56,\"2010-12-17 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",5.94],[165,3,\"2010-12-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",8.91],[166,12,\"2010-12-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",13.86],[167,26,\"2011-01-02 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",0.99],[168,27,\"2011-01-15 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[169,29,\"2011-01-15 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[170,31,\"2011-01-16 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",3.96],[171,35,\"2011-01-17 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,5.94],[172,41,\"2011-01-20 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",8.91],[173,50,\"2011-01-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",13.86],[174,5,\"2011-02-02 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",0.99],[175,6,\"2011-02-15 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[176,8,\"2011-02-15 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[177,10,\"2011-02-16 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",3.96],[178,14,\"2011-02-17 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",5.94],[179,20,\"2011-02-20 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",8.91],[180,29,\"2011-02-25 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",13.86],[181,43,\"2011-03-05 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",0.99],[182,44,\"2011-03-18 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[183,46,\"2011-03-18 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[184,48,\"2011-03-19 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",3.96],[185,52,\"2011-03-20 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",5.94],[186,58,\"2011-03-23 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",8.91],[187,8,\"2011-03-28 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",13.86],[188,22,\"2011-04-05 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",0.99],[189,23,\"2011-04-18 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[190,25,\"2011-04-18 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[191,27,\"2011-04-19 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",3.96],[192,31,\"2011-04-20 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",5.94],[193,37,\"2011-04-23 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",14.91],[194,46,\"2011-04-28 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,21.86],[195,1,\"2011-05-06 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",0.99],[196,2,\"2011-05-19 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",1.98],[197,4,\"2011-05-19 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[198,6,\"2011-05-20 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",3.96],[199,10,\"2011-05-21 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",5.94],[200,16,\"2011-05-24 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",8.91],[201,25,\"2011-05-29 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",18.86],[202,39,\"2011-06-06 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.99],[203,40,\"2011-06-19 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",2.98],[204,42,\"2011-06-19 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",3.98],[205,44,\"2011-06-20 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",7.96],[206,48,\"2011-06-21 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",8.94],[207,54,\"2011-06-24 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",8.91],[208,4,\"2011-06-29 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",15.86],[209,18,\"2011-07-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",0.99],[210,19,\"2011-07-20 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.98],[211,21,\"2011-07-20 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[212,23,\"2011-07-21 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",3.96],[213,27,\"2011-07-22 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",5.94],[214,33,\"2011-07-25 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",8.91],[215,42,\"2011-07-30 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",13.86],[216,56,\"2011-08-07 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",0.99],[217,57,\"2011-08-20 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,1.98],[218,59,\"2011-08-20 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",1.98],[219,2,\"2011-08-21 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",3.96],[220,6,\"2011-08-22 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",5.94],[221,12,\"2011-08-25 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",8.91],[222,21,\"2011-08-30 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",13.86],[223,35,\"2011-09-07 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,0.99],[224,36,\"2011-09-20 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",1.98],[225,38,\"2011-09-20 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",1.98],[226,40,\"2011-09-21 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",3.96],[227,44,\"2011-09-22 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",5.94],[228,50,\"2011-09-25 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",8.91],[229,59,\"2011-09-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",13.86],[230,14,\"2011-10-08 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",0.99],[231,15,\"2011-10-21 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",1.98],[232,17,\"2011-10-21 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",1.98],[233,19,\"2011-10-22 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",3.96],[234,23,\"2011-10-23 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",5.94],[235,29,\"2011-10-26 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",8.91],[236,38,\"2011-10-31 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",13.86],[237,52,\"2011-11-08 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",0.99],[238,53,\"2011-11-21 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",1.98],[239,55,\"2011-11-21 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",1.98],[240,57,\"2011-11-22 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,3.96],[241,2,\"2011-11-23 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",5.94],[242,8,\"2011-11-26 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",8.91],[243,17,\"2011-12-01 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",13.86],[244,31,\"2011-12-09 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",0.99],[245,32,\"2011-12-22 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",1.98],[246,34,\"2011-12-22 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,1.98],[247,36,\"2011-12-23 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",3.96],[248,40,\"2011-12-24 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",5.94],[249,46,\"2011-12-27 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,8.91],[250,55,\"2012-01-01 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",13.86],[251,10,\"2012-01-09 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",0.99],[252,11,\"2012-01-22 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",1.98],[253,13,\"2012-01-22 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",1.98],[254,15,\"2012-01-23 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",3.96],[255,19,\"2012-01-24 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",5.94],[256,25,\"2012-01-27 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",8.91],[257,34,\"2012-02-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,13.86],[258,48,\"2012-02-09 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",0.99],[259,49,\"2012-02-22 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",1.98],[260,51,\"2012-02-22 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",1.98],[261,53,\"2012-02-23 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",3.96],[262,57,\"2012-02-24 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,5.94],[263,4,\"2012-02-27 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",8.91],[264,13,\"2012-03-03 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",13.86],[265,27,\"2012-03-11 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",0.99],[266,28,\"2012-03-24 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",1.98],[267,30,\"2012-03-24 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",1.98],[268,32,\"2012-03-25 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",3.96],[269,36,\"2012-03-26 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",5.94],[270,42,\"2012-03-29 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",8.91],[271,51,\"2012-04-03 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",13.86],[272,6,\"2012-04-11 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",0.99],[273,7,\"2012-04-24 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",1.98],[274,9,\"2012-04-24 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",1.98],[275,11,\"2012-04-25 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",3.96],[276,15,\"2012-04-26 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",5.94],[277,21,\"2012-04-29 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",8.91],[278,30,\"2012-05-04 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",13.86],[279,44,\"2012-05-12 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",0.99],[280,45,\"2012-05-25 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",1.98],[281,47,\"2012-05-25 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",1.98],[282,49,\"2012-05-26 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",3.96],[283,53,\"2012-05-27 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",5.94],[284,59,\"2012-05-30 00:00:00\",\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",8.91],[285,9,\"2012-06-04 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",13.86],[286,23,\"2012-06-12 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",0.99],[287,24,\"2012-06-25 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",1.98],[288,26,\"2012-06-25 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",1.98],[289,28,\"2012-06-26 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",3.96],[290,32,\"2012-06-27 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",5.94],[291,38,\"2012-06-30 00:00:00\",\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",8.91],[292,47,\"2012-07-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",13.86],[293,2,\"2012-07-13 00:00:00\",\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",0.99],[294,3,\"2012-07-26 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",1.98],[295,5,\"2012-07-26 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",1.98],[296,7,\"2012-07-27 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",3.96],[297,11,\"2012-07-28 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",5.94],[298,17,\"2012-07-31 00:00:00\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",10.91],[299,26,\"2012-08-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",23.86],[300,40,\"2012-08-13 00:00:00\",\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",0.99],[301,41,\"2012-08-26 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",1.98],[302,43,\"2012-08-26 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",1.98],[303,45,\"2012-08-27 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",3.96],[304,49,\"2012-08-28 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",5.94],[305,55,\"2012-08-31 00:00:00\",\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",8.91],[306,5,\"2012-09-05 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",16.86],[307,19,\"2012-09-13 00:00:00\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",1.99],[308,20,\"2012-09-26 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.98],[309,22,\"2012-09-26 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",3.98],[310,24,\"2012-09-27 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",7.96],[311,28,\"2012-09-28 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",11.94],[312,34,\"2012-10-01 00:00:00\",\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,10.91],[313,43,\"2012-10-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",16.86],[314,57,\"2012-10-14 00:00:00\",\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,0.99],[315,58,\"2012-10-27 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.98],[316,1,\"2012-10-27 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",1.98],[317,3,\"2012-10-28 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",3.96],[318,7,\"2012-10-29 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",5.94],[319,13,\"2012-11-01 00:00:00\",\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",8.91],[320,22,\"2012-11-06 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",13.86],[321,36,\"2012-11-14 00:00:00\",\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",0.99],[322,37,\"2012-11-27 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",1.98],[323,39,\"2012-11-27 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",1.98],[324,41,\"2012-11-28 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",3.96],[325,45,\"2012-11-29 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",5.94],[326,51,\"2012-12-02 00:00:00\",\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",8.91],[327,1,\"2012-12-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",13.86],[328,15,\"2012-12-15 00:00:00\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",0.99],[329,16,\"2012-12-28 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",1.98],[330,18,\"2012-12-28 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",1.98],[331,20,\"2012-12-29 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",3.96],[332,24,\"2012-12-30 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",5.94],[333,30,\"2013-01-02 00:00:00\",\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",8.91],[334,39,\"2013-01-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",13.86],[335,53,\"2013-01-15 00:00:00\",\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",0.99],[336,54,\"2013-01-28 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",1.98],[337,56,\"2013-01-28 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",1.98],[338,58,\"2013-01-29 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",3.96],[339,3,\"2013-01-30 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",5.94],[340,9,\"2013-02-02 00:00:00\",\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",8.91],[341,18,\"2013-02-07 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",13.86],[342,32,\"2013-02-15 00:00:00\",\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",0.99],[343,33,\"2013-02-28 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",1.98],[344,35,\"2013-02-28 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,1.98],[345,37,\"2013-03-01 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",3.96],[346,41,\"2013-03-02 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",5.94],[347,47,\"2013-03-05 00:00:00\",\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",8.91],[348,56,\"2013-03-10 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",13.86],[349,11,\"2013-03-18 00:00:00\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",0.99],[350,12,\"2013-03-31 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",1.98],[351,14,\"2013-03-31 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",1.98],[352,16,\"2013-04-01 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",3.96],[353,20,\"2013-04-02 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",5.94],[354,26,\"2013-04-05 00:00:00\",\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",8.91],[355,35,\"2013-04-10 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,13.86],[356,49,\"2013-04-18 00:00:00\",\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",0.99],[357,50,\"2013-05-01 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",1.98],[358,52,\"2013-05-01 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",1.98],[359,54,\"2013-05-02 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",3.96],[360,58,\"2013-05-03 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",5.94],[361,5,\"2013-05-06 00:00:00\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",8.91],[362,14,\"2013-05-11 00:00:00\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",13.86],[363,28,\"2013-05-19 00:00:00\",\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",0.99],[364,29,\"2013-06-01 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",1.98],[365,31,\"2013-06-01 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",1.98],[366,33,\"2013-06-02 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",3.96],[367,37,\"2013-06-03 00:00:00\",\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",5.94],[368,43,\"2013-06-06 00:00:00\",\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",8.91],[369,52,\"2013-06-11 00:00:00\",\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",13.86],[370,7,\"2013-06-19 00:00:00\",\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",0.99],[371,8,\"2013-07-02 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",1.98],[372,10,\"2013-07-02 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",1.98],[373,12,\"2013-07-03 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",3.96],[374,16,\"2013-07-04 00:00:00\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",5.94],[375,22,\"2013-07-07 00:00:00\",\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",8.91],[376,31,\"2013-07-12 00:00:00\",\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",13.86],[377,45,\"2013-07-20 00:00:00\",\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",0.99],[378,46,\"2013-08-02 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,1.98],[379,48,\"2013-08-02 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",1.98],[380,50,\"2013-08-03 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",3.96],[381,54,\"2013-08-04 00:00:00\",\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",5.94],[382,1,\"2013-08-07 00:00:00\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",8.91],[383,10,\"2013-08-12 00:00:00\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",13.86],[384,24,\"2013-08-20 00:00:00\",\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",0.99],[385,25,\"2013-09-02 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",1.98],[386,27,\"2013-09-02 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",1.98],[387,29,\"2013-09-03 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",3.96],[388,33,\"2013-09-04 00:00:00\",\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",5.94],[389,39,\"2013-09-07 00:00:00\",\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",8.91],[390,48,\"2013-09-12 00:00:00\",\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",13.86],[391,3,\"2013-09-20 00:00:00\",\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",0.99],[392,4,\"2013-10-03 00:00:00\",\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",1.98],[393,6,\"2013-10-03 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",1.98],[394,8,\"2013-10-04 00:00:00\",\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",3.96],[395,12,\"2013-10-05 00:00:00\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",5.94],[396,18,\"2013-10-08 00:00:00\",\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",8.91],[397,27,\"2013-10-13 00:00:00\",\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",13.86],[398,41,\"2013-10-21 00:00:00\",\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",0.99],[399,42,\"2013-11-03 00:00:00\",\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",1.98],[400,44,\"2013-11-03 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",1.98],[401,46,\"2013-11-04 00:00:00\",\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,3.96],[402,50,\"2013-11-05 00:00:00\",\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",5.94],[403,56,\"2013-11-08 00:00:00\",\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",8.91],[404,6,\"2013-11-13 00:00:00\",\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",25.86],[405,20,\"2013-11-21 00:00:00\",\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",0.99],[406,21,\"2013-12-04 00:00:00\",\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",1.98],[407,23,\"2013-12-04 00:00:00\",\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",1.98],[408,25,\"2013-12-05 00:00:00\",\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",3.96],[409,29,\"2013-12-06 00:00:00\",\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",5.94],[410,35,\"2013-12-09 00:00:00\",\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,8.91],[411,44,\"2013-12-14 00:00:00\",\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",13.86],[412,58,\"2013-12-22 00:00:00\",\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",1.99]]}" ]
{"columns":["Address"],"index":[0,1,2,3],"data":[["Theodor-Heuss-Stra\u00c3\u009fe 34"],["Tauentzienstra\u00c3\u009fe 8"],["Berger Stra\u00c3\u009fe 10"],["Barbarossastra\u00c3\u009fe 19"]]}
SELECT DISTINCT T1.Address FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Germany" <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Invoice col : InvoiceId | CustomerId | InvoiceDate | BillingAddress | BillingCity | BillingState | BillingCountry | BillingPostalCode | Total row 1 : 1 | 2 | 2009-01-01 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 2 : 2 | 4 | 2009-01-02 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 3.96 row 3 : 3 | 8 | 2009-01-03 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 5.94 row 4 : 4 | 14 | 2009-01-06 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 8.91 row 5 : 5 | 23 | 2009-01-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 13.86 row 6 : 6 | 37 | 2009-01-19 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 0.99 row 7 : 7 | 38 | 2009-02-01 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 8 : 8 | 40 | 2009-02-01 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 1.98 row 9 : 9 | 42 | 2009-02-02 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.96 row 10 : 10 | 46 | 2009-02-03 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 5.94 row 11 : 11 | 52 | 2009-02-06 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 8.91 row 12 : 12 | 2 | 2009-02-11 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 13.86 row 13 : 13 | 16 | 2009-02-19 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 0.99 row 14 : 14 | 17 | 2009-03-04 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 15 : 15 | 19 | 2009-03-04 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 16 : 16 | 21 | 2009-03-05 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 3.96 row 17 : 17 | 25 | 2009-03-06 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 5.94 row 18 : 18 | 31 | 2009-03-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 8.91 row 19 : 19 | 40 | 2009-03-14 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 13.86 row 20 : 20 | 54 | 2009-03-22 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 0.99 row 21 : 21 | 55 | 2009-04-04 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 22 : 22 | 57 | 2009-04-04 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 23 : 23 | 59 | 2009-04-05 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 3.96 row 24 : 24 | 4 | 2009-04-06 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 5.94 row 25 : 25 | 10 | 2009-04-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 8.91 row 26 : 26 | 19 | 2009-04-14 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 13.86 row 27 : 27 | 33 | 2009-04-22 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 0.99 row 28 : 28 | 34 | 2009-05-05 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 29 : 29 | 36 | 2009-05-05 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 30 : 30 | 38 | 2009-05-06 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 3.96 row 31 : 31 | 42 | 2009-05-07 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 5.94 row 32 : 32 | 48 | 2009-05-10 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.91 row 33 : 33 | 57 | 2009-05-15 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 13.86 row 34 : 34 | 12 | 2009-05-23 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 0.99 row 35 : 35 | 13 | 2009-06-05 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 36 : 36 | 15 | 2009-06-05 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 37 : 37 | 17 | 2009-06-06 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 3.96 row 38 : 38 | 21 | 2009-06-07 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 5.94 row 39 : 39 | 27 | 2009-06-10 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 8.91 row 40 : 40 | 36 | 2009-06-15 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 13.86 row 41 : 41 | 50 | 2009-06-23 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 0.99 row 42 : 42 | 51 | 2009-07-06 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 43 : 43 | 53 | 2009-07-06 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 44 : 44 | 55 | 2009-07-07 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 3.96 row 45 : 45 | 59 | 2009-07-08 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 5.94 row 46 : 46 | 6 | 2009-07-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 8.91 row 47 : 47 | 15 | 2009-07-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 13.86 row 48 : 48 | 29 | 2009-07-24 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 0.99 row 49 : 49 | 30 | 2009-08-06 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 50 : 50 | 32 | 2009-08-06 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 51 : 51 | 34 | 2009-08-07 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 3.96 row 52 : 52 | 38 | 2009-08-08 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 5.94 row 53 : 53 | 44 | 2009-08-11 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 8.91 row 54 : 54 | 53 | 2009-08-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 13.86 row 55 : 55 | 8 | 2009-08-24 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 0.99 row 56 : 56 | 9 | 2009-09-06 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 57 : 57 | 11 | 2009-09-06 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 58 : 58 | 13 | 2009-09-07 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 3.96 row 59 : 59 | 17 | 2009-09-08 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 5.94 row 60 : 60 | 23 | 2009-09-11 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 8.91 row 61 : 61 | 32 | 2009-09-16 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 13.86 row 62 : 62 | 46 | 2009-09-24 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 0.99 row 63 : 63 | 47 | 2009-10-07 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 64 : 64 | 49 | 2009-10-07 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 65 : 65 | 51 | 2009-10-08 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 3.96 row 66 : 66 | 55 | 2009-10-09 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 5.94 row 67 : 67 | 2 | 2009-10-12 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 8.91 row 68 : 68 | 11 | 2009-10-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 13.86 row 69 : 69 | 25 | 2009-10-25 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 0.99 row 70 : 70 | 26 | 2009-11-07 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 71 : 71 | 28 | 2009-11-07 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 72 : 72 | 30 | 2009-11-08 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 3.96 row 73 : 73 | 34 | 2009-11-09 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 5.94 row 74 : 74 | 40 | 2009-11-12 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 8.91 row 75 : 75 | 49 | 2009-11-17 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 13.86 row 76 : 76 | 4 | 2009-11-25 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 0.99 row 77 : 77 | 5 | 2009-12-08 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 78 : 78 | 7 | 2009-12-08 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 79 : 79 | 9 | 2009-12-09 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 3.96 row 80 : 80 | 13 | 2009-12-10 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 5.94 row 81 : 81 | 19 | 2009-12-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 8.91 row 82 : 82 | 28 | 2009-12-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 13.86 row 83 : 83 | 42 | 2009-12-26 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 0.99 row 84 : 84 | 43 | 2010-01-08 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 85 : 85 | 45 | 2010-01-08 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 86 : 86 | 47 | 2010-01-09 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 3.96 row 87 : 87 | 51 | 2010-01-10 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 6.94 row 88 : 88 | 57 | 2010-01-13 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 17.91 row 89 : 89 | 7 | 2010-01-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 18.86 row 90 : 90 | 21 | 2010-01-26 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 0.99 row 91 : 91 | 22 | 2010-02-08 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 1.98 row 92 : 92 | 24 | 2010-02-08 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 93 : 93 | 26 | 2010-02-09 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 3.96 row 94 : 94 | 30 | 2010-02-10 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 5.94 row 95 : 95 | 36 | 2010-02-13 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 8.91 row 96 : 96 | 45 | 2010-02-18 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 21.86 row 97 : 97 | 59 | 2010-02-26 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.99 row 98 : 98 | 1 | 2010-03-11 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.98 row 99 : 99 | 3 | 2010-03-11 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.98 row 100 : 100 | 5 | 2010-03-12 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 3.96 row 101 : 101 | 9 | 2010-03-13 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 5.94 row 102 : 102 | 15 | 2010-03-16 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 9.91 row 103 : 103 | 24 | 2010-03-21 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 15.86 row 104 : 104 | 38 | 2010-03-29 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 0.99 row 105 : 105 | 39 | 2010-04-11 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 106 : 106 | 41 | 2010-04-11 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 107 : 107 | 43 | 2010-04-12 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 3.96 row 108 : 108 | 47 | 2010-04-13 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 5.94 row 109 : 109 | 53 | 2010-04-16 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 8.91 row 110 : 110 | 3 | 2010-04-21 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 13.86 row 111 : 111 | 17 | 2010-04-29 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 0.99 row 112 : 112 | 18 | 2010-05-12 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 113 : 113 | 20 | 2010-05-12 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 1.98 row 114 : 114 | 22 | 2010-05-13 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.96 row 115 : 115 | 26 | 2010-05-14 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 5.94 row 116 : 116 | 32 | 2010-05-17 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 8.91 row 117 : 117 | 41 | 2010-05-22 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 13.86 row 118 : 118 | 55 | 2010-05-30 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 0.99 row 119 : 119 | 56 | 2010-06-12 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 120 : 120 | 58 | 2010-06-12 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 121 : 121 | 1 | 2010-06-13 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 3.96 row 122 : 122 | 5 | 2010-06-14 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 5.94 row 123 : 123 | 11 | 2010-06-17 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 8.91 row 124 : 124 | 20 | 2010-06-22 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 13.86 row 125 : 125 | 34 | 2010-06-30 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 0.99 row 126 : 126 | 35 | 2010-07-13 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 127 : 127 | 37 | 2010-07-13 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 128 : 128 | 39 | 2010-07-14 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 3.96 row 129 : 129 | 43 | 2010-07-15 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 5.94 row 130 : 130 | 49 | 2010-07-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 8.91 row 131 : 131 | 58 | 2010-07-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 13.86 row 132 : 132 | 13 | 2010-07-31 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 0.99 row 133 : 133 | 14 | 2010-08-13 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 134 : 134 | 16 | 2010-08-13 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 135 : 135 | 18 | 2010-08-14 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 3.96 row 136 : 136 | 22 | 2010-08-15 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 5.94 row 137 : 137 | 28 | 2010-08-18 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 8.91 row 138 : 138 | 37 | 2010-08-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 13.86 row 139 : 139 | 51 | 2010-08-31 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 0.99 row 140 : 140 | 52 | 2010-09-13 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 141 : 141 | 54 | 2010-09-13 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 142 : 142 | 56 | 2010-09-14 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 3.96 row 143 : 143 | 1 | 2010-09-15 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 5.94 row 144 : 144 | 7 | 2010-09-18 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 8.91 row 145 : 145 | 16 | 2010-09-23 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 13.86 row 146 : 146 | 30 | 2010-10-01 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 0.99 row 147 : 147 | 31 | 2010-10-14 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 148 : 148 | 33 | 2010-10-14 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 149 : 149 | 35 | 2010-10-15 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 3.96 row 150 : 150 | 39 | 2010-10-16 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 5.94 row 151 : 151 | 45 | 2010-10-19 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 8.91 row 152 : 152 | 54 | 2010-10-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 13.86 row 153 : 153 | 9 | 2010-11-01 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 0.99 row 154 : 154 | 10 | 2010-11-14 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 155 : 155 | 12 | 2010-11-14 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 156 : 156 | 14 | 2010-11-15 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 3.96 row 157 : 157 | 18 | 2010-11-16 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 5.94 row 158 : 158 | 24 | 2010-11-19 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 8.91 row 159 : 159 | 33 | 2010-11-24 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 13.86 row 160 : 160 | 47 | 2010-12-02 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 0.99 row 161 : 161 | 48 | 2010-12-15 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 162 : 162 | 50 | 2010-12-15 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 163 : 163 | 52 | 2010-12-16 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 3.96 row 164 : 164 | 56 | 2010-12-17 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 5.94 row 165 : 165 | 3 | 2010-12-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 8.91 row 166 : 166 | 12 | 2010-12-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 13.86 row 167 : 167 | 26 | 2011-01-02 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 0.99 row 168 : 168 | 27 | 2011-01-15 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 169 : 169 | 29 | 2011-01-15 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 170 : 170 | 31 | 2011-01-16 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 3.96 row 171 : 171 | 35 | 2011-01-17 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 5.94 row 172 : 172 | 41 | 2011-01-20 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 8.91 row 173 : 173 | 50 | 2011-01-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 13.86 row 174 : 174 | 5 | 2011-02-02 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 0.99 row 175 : 175 | 6 | 2011-02-15 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 176 : 176 | 8 | 2011-02-15 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 177 : 177 | 10 | 2011-02-16 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 3.96 row 178 : 178 | 14 | 2011-02-17 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 5.94 row 179 : 179 | 20 | 2011-02-20 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 8.91 row 180 : 180 | 29 | 2011-02-25 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 13.86 row 181 : 181 | 43 | 2011-03-05 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 0.99 row 182 : 182 | 44 | 2011-03-18 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 183 : 183 | 46 | 2011-03-18 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 184 : 184 | 48 | 2011-03-19 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 3.96 row 185 : 185 | 52 | 2011-03-20 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 5.94 row 186 : 186 | 58 | 2011-03-23 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 8.91 row 187 : 187 | 8 | 2011-03-28 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 13.86 row 188 : 188 | 22 | 2011-04-05 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 0.99 row 189 : 189 | 23 | 2011-04-18 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 190 : 190 | 25 | 2011-04-18 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 191 : 191 | 27 | 2011-04-19 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 3.96 row 192 : 192 | 31 | 2011-04-20 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 5.94 row 193 : 193 | 37 | 2011-04-23 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 14.91 row 194 : 194 | 46 | 2011-04-28 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 21.86 row 195 : 195 | 1 | 2011-05-06 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 0.99 row 196 : 196 | 2 | 2011-05-19 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 1.98 row 197 : 197 | 4 | 2011-05-19 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 198 : 198 | 6 | 2011-05-20 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 3.96 row 199 : 199 | 10 | 2011-05-21 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 5.94 row 200 : 200 | 16 | 2011-05-24 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 8.91 row 201 : 201 | 25 | 2011-05-29 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 18.86 row 202 : 202 | 39 | 2011-06-06 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.99 row 203 : 203 | 40 | 2011-06-19 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 2.98 row 204 : 204 | 42 | 2011-06-19 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 3.98 row 205 : 205 | 44 | 2011-06-20 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 7.96 row 206 : 206 | 48 | 2011-06-21 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 8.94 row 207 : 207 | 54 | 2011-06-24 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 8.91 row 208 : 208 | 4 | 2011-06-29 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 15.86 row 209 : 209 | 18 | 2011-07-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 0.99 row 210 : 210 | 19 | 2011-07-20 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.98 row 211 : 211 | 21 | 2011-07-20 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 212 : 212 | 23 | 2011-07-21 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 3.96 row 213 : 213 | 27 | 2011-07-22 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 5.94 row 214 : 214 | 33 | 2011-07-25 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 8.91 row 215 : 215 | 42 | 2011-07-30 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 13.86 row 216 : 216 | 56 | 2011-08-07 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 0.99 row 217 : 217 | 57 | 2011-08-20 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 1.98 row 218 : 218 | 59 | 2011-08-20 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 1.98 row 219 : 219 | 2 | 2011-08-21 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 3.96 row 220 : 220 | 6 | 2011-08-22 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 5.94 row 221 : 221 | 12 | 2011-08-25 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 8.91 row 222 : 222 | 21 | 2011-08-30 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 13.86 row 223 : 223 | 35 | 2011-09-07 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 0.99 row 224 : 224 | 36 | 2011-09-20 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 1.98 row 225 : 225 | 38 | 2011-09-20 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 1.98 row 226 : 226 | 40 | 2011-09-21 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 3.96 row 227 : 227 | 44 | 2011-09-22 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 5.94 row 228 : 228 | 50 | 2011-09-25 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 8.91 row 229 : 229 | 59 | 2011-09-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 13.86 row 230 : 230 | 14 | 2011-10-08 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 0.99 row 231 : 231 | 15 | 2011-10-21 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 1.98 row 232 : 232 | 17 | 2011-10-21 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 1.98 row 233 : 233 | 19 | 2011-10-22 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 3.96 row 234 : 234 | 23 | 2011-10-23 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 5.94 row 235 : 235 | 29 | 2011-10-26 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 8.91 row 236 : 236 | 38 | 2011-10-31 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 13.86 row 237 : 237 | 52 | 2011-11-08 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 0.99 row 238 : 238 | 53 | 2011-11-21 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 1.98 row 239 : 239 | 55 | 2011-11-21 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 1.98 row 240 : 240 | 57 | 2011-11-22 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 3.96 row 241 : 241 | 2 | 2011-11-23 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 5.94 row 242 : 242 | 8 | 2011-11-26 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 8.91 row 243 : 243 | 17 | 2011-12-01 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 13.86 row 244 : 244 | 31 | 2011-12-09 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 0.99 row 245 : 245 | 32 | 2011-12-22 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 1.98 row 246 : 246 | 34 | 2011-12-22 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 1.98 row 247 : 247 | 36 | 2011-12-23 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 3.96 row 248 : 248 | 40 | 2011-12-24 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 5.94 row 249 : 249 | 46 | 2011-12-27 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 8.91 row 250 : 250 | 55 | 2012-01-01 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 13.86 row 251 : 251 | 10 | 2012-01-09 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 0.99 row 252 : 252 | 11 | 2012-01-22 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 1.98 row 253 : 253 | 13 | 2012-01-22 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 1.98 row 254 : 254 | 15 | 2012-01-23 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 3.96 row 255 : 255 | 19 | 2012-01-24 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 5.94 row 256 : 256 | 25 | 2012-01-27 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 8.91 row 257 : 257 | 34 | 2012-02-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 13.86 row 258 : 258 | 48 | 2012-02-09 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 0.99 row 259 : 259 | 49 | 2012-02-22 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 1.98 row 260 : 260 | 51 | 2012-02-22 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 1.98 row 261 : 261 | 53 | 2012-02-23 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 3.96 row 262 : 262 | 57 | 2012-02-24 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 5.94 row 263 : 263 | 4 | 2012-02-27 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 8.91 row 264 : 264 | 13 | 2012-03-03 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 13.86 row 265 : 265 | 27 | 2012-03-11 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 0.99 row 266 : 266 | 28 | 2012-03-24 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 1.98 row 267 : 267 | 30 | 2012-03-24 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 1.98 row 268 : 268 | 32 | 2012-03-25 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 3.96 row 269 : 269 | 36 | 2012-03-26 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 5.94 row 270 : 270 | 42 | 2012-03-29 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 8.91 row 271 : 271 | 51 | 2012-04-03 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 13.86 row 272 : 272 | 6 | 2012-04-11 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 0.99 row 273 : 273 | 7 | 2012-04-24 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 1.98 row 274 : 274 | 9 | 2012-04-24 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 1.98 row 275 : 275 | 11 | 2012-04-25 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 3.96 row 276 : 276 | 15 | 2012-04-26 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 5.94 row 277 : 277 | 21 | 2012-04-29 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 8.91 row 278 : 278 | 30 | 2012-05-04 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 13.86 row 279 : 279 | 44 | 2012-05-12 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 0.99 row 280 : 280 | 45 | 2012-05-25 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 1.98 row 281 : 281 | 47 | 2012-05-25 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 1.98 row 282 : 282 | 49 | 2012-05-26 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 3.96 row 283 : 283 | 53 | 2012-05-27 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 5.94 row 284 : 284 | 59 | 2012-05-30 00:00:00 | 3,Raj Bhavan Road | Bangalore | | India | 560001 | 8.91 row 285 : 285 | 9 | 2012-06-04 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 13.86 row 286 : 286 | 23 | 2012-06-12 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 0.99 row 287 : 287 | 24 | 2012-06-25 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 1.98 row 288 : 288 | 26 | 2012-06-25 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 1.98 row 289 : 289 | 28 | 2012-06-26 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 3.96 row 290 : 290 | 32 | 2012-06-27 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 5.94 row 291 : 291 | 38 | 2012-06-30 00:00:00 | Barbarossastraße 19 | Berlin | | Germany | 10779 | 8.91 row 292 : 292 | 47 | 2012-07-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 13.86 row 293 : 293 | 2 | 2012-07-13 00:00:00 | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | 0.99 row 294 : 294 | 3 | 2012-07-26 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 1.98 row 295 : 295 | 5 | 2012-07-26 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 1.98 row 296 : 296 | 7 | 2012-07-27 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 3.96 row 297 : 297 | 11 | 2012-07-28 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 5.94 row 298 : 298 | 17 | 2012-07-31 00:00:00 | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | 10.91 row 299 : 299 | 26 | 2012-08-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 23.86 row 300 : 300 | 40 | 2012-08-13 00:00:00 | 8, Rue Hanovre | Paris | | France | 75002 | 0.99 row 301 : 301 | 41 | 2012-08-26 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 1.98 row 302 : 302 | 43 | 2012-08-26 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 1.98 row 303 : 303 | 45 | 2012-08-27 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 3.96 row 304 : 304 | 49 | 2012-08-28 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 5.94 row 305 : 305 | 55 | 2012-08-31 00:00:00 | 421 Bourke Street | Sidney | NSW | Australia | 2010 | 8.91 row 306 : 306 | 5 | 2012-09-05 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 16.86 row 307 : 307 | 19 | 2012-09-13 00:00:00 | 1 Infinite Loop | Cupertino | CA | USA | 95014 | 1.99 row 308 : 308 | 20 | 2012-09-26 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.98 row 309 : 309 | 22 | 2012-09-26 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 3.98 row 310 : 310 | 24 | 2012-09-27 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 7.96 row 311 : 311 | 28 | 2012-09-28 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 11.94 row 312 : 312 | 34 | 2012-10-01 00:00:00 | Rua da Assunção 53 | Lisbon | | Portugal | | 10.91 row 313 : 313 | 43 | 2012-10-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 16.86 row 314 : 314 | 57 | 2012-10-14 00:00:00 | Calle Lira, 198 | Santiago | | Chile | | 0.99 row 315 : 315 | 58 | 2012-10-27 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.98 row 316 : 316 | 1 | 2012-10-27 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 1.98 row 317 : 317 | 3 | 2012-10-28 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 3.96 row 318 : 318 | 7 | 2012-10-29 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 5.94 row 319 : 319 | 13 | 2012-11-01 00:00:00 | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | 8.91 row 320 : 320 | 22 | 2012-11-06 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 13.86 row 321 : 321 | 36 | 2012-11-14 00:00:00 | Tauentzienstraße 8 | Berlin | | Germany | 10789 | 0.99 row 322 : 322 | 37 | 2012-11-27 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 1.98 row 323 : 323 | 39 | 2012-11-27 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 1.98 row 324 : 324 | 41 | 2012-11-28 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 3.96 row 325 : 325 | 45 | 2012-11-29 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 5.94 row 326 : 326 | 51 | 2012-12-02 00:00:00 | Celsiusg. 9 | Stockholm | | Sweden | 11230 | 8.91 row 327 : 327 | 1 | 2012-12-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 13.86 row 328 : 328 | 15 | 2012-12-15 00:00:00 | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | 0.99 row 329 : 329 | 16 | 2012-12-28 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 1.98 row 330 : 330 | 18 | 2012-12-28 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 1.98 row 331 : 331 | 20 | 2012-12-29 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 3.96 row 332 : 332 | 24 | 2012-12-30 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 5.94 row 333 : 333 | 30 | 2013-01-02 00:00:00 | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | 8.91 row 334 : 334 | 39 | 2013-01-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 13.86 row 335 : 335 | 53 | 2013-01-15 00:00:00 | 113 Lupus St | London | | United Kingdom | SW1V 3EN | 0.99 row 336 : 336 | 54 | 2013-01-28 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 1.98 row 337 : 337 | 56 | 2013-01-28 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 1.98 row 338 : 338 | 58 | 2013-01-29 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 3.96 row 339 : 339 | 3 | 2013-01-30 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 5.94 row 340 : 340 | 9 | 2013-02-02 00:00:00 | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | 8.91 row 341 : 341 | 18 | 2013-02-07 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 13.86 row 342 : 342 | 32 | 2013-02-15 00:00:00 | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | 0.99 row 343 : 343 | 33 | 2013-02-28 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 1.98 row 344 : 344 | 35 | 2013-02-28 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 1.98 row 345 : 345 | 37 | 2013-03-01 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 3.96 row 346 : 346 | 41 | 2013-03-02 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 5.94 row 347 : 347 | 47 | 2013-03-05 00:00:00 | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | 8.91 row 348 : 348 | 56 | 2013-03-10 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 13.86 row 349 : 349 | 11 | 2013-03-18 00:00:00 | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | 0.99 row 350 : 350 | 12 | 2013-03-31 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 1.98 row 351 : 351 | 14 | 2013-03-31 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 1.98 row 352 : 352 | 16 | 2013-04-01 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 3.96 row 353 : 353 | 20 | 2013-04-02 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 5.94 row 354 : 354 | 26 | 2013-04-05 00:00:00 | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | 8.91 row 355 : 355 | 35 | 2013-04-10 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 13.86 row 356 : 356 | 49 | 2013-04-18 00:00:00 | Ordynacka 10 | Warsaw | | Poland | 00-358 | 0.99 row 357 : 357 | 50 | 2013-05-01 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 1.98 row 358 : 358 | 52 | 2013-05-01 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 1.98 row 359 : 359 | 54 | 2013-05-02 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 3.96 row 360 : 360 | 58 | 2013-05-03 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 5.94 row 361 : 361 | 5 | 2013-05-06 00:00:00 | Klanova 9/506 | Prague | | Czech Republic | 14700 | 8.91 row 362 : 362 | 14 | 2013-05-11 00:00:00 | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | 13.86 row 363 : 363 | 28 | 2013-05-19 00:00:00 | 302 S 700 E | Salt Lake City | UT | USA | 84102 | 0.99 row 364 : 364 | 29 | 2013-06-01 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 1.98 row 365 : 365 | 31 | 2013-06-01 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 1.98 row 366 : 366 | 33 | 2013-06-02 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 3.96 row 367 : 367 | 37 | 2013-06-03 00:00:00 | Berger Straße 10 | Frankfurt | | Germany | 60316 | 5.94 row 368 : 368 | 43 | 2013-06-06 00:00:00 | 68, Rue Jouvence | Dijon | | France | 21000 | 8.91 row 369 : 369 | 52 | 2013-06-11 00:00:00 | 202 Hoxton Street | London | | United Kingdom | N1 5LH | 13.86 row 370 : 370 | 7 | 2013-06-19 00:00:00 | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | 0.99 row 371 : 371 | 8 | 2013-07-02 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 1.98 row 372 : 372 | 10 | 2013-07-02 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 1.98 row 373 : 373 | 12 | 2013-07-03 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 3.96 row 374 : 374 | 16 | 2013-07-04 00:00:00 | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | 5.94 row 375 : 375 | 22 | 2013-07-07 00:00:00 | 120 S Orange Ave | Orlando | FL | USA | 32801 | 8.91 row 376 : 376 | 31 | 2013-07-12 00:00:00 | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | 13.86 row 377 : 377 | 45 | 2013-07-20 00:00:00 | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | 0.99 row 378 : 378 | 46 | 2013-08-02 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 1.98 row 379 : 379 | 48 | 2013-08-02 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 1.98 row 380 : 380 | 50 | 2013-08-03 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 3.96 row 381 : 381 | 54 | 2013-08-04 00:00:00 | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | 5.94 row 382 : 382 | 1 | 2013-08-07 00:00:00 | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | 8.91 row 383 : 383 | 10 | 2013-08-12 00:00:00 | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | 13.86 row 384 : 384 | 24 | 2013-08-20 00:00:00 | 162 E Superior Street | Chicago | IL | USA | 60611 | 0.99 row 385 : 385 | 25 | 2013-09-02 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 1.98 row 386 : 386 | 27 | 2013-09-02 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 1.98 row 387 : 387 | 29 | 2013-09-03 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 3.96 row 388 : 388 | 33 | 2013-09-04 00:00:00 | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | 5.94 row 389 : 389 | 39 | 2013-09-07 00:00:00 | 4, Rue Milton | Paris | | France | 75009 | 8.91 row 390 : 390 | 48 | 2013-09-12 00:00:00 | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | 13.86 row 391 : 391 | 3 | 2013-09-20 00:00:00 | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | 0.99 row 392 : 392 | 4 | 2013-10-03 00:00:00 | Ullevålsveien 14 | Oslo | | Norway | 0171 | 1.98 row 393 : 393 | 6 | 2013-10-03 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 1.98 row 394 : 394 | 8 | 2013-10-04 00:00:00 | Grétrystraat 63 | Brussels | | Belgium | 1000 | 3.96 row 395 : 395 | 12 | 2013-10-05 00:00:00 | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | 5.94 row 396 : 396 | 18 | 2013-10-08 00:00:00 | 627 Broadway | New York | NY | USA | 10012-2612 | 8.91 row 397 : 397 | 27 | 2013-10-13 00:00:00 | 1033 N Park Ave | Tucson | AZ | USA | 85719 | 13.86 row 398 : 398 | 41 | 2013-10-21 00:00:00 | 11, Place Bellecour | Lyon | | France | 69002 | 0.99 row 399 : 399 | 42 | 2013-11-03 00:00:00 | 9, Place Louis Barthou | Bordeaux | | France | 33000 | 1.98 row 400 : 400 | 44 | 2013-11-03 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 1.98 row 401 : 401 | 46 | 2013-11-04 00:00:00 | 3 Chatham Street | Dublin | Dublin | Ireland | | 3.96 row 402 : 402 | 50 | 2013-11-05 00:00:00 | C/ San Bernardo 85 | Madrid | | Spain | 28015 | 5.94 row 403 : 403 | 56 | 2013-11-08 00:00:00 | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | 8.91 row 404 : 404 | 6 | 2013-11-13 00:00:00 | Rilská 3174/6 | Prague | | Czech Republic | 14300 | 25.86 row 405 : 405 | 20 | 2013-11-21 00:00:00 | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | 0.99 row 406 : 406 | 21 | 2013-12-04 00:00:00 | 801 W 4th Street | Reno | NV | USA | 89503 | 1.98 row 407 : 407 | 23 | 2013-12-04 00:00:00 | 69 Salem Street | Boston | MA | USA | 2113 | 1.98 row 408 : 408 | 25 | 2013-12-05 00:00:00 | 319 N. Frances Street | Madison | WI | USA | 53703 | 3.96 row 409 : 409 | 29 | 2013-12-06 00:00:00 | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | 5.94 row 410 : 410 | 35 | 2013-12-09 00:00:00 | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | 8.91 row 411 : 411 | 44 | 2013-12-14 00:00:00 | Porthaninkatu 9 | Helsinki | | Finland | 00530 | 13.86 row 412 : 412 | 58 | 2013-12-22 00:00:00 | 12,Community Centre | Delhi | | India | 110017 | 1.99
col : Address row 1 : Theodor-Heuss-Straße 34 row 2 : Tauentzienstraße 8 row 3 : Berger Straße 10 row 4 : Barbarossastraße 19
SELECT Phone FROM EMPLOYEE
[ "Employee" ]
[ "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["Phone"],"index":[0,1,2,3,4,5,6,7],"data":[["+1 (780) 428-9482"],["+1 (403) 262-3443"],["+1 (403) 262-3443"],["+1 (403) 263-4423"],["1 (780) 836-9987"],["+1 (403) 246-9887"],["+1 (403) 456-9986"],["+1 (403) 467-3351"]]}
SELECT Phone FROM EMPLOYEE <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : Phone row 1 : +1 (780) 428-9482 row 2 : +1 (403) 262-3443 row 3 : +1 (403) 262-3443 row 4 : +1 (403) 263-4423 row 5 : 1 (780) 836-9987 row 6 : +1 (403) 246-9887 row 7 : +1 (403) 456-9986 row 8 : +1 (403) 467-3351
SELECT COUNT(*) FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId WHERE T1.Name = "AAC audio file"
[ "MediaType", "Track" ]
[ "{\"columns\":[\"MediaTypeId\",\"Name\"],\"index\":[0,1,2,3,4],\"data\":[[1,\"MPEG audio file\"],[2,\"Protected AAC audio file\"],[3,\"Protected MPEG-4 video file\"],[4,\"Purchased AAC audio file\"],[5,\"AAC audio file\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["COUNT(*)"],"index":[0],"data":[[11]]}
SELECT COUNT(*) FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId WHERE T1.Name = "AAC audio file" <table_name> : MediaType col : MediaTypeId | Name row 1 : 1 | MPEG audio file row 2 : 2 | Protected AAC audio file row 3 : 3 | Protected MPEG-4 video file row 4 : 4 | Purchased AAC audio file row 5 : 5 | AAC audio file <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : COUNT(*) row 1 : 11
SELECT AVG(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Latin" OR T1.Name = "Pop"
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["AVG(Milliseconds)"],"index":[0],"data":[[232566.4274322169]]}
SELECT AVG(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Latin" OR T1.Name = "Pop" <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : AVG(Milliseconds) row 1 : 232566.4274322169
SELECT T1.FirstName , T1.SupportRepId FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) >= 10
[ "Customer", "Employee" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["FirstName","SupportRepId"],"index":[0,1,2],"data":[["Puja",3],["Diego",4],["Luis",5]]}
SELECT T1.FirstName , T1.SupportRepId FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) >= 10 <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : FirstName | SupportRepId row 1 : Puja | 3 row 2 : Diego | 4 row 3 : Luis | 5
SELECT T1.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) <= 20
[ "Customer", "Employee" ]
[ "{\"columns\":[\"CustomerId\",\"FirstName\",\"LastName\",\"Company\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\",\"SupportRepId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58],\"data\":[[1,\"Lu\\u00c3\\u00ads\",\"Gon\\u00c3\\u00a7alves\",\"Embraer - Empresa Brasileira de Aeron\\u00c3\\u00a1utica S.A.\",\"Av. Brigadeiro Faria Lima, 2170\",\"S\\u00c3\\u00a3o Jos\\u00c3\\u00a9 dos Campos\",\"SP\",\"Brazil\",\"12227-000\",\"+55 (12) 3923-5555\",\"+55 (12) 3923-5566\",\"luisg@embraer.com.br\",3],[2,\"Leonie\",\"K\\u00c3\\u00b6hler\",null,\"Theodor-Heuss-Stra\\u00c3\\u009fe 34\",\"Stuttgart\",null,\"Germany\",\"70174\",\"+49 0711 2842222\",null,\"leonekohler@surfeu.de\",5],[3,\"Fran\\u00c3\\u00a7ois\",\"Tremblay\",null,\"1498 rue B\\u00c3\\u00a9langer\",\"Montr\\u00c3\\u00a9al\",\"QC\",\"Canada\",\"H2G 1A7\",\"+1 (514) 721-4711\",null,\"ftremblay@gmail.com\",3],[4,\"Bj\\u00c3\\u00b8rn\",\"Hansen\",null,\"Ullev\\u00c3\\u00a5lsveien 14\",\"Oslo\",null,\"Norway\",\"0171\",\"+47 22 44 22 22\",null,\"bjorn.hansen@yahoo.no\",4],[5,\"Franti\\u00c5\\u00a1ek\",\"Wichterlov\\u00c3\\u00a1\",\"JetBrains s.r.o.\",\"Klanova 9\\/506\",\"Prague\",null,\"Czech Republic\",\"14700\",\"+420 2 4172 5555\",\"+420 2 4172 5555\",\"frantisekw@jetbrains.com\",4],[6,\"Helena\",\"Hol\\u00c3\\u00bd\",null,\"Rilsk\\u00c3\\u00a1 3174\\/6\",\"Prague\",null,\"Czech Republic\",\"14300\",\"+420 2 4177 0449\",null,\"hholy@gmail.com\",5],[7,\"Astrid\",\"Gruber\",null,\"Rotenturmstra\\u00c3\\u009fe 4, 1010 Innere Stadt\",\"Vienne\",null,\"Austria\",\"1010\",\"+43 01 5134505\",null,\"astrid.gruber@apple.at\",5],[8,\"Daan\",\"Peeters\",null,\"Gr\\u00c3\\u00a9trystraat 63\",\"Brussels\",null,\"Belgium\",\"1000\",\"+32 02 219 03 03\",null,\"daan_peeters@apple.be\",4],[9,\"Kara\",\"Nielsen\",null,\"S\\u00c3\\u00b8nder Boulevard 51\",\"Copenhagen\",null,\"Denmark\",\"1720\",\"+453 3331 9991\",null,\"kara.nielsen@jubii.dk\",4],[10,\"Eduardo\",\"Martins\",\"Woodstock Discos\",\"Rua Dr. Falc\\u00c3\\u00a3o Filho, 155\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01007-010\",\"+55 (11) 3033-5446\",\"+55 (11) 3033-4564\",\"eduardo@woodstock.com.br\",4],[11,\"Alexandre\",\"Rocha\",\"Banco do Brasil S.A.\",\"Av. Paulista, 2022\",\"S\\u00c3\\u00a3o Paulo\",\"SP\",\"Brazil\",\"01310-200\",\"+55 (11) 3055-3278\",\"+55 (11) 3055-8131\",\"alero@uol.com.br\",5],[12,\"Roberto\",\"Almeida\",\"Riotur\",\"Pra\\u00c3\\u00a7a Pio X, 119\",\"Rio de Janeiro\",\"RJ\",\"Brazil\",\"20040-020\",\"+55 (21) 2271-7000\",\"+55 (21) 2271-7070\",\"roberto.almeida@riotur.gov.br\",3],[13,\"Fernanda\",\"Ramos\",null,\"Qe 7 Bloco G\",\"Bras\\u00c3\\u00adlia\",\"DF\",\"Brazil\",\"71020-677\",\"+55 (61) 3363-5547\",\"+55 (61) 3363-7855\",\"fernadaramos4@uol.com.br\",4],[14,\"Mark\",\"Philips\",\"Telus\",\"8210 111 ST NW\",\"Edmonton\",\"AB\",\"Canada\",\"T6G 2C7\",\"+1 (780) 434-4554\",\"+1 (780) 434-5565\",\"mphilips12@shaw.ca\",5],[15,\"Jennifer\",\"Peterson\",\"Rogers Canada\",\"700 W Pender Street\",\"Vancouver\",\"BC\",\"Canada\",\"V6C 1G8\",\"+1 (604) 688-2255\",\"+1 (604) 688-8756\",\"jenniferp@rogers.ca\",3],[16,\"Frank\",\"Harris\",\"Google Inc.\",\"1600 Amphitheatre Parkway\",\"Mountain View\",\"CA\",\"USA\",\"94043-1351\",\"+1 (650) 253-0000\",\"+1 (650) 253-0000\",\"fharris@google.com\",4],[17,\"Jack\",\"Smith\",\"Microsoft Corporation\",\"1 Microsoft Way\",\"Redmond\",\"WA\",\"USA\",\"98052-8300\",\"+1 (425) 882-8080\",\"+1 (425) 882-8081\",\"jacksmith@microsoft.com\",5],[18,\"Michelle\",\"Brooks\",null,\"627 Broadway\",\"New York\",\"NY\",\"USA\",\"10012-2612\",\"+1 (212) 221-3546\",\"+1 (212) 221-4679\",\"michelleb@aol.com\",3],[19,\"Tim\",\"Goyer\",\"Apple Inc.\",\"1 Infinite Loop\",\"Cupertino\",\"CA\",\"USA\",\"95014\",\"+1 (408) 996-1010\",\"+1 (408) 996-1011\",\"tgoyer@apple.com\",3],[20,\"Dan\",\"Miller\",null,\"541 Del Medio Avenue\",\"Mountain View\",\"CA\",\"USA\",\"94040-111\",\"+1 (650) 644-3358\",null,\"dmiller@comcast.com\",4],[21,\"Kathy\",\"Chase\",null,\"801 W 4th Street\",\"Reno\",\"NV\",\"USA\",\"89503\",\"+1 (775) 223-7665\",null,\"kachase@hotmail.com\",5],[22,\"Heather\",\"Leacock\",null,\"120 S Orange Ave\",\"Orlando\",\"FL\",\"USA\",\"32801\",\"+1 (407) 999-7788\",null,\"hleacock@gmail.com\",4],[23,\"John\",\"Gordon\",null,\"69 Salem Street\",\"Boston\",\"MA\",\"USA\",\"2113\",\"+1 (617) 522-1333\",null,\"johngordon22@yahoo.com\",4],[24,\"Frank\",\"Ralston\",null,\"162 E Superior Street\",\"Chicago\",\"IL\",\"USA\",\"60611\",\"+1 (312) 332-3232\",null,\"fralston@gmail.com\",3],[25,\"Victor\",\"Stevens\",null,\"319 N. Frances Street\",\"Madison\",\"WI\",\"USA\",\"53703\",\"+1 (608) 257-0597\",null,\"vstevens@yahoo.com\",5],[26,\"Richard\",\"Cunningham\",null,\"2211 W Berry Street\",\"Fort Worth\",\"TX\",\"USA\",\"76110\",\"+1 (817) 924-7272\",null,\"ricunningham@hotmail.com\",4],[27,\"Patrick\",\"Gray\",null,\"1033 N Park Ave\",\"Tucson\",\"AZ\",\"USA\",\"85719\",\"+1 (520) 622-4200\",null,\"patrick.gray@aol.com\",4],[28,\"Julia\",\"Barnett\",null,\"302 S 700 E\",\"Salt Lake City\",\"UT\",\"USA\",\"84102\",\"+1 (801) 531-7272\",null,\"jubarnett@gmail.com\",5],[29,\"Robert\",\"Brown\",null,\"796 Dundas Street West\",\"Toronto\",\"ON\",\"Canada\",\"M6J 1V1\",\"+1 (416) 363-8888\",null,\"robbrown@shaw.ca\",3],[30,\"Edward\",\"Francis\",null,\"230 Elgin Street\",\"Ottawa\",\"ON\",\"Canada\",\"K2P 1L7\",\"+1 (613) 234-3322\",null,\"edfrancis@yachoo.ca\",3],[31,\"Martha\",\"Silk\",null,\"194A Chain Lake Drive\",\"Halifax\",\"NS\",\"Canada\",\"B3S 1C5\",\"+1 (902) 450-0450\",null,\"marthasilk@gmail.com\",5],[32,\"Aaron\",\"Mitchell\",null,\"696 Osborne Street\",\"Winnipeg\",\"MB\",\"Canada\",\"R3L 2B9\",\"+1 (204) 452-6452\",null,\"aaronmitchell@yahoo.ca\",4],[33,\"Ellie\",\"Sullivan\",null,\"5112 48 Street\",\"Yellowknife\",\"NT\",\"Canada\",\"X1A 1N6\",\"+1 (867) 920-2233\",null,\"ellie.sullivan@shaw.ca\",3],[34,\"Jo\\u00c3\\u00a3o\",\"Fernandes\",null,\"Rua da Assun\\u00c3\\u00a7\\u00c3\\u00a3o 53\",\"Lisbon\",null,\"Portugal\",null,\"+351 (213) 466-111\",null,\"jfernandes@yahoo.pt\",4],[35,\"Madalena\",\"Sampaio\",null,\"Rua dos Campe\\u00c3\\u00b5es Europeus de Viena, 4350\",\"Porto\",null,\"Portugal\",null,\"+351 (225) 022-448\",null,\"masampaio@sapo.pt\",4],[36,\"Hannah\",\"Schneider\",null,\"Tauentzienstra\\u00c3\\u009fe 8\",\"Berlin\",null,\"Germany\",\"10789\",\"+49 030 26550280\",null,\"hannah.schneider@yahoo.de\",5],[37,\"Fynn\",\"Zimmermann\",null,\"Berger Stra\\u00c3\\u009fe 10\",\"Frankfurt\",null,\"Germany\",\"60316\",\"+49 069 40598889\",null,\"fzimmermann@yahoo.de\",3],[38,\"Niklas\",\"Schr\\u00c3\\u00b6der\",null,\"Barbarossastra\\u00c3\\u009fe 19\",\"Berlin\",null,\"Germany\",\"10779\",\"+49 030 2141444\",null,\"nschroder@surfeu.de\",3],[39,\"Camille\",\"Bernard\",null,\"4, Rue Milton\",\"Paris\",null,\"France\",\"75009\",\"+33 01 49 70 65 65\",null,\"camille.bernard@yahoo.fr\",4],[40,\"Dominique\",\"Lefebvre\",null,\"8, Rue Hanovre\",\"Paris\",null,\"France\",\"75002\",\"+33 01 47 42 71 71\",null,\"dominiquelefebvre@gmail.com\",4],[41,\"Marc\",\"Dubois\",null,\"11, Place Bellecour\",\"Lyon\",null,\"France\",\"69002\",\"+33 04 78 30 30 30\",null,\"marc.dubois@hotmail.com\",5],[42,\"Wyatt\",\"Girard\",null,\"9, Place Louis Barthou\",\"Bordeaux\",null,\"France\",\"33000\",\"+33 05 56 96 96 96\",null,\"wyatt.girard@yahoo.fr\",3],[43,\"Isabelle\",\"Mercier\",null,\"68, Rue Jouvence\",\"Dijon\",null,\"France\",\"21000\",\"+33 03 80 73 66 99\",null,\"isabelle_mercier@apple.fr\",3],[44,\"Terhi\",\"H\\u00c3\\u00a4m\\u00c3\\u00a4l\\u00c3\\u00a4inen\",null,\"Porthaninkatu 9\",\"Helsinki\",null,\"Finland\",\"00530\",\"+358 09 870 2000\",null,\"terhi.hamalainen@apple.fi\",3],[45,\"Ladislav\",\"Kov\\u00c3\\u00a1cs\",null,\"Erzs\\u00c3\\u00a9bet krt. 58.\",\"Budapest\",null,\"Hungary\",\"H-1073\",null,null,\"ladislav_kovacs@apple.hu\",3],[46,\"Hugh\",\"O'Reilly\",null,\"3 Chatham Street\",\"Dublin\",\"Dublin\",\"Ireland\",null,\"+353 01 6792424\",null,\"hughoreilly@apple.ie\",3],[47,\"Lucas\",\"Mancini\",null,\"Via Degli Scipioni, 43\",\"Rome\",\"RM\",\"Italy\",\"00192\",\"+39 06 39733434\",null,\"lucas.mancini@yahoo.it\",5],[48,\"Johannes\",\"Van der Berg\",null,\"Lijnbaansgracht 120bg\",\"Amsterdam\",\"VV\",\"Netherlands\",\"1016\",\"+31 020 6223130\",null,\"johavanderberg@yahoo.nl\",5],[49,\"Stanis\\u00c5\\u0082aw\",\"W\\u00c3\\u00b3jcik\",null,\"Ordynacka 10\",\"Warsaw\",null,\"Poland\",\"00-358\",\"+48 22 828 37 39\",null,\"stanis\\u00c5\\u0082aw.w\\u00c3\\u00b3jcik@wp.pl\",4],[50,\"Enrique\",\"Mu\\u00c3\\u00b1oz\",null,\"C\\/ San Bernardo 85\",\"Madrid\",null,\"Spain\",\"28015\",\"+34 914 454 454\",null,\"enrique_munoz@yahoo.es\",5],[51,\"Joakim\",\"Johansson\",null,\"Celsiusg. 9\",\"Stockholm\",null,\"Sweden\",\"11230\",\"+46 08-651 52 52\",null,\"joakim.johansson@yahoo.se\",5],[52,\"Emma\",\"Jones\",null,\"202 Hoxton Street\",\"London\",null,\"United Kingdom\",\"N1 5LH\",\"+44 020 7707 0707\",null,\"emma_jones@hotmail.com\",3],[53,\"Phil\",\"Hughes\",null,\"113 Lupus St\",\"London\",null,\"United Kingdom\",\"SW1V 3EN\",\"+44 020 7976 5722\",null,\"phil.hughes@gmail.com\",3],[54,\"Steve\",\"Murray\",null,\"110 Raeburn Pl\",\"Edinburgh \",null,\"United Kingdom\",\"EH4 1HH\",\"+44 0131 315 3300\",null,\"steve.murray@yahoo.uk\",5],[55,\"Mark\",\"Taylor\",null,\"421 Bourke Street\",\"Sidney\",\"NSW\",\"Australia\",\"2010\",\"+61 (02) 9332 3633\",null,\"mark.taylor@yahoo.au\",4],[56,\"Diego\",\"Guti\\u00c3\\u00a9rrez\",null,\"307 Macacha G\\u00c3\\u00bcemes\",\"Buenos Aires\",null,\"Argentina\",\"1106\",\"+54 (0)11 4311 4333\",null,\"diego.gutierrez@yahoo.ar\",4],[57,\"Luis\",\"Rojas\",null,\"Calle Lira, 198\",\"Santiago\",null,\"Chile\",null,\"+56 (0)2 635 4444\",null,\"luisrojas@yahoo.cl\",5],[58,\"Manoj\",\"Pareek\",null,\"12,Community Centre\",\"Delhi\",null,\"India\",\"110017\",\"+91 0124 39883988\",null,\"manoj.pareek@rediff.com\",3],[59,\"Puja\",\"Srivastava\",null,\"3,Raj Bhavan Road\",\"Bangalore\",null,\"India\",\"560001\",\"+91 080 22289999\",null,\"puja_srivastava@yahoo.in\",3]]}", "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["LastName"],"index":[0,1],"data":[["Guti\u00c3\u00a9rrez"],["Rojas"]]}
SELECT T1.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) <= 20 <table_name> : Customer col : CustomerId | FirstName | LastName | Company | Address | City | State | Country | PostalCode | Phone | Fax | Email | SupportRepId row 1 : 1 | Luís | Gonçalves | Embraer - Empresa Brasileira de Aeronáutica S.A. | Av. Brigadeiro Faria Lima, 2170 | São José dos Campos | SP | Brazil | 12227-000 | +55 (12) 3923-5555 | +55 (12) 3923-5566 | luisg@embraer.com.br | 3 row 2 : 2 | Leonie | Köhler | | Theodor-Heuss-Straße 34 | Stuttgart | | Germany | 70174 | +49 0711 2842222 | | leonekohler@surfeu.de | 5 row 3 : 3 | François | Tremblay | | 1498 rue Bélanger | Montréal | QC | Canada | H2G 1A7 | +1 (514) 721-4711 | | ftremblay@gmail.com | 3 row 4 : 4 | Bjørn | Hansen | | Ullevålsveien 14 | Oslo | | Norway | 0171 | +47 22 44 22 22 | | bjorn.hansen@yahoo.no | 4 row 5 : 5 | František | Wichterlová | JetBrains s.r.o. | Klanova 9/506 | Prague | | Czech Republic | 14700 | +420 2 4172 5555 | +420 2 4172 5555 | frantisekw@jetbrains.com | 4 row 6 : 6 | Helena | Holý | | Rilská 3174/6 | Prague | | Czech Republic | 14300 | +420 2 4177 0449 | | hholy@gmail.com | 5 row 7 : 7 | Astrid | Gruber | | Rotenturmstraße 4, 1010 Innere Stadt | Vienne | | Austria | 1010 | +43 01 5134505 | | astrid.gruber@apple.at | 5 row 8 : 8 | Daan | Peeters | | Grétrystraat 63 | Brussels | | Belgium | 1000 | +32 02 219 03 03 | | daan_peeters@apple.be | 4 row 9 : 9 | Kara | Nielsen | | Sønder Boulevard 51 | Copenhagen | | Denmark | 1720 | +453 3331 9991 | | kara.nielsen@jubii.dk | 4 row 10 : 10 | Eduardo | Martins | Woodstock Discos | Rua Dr. Falcão Filho, 155 | São Paulo | SP | Brazil | 01007-010 | +55 (11) 3033-5446 | +55 (11) 3033-4564 | eduardo@woodstock.com.br | 4 row 11 : 11 | Alexandre | Rocha | Banco do Brasil S.A. | Av. Paulista, 2022 | São Paulo | SP | Brazil | 01310-200 | +55 (11) 3055-3278 | +55 (11) 3055-8131 | alero@uol.com.br | 5 row 12 : 12 | Roberto | Almeida | Riotur | Praça Pio X, 119 | Rio de Janeiro | RJ | Brazil | 20040-020 | +55 (21) 2271-7000 | +55 (21) 2271-7070 | roberto.almeida@riotur.gov.br | 3 row 13 : 13 | Fernanda | Ramos | | Qe 7 Bloco G | Brasília | DF | Brazil | 71020-677 | +55 (61) 3363-5547 | +55 (61) 3363-7855 | fernadaramos4@uol.com.br | 4 row 14 : 14 | Mark | Philips | Telus | 8210 111 ST NW | Edmonton | AB | Canada | T6G 2C7 | +1 (780) 434-4554 | +1 (780) 434-5565 | mphilips12@shaw.ca | 5 row 15 : 15 | Jennifer | Peterson | Rogers Canada | 700 W Pender Street | Vancouver | BC | Canada | V6C 1G8 | +1 (604) 688-2255 | +1 (604) 688-8756 | jenniferp@rogers.ca | 3 row 16 : 16 | Frank | Harris | Google Inc. | 1600 Amphitheatre Parkway | Mountain View | CA | USA | 94043-1351 | +1 (650) 253-0000 | +1 (650) 253-0000 | fharris@google.com | 4 row 17 : 17 | Jack | Smith | Microsoft Corporation | 1 Microsoft Way | Redmond | WA | USA | 98052-8300 | +1 (425) 882-8080 | +1 (425) 882-8081 | jacksmith@microsoft.com | 5 row 18 : 18 | Michelle | Brooks | | 627 Broadway | New York | NY | USA | 10012-2612 | +1 (212) 221-3546 | +1 (212) 221-4679 | michelleb@aol.com | 3 row 19 : 19 | Tim | Goyer | Apple Inc. | 1 Infinite Loop | Cupertino | CA | USA | 95014 | +1 (408) 996-1010 | +1 (408) 996-1011 | tgoyer@apple.com | 3 row 20 : 20 | Dan | Miller | | 541 Del Medio Avenue | Mountain View | CA | USA | 94040-111 | +1 (650) 644-3358 | | dmiller@comcast.com | 4 row 21 : 21 | Kathy | Chase | | 801 W 4th Street | Reno | NV | USA | 89503 | +1 (775) 223-7665 | | kachase@hotmail.com | 5 row 22 : 22 | Heather | Leacock | | 120 S Orange Ave | Orlando | FL | USA | 32801 | +1 (407) 999-7788 | | hleacock@gmail.com | 4 row 23 : 23 | John | Gordon | | 69 Salem Street | Boston | MA | USA | 2113 | +1 (617) 522-1333 | | johngordon22@yahoo.com | 4 row 24 : 24 | Frank | Ralston | | 162 E Superior Street | Chicago | IL | USA | 60611 | +1 (312) 332-3232 | | fralston@gmail.com | 3 row 25 : 25 | Victor | Stevens | | 319 N. Frances Street | Madison | WI | USA | 53703 | +1 (608) 257-0597 | | vstevens@yahoo.com | 5 row 26 : 26 | Richard | Cunningham | | 2211 W Berry Street | Fort Worth | TX | USA | 76110 | +1 (817) 924-7272 | | ricunningham@hotmail.com | 4 row 27 : 27 | Patrick | Gray | | 1033 N Park Ave | Tucson | AZ | USA | 85719 | +1 (520) 622-4200 | | patrick.gray@aol.com | 4 row 28 : 28 | Julia | Barnett | | 302 S 700 E | Salt Lake City | UT | USA | 84102 | +1 (801) 531-7272 | | jubarnett@gmail.com | 5 row 29 : 29 | Robert | Brown | | 796 Dundas Street West | Toronto | ON | Canada | M6J 1V1 | +1 (416) 363-8888 | | robbrown@shaw.ca | 3 row 30 : 30 | Edward | Francis | | 230 Elgin Street | Ottawa | ON | Canada | K2P 1L7 | +1 (613) 234-3322 | | edfrancis@yachoo.ca | 3 row 31 : 31 | Martha | Silk | | 194A Chain Lake Drive | Halifax | NS | Canada | B3S 1C5 | +1 (902) 450-0450 | | marthasilk@gmail.com | 5 row 32 : 32 | Aaron | Mitchell | | 696 Osborne Street | Winnipeg | MB | Canada | R3L 2B9 | +1 (204) 452-6452 | | aaronmitchell@yahoo.ca | 4 row 33 : 33 | Ellie | Sullivan | | 5112 48 Street | Yellowknife | NT | Canada | X1A 1N6 | +1 (867) 920-2233 | | ellie.sullivan@shaw.ca | 3 row 34 : 34 | João | Fernandes | | Rua da Assunção 53 | Lisbon | | Portugal | | +351 (213) 466-111 | | jfernandes@yahoo.pt | 4 row 35 : 35 | Madalena | Sampaio | | Rua dos Campeões Europeus de Viena, 4350 | Porto | | Portugal | | +351 (225) 022-448 | | masampaio@sapo.pt | 4 row 36 : 36 | Hannah | Schneider | | Tauentzienstraße 8 | Berlin | | Germany | 10789 | +49 030 26550280 | | hannah.schneider@yahoo.de | 5 row 37 : 37 | Fynn | Zimmermann | | Berger Straße 10 | Frankfurt | | Germany | 60316 | +49 069 40598889 | | fzimmermann@yahoo.de | 3 row 38 : 38 | Niklas | Schröder | | Barbarossastraße 19 | Berlin | | Germany | 10779 | +49 030 2141444 | | nschroder@surfeu.de | 3 row 39 : 39 | Camille | Bernard | | 4, Rue Milton | Paris | | France | 75009 | +33 01 49 70 65 65 | | camille.bernard@yahoo.fr | 4 row 40 : 40 | Dominique | Lefebvre | | 8, Rue Hanovre | Paris | | France | 75002 | +33 01 47 42 71 71 | | dominiquelefebvre@gmail.com | 4 row 41 : 41 | Marc | Dubois | | 11, Place Bellecour | Lyon | | France | 69002 | +33 04 78 30 30 30 | | marc.dubois@hotmail.com | 5 row 42 : 42 | Wyatt | Girard | | 9, Place Louis Barthou | Bordeaux | | France | 33000 | +33 05 56 96 96 96 | | wyatt.girard@yahoo.fr | 3 row 43 : 43 | Isabelle | Mercier | | 68, Rue Jouvence | Dijon | | France | 21000 | +33 03 80 73 66 99 | | isabelle_mercier@apple.fr | 3 row 44 : 44 | Terhi | Hämäläinen | | Porthaninkatu 9 | Helsinki | | Finland | 00530 | +358 09 870 2000 | | terhi.hamalainen@apple.fi | 3 row 45 : 45 | Ladislav | Kovács | | Erzsébet krt. 58. | Budapest | | Hungary | H-1073 | | | ladislav_kovacs@apple.hu | 3 row 46 : 46 | Hugh | O'Reilly | | 3 Chatham Street | Dublin | Dublin | Ireland | | +353 01 6792424 | | hughoreilly@apple.ie | 3 row 47 : 47 | Lucas | Mancini | | Via Degli Scipioni, 43 | Rome | RM | Italy | 00192 | +39 06 39733434 | | lucas.mancini@yahoo.it | 5 row 48 : 48 | Johannes | Van der Berg | | Lijnbaansgracht 120bg | Amsterdam | VV | Netherlands | 1016 | +31 020 6223130 | | johavanderberg@yahoo.nl | 5 row 49 : 49 | Stanisław | Wójcik | | Ordynacka 10 | Warsaw | | Poland | 00-358 | +48 22 828 37 39 | | stanisław.wójcik@wp.pl | 4 row 50 : 50 | Enrique | Muñoz | | C/ San Bernardo 85 | Madrid | | Spain | 28015 | +34 914 454 454 | | enrique_munoz@yahoo.es | 5 row 51 : 51 | Joakim | Johansson | | Celsiusg. 9 | Stockholm | | Sweden | 11230 | +46 08-651 52 52 | | joakim.johansson@yahoo.se | 5 row 52 : 52 | Emma | Jones | | 202 Hoxton Street | London | | United Kingdom | N1 5LH | +44 020 7707 0707 | | emma_jones@hotmail.com | 3 row 53 : 53 | Phil | Hughes | | 113 Lupus St | London | | United Kingdom | SW1V 3EN | +44 020 7976 5722 | | phil.hughes@gmail.com | 3 row 54 : 54 | Steve | Murray | | 110 Raeburn Pl | Edinburgh | | United Kingdom | EH4 1HH | +44 0131 315 3300 | | steve.murray@yahoo.uk | 5 row 55 : 55 | Mark | Taylor | | 421 Bourke Street | Sidney | NSW | Australia | 2010 | +61 (02) 9332 3633 | | mark.taylor@yahoo.au | 4 row 56 : 56 | Diego | Gutiérrez | | 307 Macacha Güemes | Buenos Aires | | Argentina | 1106 | +54 (0)11 4311 4333 | | diego.gutierrez@yahoo.ar | 4 row 57 : 57 | Luis | Rojas | | Calle Lira, 198 | Santiago | | Chile | | +56 (0)2 635 4444 | | luisrojas@yahoo.cl | 5 row 58 : 58 | Manoj | Pareek | | 12,Community Centre | Delhi | | India | 110017 | +91 0124 39883988 | | manoj.pareek@rediff.com | 3 row 59 : 59 | Puja | Srivastava | | 3,Raj Bhavan Road | Bangalore | | India | 560001 | +91 080 22289999 | | puja_srivastava@yahoo.in | 3 <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : LastName row 1 : Gutiérrez row 2 : Rojas
SELECT Title FROM ALBUM ORDER BY Title
[ "Album" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}" ]
{"columns":["Title"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],"data":[["...And Justice For All"],["20th Century Masters - The Millennium Collection: The Best of Scorpions"],["A Copland Celebration, Vol. I"],["A Matter of Life and Death"],["A Real Dead One"],["A Real Live One"],["A Soprano Inspired"],["A TempestadeTempestade Ou O Livro Dos Dias"],["A-Sides"],["Ace Of Spades"],["Achtung Baby"],["Ac\u00c3\u00bastico"],["Ac\u00c3\u00bastico MTV"],["Ac\u00c3\u00bastico MTV [Live]"],["Adams, John: The Chairman Dances"],["Adorate Deum: Gregorian Chant from the Proper of the Mass"],["Afrociberdelia"],["Album Of The Year"],["Alcohol Fueled Brewtality Live! [Disc 1]"],["Alcohol Fueled Brewtality Live! [Disc 2]"],["All That You Can't Leave Behind"],["Allegri: Miserere"],["American Idiot"],["Angel Dust"],["Ao Vivo [IMPORT]"],["Appetite for Destruction"],["Aquaman"],["Are You Experienced?"],["Armada: Music from the Courts of England and Spain"],["Arquivo II"],["Arquivo Os Paralamas Do Sucesso"],["As Can\u00c3\u00a7\u00c3\u00b5es de Eu Tu Eles"],["Audioslave"],["Ax\u00c3\u00a9 Bahia 2001"],["B-Sides 1980-1990"],["BBC Sessions [Disc 1] [Live]"],["BBC Sessions [Disc 2] [Live]"],["Bach: Goldberg Variations"],["Bach: Orchestral Suites Nos. 1 - 4"],["Bach: The Brandenburg Concertos"],["Bach: The Cello Suites"],["Bach: Toccata & Fugue in D Minor"],["Bach: Violin Concertos"],["Back to Black"],["BackBeat Soundtrack"],["Balls to the Wall"],["Bark at the Moon (Remastered)"],["Bartok: Violin & Viola Concertos"],["Barulhinho Bom"],["Battlestar Galactica (Classic), Season 1"],["Battlestar Galactica, Season 3"],["Battlestar Galactica: The Story So Far"],["Beethoven Piano Sonatas: Moonlight & Pastorale"],["Beethoven: Symhonies Nos. 5 & 6"],["Beethoven: Symphony No. 6 'Pastoral' Etc."],["Berlioz: Symphonie Fantastique"],["Beyond Good And Evil"],["Big Ones"],["Bizet: Carmen Highlights"],["Black Album"],["Black Sabbath"],["Black Sabbath Vol. 4 (Remaster)"],["Blizzard of Ozz"],["Blood Sugar Sex Magik"],["Blue Moods"],["Body Count"],["Bongo Fury"],["Brave New World"],["By The Way"],["Cafezinho"],["Cake: B-Sides and Rarities"],["Californication"],["Carmina Burana"],["Carnaval 2001"],["Carried to Dust (Bonus Track Version)"],["Carry On"],["Cesta B\u00c3\u00a1sica"],["Charpentier: Divertissements, Airs & Concerts"],["Chemical Wedding"],["Chill: Brazil (Disc 1)"],["Chill: Brazil (Disc 2)"],["Chopin: Piano Concertos Nos. 1 & 2"],["Chronicle, Vol. 1"],["Chronicle, Vol. 2"],["Cidade Negra - Hits"],["Coda"],["Come Taste The Band"],["Compositores"],["Contraband"],["Core"],["C\u00c3\u00a1ssia Eller - Cole\u00c3\u00a7\u00c3\u00a3o Sem Limite [Disc 2]"],["C\u00c3\u00a1ssia Eller - Sem Limite [Disc 1]"],["Da Lama Ao Caos"],["Dance Of Death"],["Dark Side Of The Moon"],["Deep Purple In Rock"],["Deixa Entrar"],["Demorou..."],["Diary of a Madman (Remastered)"],["Diver Down"],["Djavan Ao Vivo - Vol. 02"],["Djavan Ao Vivo - Vol. 1"],["Duos II"],["Elgar: Cello Concerto & Vaughan Williams: Fantasias"],["Elis Regina-Minha Hist\u00c3\u00b3ria"],["Emergency On Planet Earth"],["English Renaissance"],["Every Kind of Light"],["Faceless"],["Facelift"],["Faur\u00c3\u00a9: Requiem, Ravel: Pavane & Others"],["Fear Of The Dark"],["Fireball"],["For Those About To Rock We Salute You"],["Frank"],["From The Muddy Banks Of The Wishkah [Live]"],["Garage Inc. (Disc 1)"],["Garage Inc. (Disc 2)"],["Get Born"],["Great Opera Choruses"],["Great Performances - Barber's Adagio and Other Romantic Favorites for Strings"],["Great Recordings of the Century - Mahler: Das Lied von der Erde"],["Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder"],["Great Recordings of the Century: Paganini's 24 Caprices"],["Greatest Hits"],["Greatest Hits I"],["Greatest Hits II"],["Greatest Kiss"],["Green"],["Grieg: Peer Gynt Suites & Sibelius: Pell\u00c3\u00a9as et M\u00c3\u00a9lisande"],["G\u00c3\u00b3recki: Symphony No. 3"],["Handel: Music for the Royal Fireworks (Original Version 1749)"],["Handel: The Messiah (Highlights)"],["Haydn: Symphonies 99 - 104"],["Heart of the Night"],["Heroes, Season 1"],["Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies"],["Hot Rocks, 1964-1971 (Disc 1)"],["House of Pain"],["Houses Of The Holy"],["How To Dismantle An Atomic Bomb"],["IV"],["In Step"],["In Through The Out Door"],["In Your Honor [Disc 1]"],["In Your Honor [Disc 2]"],["Instant Karma: The Amnesty International Campaign to Save Darfur"],["International Superhits"],["Into The Light"],["Iron Maiden"],["J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro"],["Jagged Little Pill"],["Jorge Ben Jor 25 Anos"],["Jota Quest-1995"],["Judas 0: B-Sides and Rarities"],["Kill 'Em All"],["Killers"],["King For A Day Fool For A Lifetime"],["Knocking at Your Back Door: The Best Of Deep Purple in the 80's"],["Koyaanisqatsi (Soundtrack from the Motion Picture)"],["LOST, Season 4"],["Led Zeppelin I"],["Led Zeppelin II"],["Led Zeppelin III"],["Let There Be Rock"],["Liszt - 12 \u00c3\u0089tudes D'Execution Transcendante"],["Live After Death"],["Live At Donington 1992 (Disc 1)"],["Live At Donington 1992 (Disc 2)"],["Live On Two Legs [Live]"],["Live [Disc 1]"],["Live [Disc 2]"],["Living After Midnight"],["Load"],["Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3"],["Lost, Season 1"],["Lost, Season 2"],["Lost, Season 3"],["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 01"],["Lulu Santos - RCA 100 Anos De M\u00c3\u00basica - \u00c3\u0081lbum 02"],["MK III The Final Concerts [Disc 1]"],["Machine Head"],["Mais Do Mesmo"],["Maquinarama"],["Mascagni: Cavalleria Rusticana"],["Master Of Puppets"],["Mendelssohn: A Midsummer Night's Dream"],["Meus Momentos"],["Mezmerize"],["Miles Ahead"],["Milton Nascimento Ao Vivo"],["Minas"],["Minha Historia"],["Minha Hist\u00c3\u00b3ria"],["Misplaced Childhood"],["Monteverdi: L'Orfeo"],["Morning Dance"],["Motley Crue Greatest Hits"],["Mozart Gala: Famous Arias"],["Mozart: Chamber Music"],["Mozart: Symphonies Nos. 40 & 41"],["Mozart: Wind Concertos"],["Muso Ko"],["My Generation - The Very Best Of The Who"],["My Way: The Best Of Frank Sinatra [Disc 1]"],["Na Pista"],["Nevermind"],["New Adventures In Hi-Fi"],["News Of The World"],["Nielsen: The Six Symphonies"],["No More Tears (Remastered)"],["No Prayer For The Dying"],["No Security"],["O Samba Pocon\u00c3\u00a9"],["Olodum"],["One By One"],["Original Soundtracks 1"],["Os C\u00c3\u00a3es Ladram Mas A Caravana N\u00c3\u00a3o P\u00c3\u00a1ra"],["Out Of Exile"],["Out Of Time"],["Outbreak"],["Pachelbel: Canon & Gigue"],["Palestrina: Missa Papae Marcelli & Allegri: Miserere"],["Pavarotti's Opera Made Easy"],["Pearl Jam"],["Physical Graffiti [Disc 1]"],["Physical Graffiti [Disc 2]"],["Piece Of Mind"],["Plays Metallica By Four Cellos"],["Pop"],["Powerslave"],["Prenda Minha"],["Presence"],["Prokofiev: Romeo & Juliet"],["Prokofiev: Symphony No.1"],["Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps"],["Puccini: Madama Butterfly - Highlights"],["Purcell: Music for the Queen Mary"],["Purcell: The Fairy Queen"],["Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]"],["Purpendicular"],["Quanta Gente Veio Ver (Live)"],["Quanta Gente Veio ver--B\u00c3\u00b4nus De Carnaval"],["Quiet Songs"],["Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro"],["Rattle And Hum"],["Raul Seixas"],["ReLoad"],["Realize"],["Respighi:Pines of Rome"],["Restless and Wild"],["Retrospective I (1974-1980)"],["Revelations"],["Ride The Lightning"],["Riot Act"],["Rock In Rio [CD1]"],["Rock In Rio [CD2]"],["Roda De Funk"],["Rotten Apples: Greatest Hits"],["SCRIABIN: Vers la flamme"],["Sambas De Enredo 2001"],["Santana - As Years Go By"],["Santana Live"],["Scheherazade"],["Schubert: The Late String Quartets & String Quintet (3 CD's)"],["Seek And Shall Find: More Of The Best (1963-1981)"],["Serie Sem Limite (Disc 1)"],["Serie Sem Limite (Disc 2)"],["Seventh Son of a Seventh Son"],["Sex Machine"],["Sibelius: Finlandia"],["Sir Neville Marriner: A Celebration"],["Slaves And Masters"],["Somewhere in Time"],["South American Getaway"],["Sozinho Remix Ao Vivo"],["Speak of the Devil"],["St. Anger"],["Stormbringer"],["Strauss: Waltzes"],["Supernatural"],["Surfing with the Alien (Remastered)"],["Synkronized"],["Szymanowski: Piano Works, Vol. 1"],["Tangents"],["Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory"],["Tchaikovsky: The Nutcracker"],["Temple of the Dog"],["Ten"],["The Battle Rages On"],["The Beast Live"],["The Best Of 1980-1990"],["The Best Of Billy Cobham"],["The Best Of Buddy Guy - The Millenium Collection"],["The Best Of Men At Work"],["The Best Of R.E.M.: The IRS Years"],["The Best Of Van Halen, Vol. I"],["The Best of Beethoven"],["The Best of Ed Motta"],["The Colour And The Shape"],["The Cream Of Clapton"],["The Doors"],["The Essential Miles Davis [Disc 1]"],["The Essential Miles Davis [Disc 2]"],["The Final Concerts (Disc 2)"],["The Last Night of the Proms"],["The Number of The Beast"],["The Office, Season 1"],["The Office, Season 2"],["The Office, Season 3"],["The Police Greatest Hits"],["The Real Thing"],["The Return Of The Space Cowboy"],["The Singles"],["The Song Remains The Same (Disc 1)"],["The Song Remains The Same (Disc 2)"],["The Ultimate Relexation Album"],["The World of Classical Favourites"],["The X Factor"],["Transmission"],["Tribute"],["UB40 The Best Of - Volume Two [UK]"],["Un-Led-Ed"],["Unplugged"],["Unplugged [Live]"],["Up An' Atom"],["Use Your Illusion I"],["Use Your Illusion II"],["Van Halen"],["Van Halen III"],["Vault: Def Leppard's Greatest Hits"],["Vinicius De Moraes"],["Vin\u00c3\u00adcius De Moraes - Sem Limite"],["Virtual XI"],["Vivaldi: The Four Seasons"],["Volume Dois"],["Voodoo Lounge"],["Vozes do MPB"],["Vs."],["Wagner: Favourite Overtures"],["Walking Into Clarksdale"],["War"],["Warner 25 Anos"],["Weill: The Seven Deadly Sins"],["Worlds"],["Zooropa"],["[1997] Black Light Syndrome"]]}
SELECT Title FROM ALBUM ORDER BY Title <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275
col : Title row 1 : ...And Justice For All row 2 : 20th Century Masters - The Millennium Collection: The Best of Scorpions row 3 : A Copland Celebration, Vol. I row 4 : A Matter of Life and Death row 5 : A Real Dead One row 6 : A Real Live One row 7 : A Soprano Inspired row 8 : A TempestadeTempestade Ou O Livro Dos Dias row 9 : A-Sides row 10 : Ace Of Spades row 11 : Achtung Baby row 12 : Acústico row 13 : Acústico MTV row 14 : Acústico MTV [Live] row 15 : Adams, John: The Chairman Dances row 16 : Adorate Deum: Gregorian Chant from the Proper of the Mass row 17 : Afrociberdelia row 18 : Album Of The Year row 19 : Alcohol Fueled Brewtality Live! [Disc 1] row 20 : Alcohol Fueled Brewtality Live! [Disc 2] row 21 : All That You Can't Leave Behind row 22 : Allegri: Miserere row 23 : American Idiot row 24 : Angel Dust row 25 : Ao Vivo [IMPORT] row 26 : Appetite for Destruction row 27 : Aquaman row 28 : Are You Experienced? row 29 : Armada: Music from the Courts of England and Spain row 30 : Arquivo II row 31 : Arquivo Os Paralamas Do Sucesso row 32 : As Canções de Eu Tu Eles row 33 : Audioslave row 34 : Axé Bahia 2001 row 35 : B-Sides 1980-1990 row 36 : BBC Sessions [Disc 1] [Live] row 37 : BBC Sessions [Disc 2] [Live] row 38 : Bach: Goldberg Variations row 39 : Bach: Orchestral Suites Nos. 1 - 4 row 40 : Bach: The Brandenburg Concertos row 41 : Bach: The Cello Suites row 42 : Bach: Toccata & Fugue in D Minor row 43 : Bach: Violin Concertos row 44 : Back to Black row 45 : BackBeat Soundtrack row 46 : Balls to the Wall row 47 : Bark at the Moon (Remastered) row 48 : Bartok: Violin & Viola Concertos row 49 : Barulhinho Bom row 50 : Battlestar Galactica (Classic), Season 1 row 51 : Battlestar Galactica, Season 3 row 52 : Battlestar Galactica: The Story So Far row 53 : Beethoven Piano Sonatas: Moonlight & Pastorale row 54 : Beethoven: Symhonies Nos. 5 & 6 row 55 : Beethoven: Symphony No. 6 'Pastoral' Etc. row 56 : Berlioz: Symphonie Fantastique row 57 : Beyond Good And Evil row 58 : Big Ones row 59 : Bizet: Carmen Highlights row 60 : Black Album row 61 : Black Sabbath row 62 : Black Sabbath Vol. 4 (Remaster) row 63 : Blizzard of Ozz row 64 : Blood Sugar Sex Magik row 65 : Blue Moods row 66 : Body Count row 67 : Bongo Fury row 68 : Brave New World row 69 : By The Way row 70 : Cafezinho row 71 : Cake: B-Sides and Rarities row 72 : Californication row 73 : Carmina Burana row 74 : Carnaval 2001 row 75 : Carried to Dust (Bonus Track Version) row 76 : Carry On row 77 : Cesta Básica row 78 : Charpentier: Divertissements, Airs & Concerts row 79 : Chemical Wedding row 80 : Chill: Brazil (Disc 1) row 81 : Chill: Brazil (Disc 2) row 82 : Chopin: Piano Concertos Nos. 1 & 2 row 83 : Chronicle, Vol. 1 row 84 : Chronicle, Vol. 2 row 85 : Cidade Negra - Hits row 86 : Coda row 87 : Come Taste The Band row 88 : Compositores row 89 : Contraband row 90 : Core row 91 : Cássia Eller - Coleção Sem Limite [Disc 2] row 92 : Cássia Eller - Sem Limite [Disc 1] row 93 : Da Lama Ao Caos row 94 : Dance Of Death row 95 : Dark Side Of The Moon row 96 : Deep Purple In Rock row 97 : Deixa Entrar row 98 : Demorou... row 99 : Diary of a Madman (Remastered) row 100 : Diver Down row 101 : Djavan Ao Vivo - Vol. 02 row 102 : Djavan Ao Vivo - Vol. 1 row 103 : Duos II row 104 : Elgar: Cello Concerto & Vaughan Williams: Fantasias row 105 : Elis Regina-Minha História row 106 : Emergency On Planet Earth row 107 : English Renaissance row 108 : Every Kind of Light row 109 : Faceless row 110 : Facelift row 111 : Fauré: Requiem, Ravel: Pavane & Others row 112 : Fear Of The Dark row 113 : Fireball row 114 : For Those About To Rock We Salute You row 115 : Frank row 116 : From The Muddy Banks Of The Wishkah [Live] row 117 : Garage Inc. (Disc 1) row 118 : Garage Inc. (Disc 2) row 119 : Get Born row 120 : Great Opera Choruses row 121 : Great Performances - Barber's Adagio and Other Romantic Favorites for Strings row 122 : Great Recordings of the Century - Mahler: Das Lied von der Erde row 123 : Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder row 124 : Great Recordings of the Century: Paganini's 24 Caprices row 125 : Greatest Hits row 126 : Greatest Hits I row 127 : Greatest Hits II row 128 : Greatest Kiss row 129 : Green row 130 : Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande row 131 : Górecki: Symphony No. 3 row 132 : Handel: Music for the Royal Fireworks (Original Version 1749) row 133 : Handel: The Messiah (Highlights) row 134 : Haydn: Symphonies 99 - 104 row 135 : Heart of the Night row 136 : Heroes, Season 1 row 137 : Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies row 138 : Hot Rocks, 1964-1971 (Disc 1) row 139 : House of Pain row 140 : Houses Of The Holy row 141 : How To Dismantle An Atomic Bomb row 142 : IV row 143 : In Step row 144 : In Through The Out Door row 145 : In Your Honor [Disc 1] row 146 : In Your Honor [Disc 2] row 147 : Instant Karma: The Amnesty International Campaign to Save Darfur row 148 : International Superhits row 149 : Into The Light row 150 : Iron Maiden row 151 : J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro row 152 : Jagged Little Pill row 153 : Jorge Ben Jor 25 Anos row 154 : Jota Quest-1995 row 155 : Judas 0: B-Sides and Rarities row 156 : Kill 'Em All row 157 : Killers row 158 : King For A Day Fool For A Lifetime row 159 : Knocking at Your Back Door: The Best Of Deep Purple in the 80's row 160 : Koyaanisqatsi (Soundtrack from the Motion Picture) row 161 : LOST, Season 4 row 162 : Led Zeppelin I row 163 : Led Zeppelin II row 164 : Led Zeppelin III row 165 : Let There Be Rock row 166 : Liszt - 12 Études D'Execution Transcendante row 167 : Live After Death row 168 : Live At Donington 1992 (Disc 1) row 169 : Live At Donington 1992 (Disc 2) row 170 : Live On Two Legs [Live] row 171 : Live [Disc 1] row 172 : Live [Disc 2] row 173 : Living After Midnight row 174 : Load row 175 : Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 row 176 : Lost, Season 1 row 177 : Lost, Season 2 row 178 : Lost, Season 3 row 179 : Lulu Santos - RCA 100 Anos De Música - Álbum 01 row 180 : Lulu Santos - RCA 100 Anos De Música - Álbum 02 row 181 : MK III The Final Concerts [Disc 1] row 182 : Machine Head row 183 : Mais Do Mesmo row 184 : Maquinarama row 185 : Mascagni: Cavalleria Rusticana row 186 : Master Of Puppets row 187 : Mendelssohn: A Midsummer Night's Dream row 188 : Meus Momentos row 189 : Mezmerize row 190 : Miles Ahead row 191 : Milton Nascimento Ao Vivo row 192 : Minas row 193 : Minha Historia row 194 : Minha História row 195 : Misplaced Childhood row 196 : Monteverdi: L'Orfeo row 197 : Morning Dance row 198 : Motley Crue Greatest Hits row 199 : Mozart Gala: Famous Arias row 200 : Mozart: Chamber Music row 201 : Mozart: Symphonies Nos. 40 & 41 row 202 : Mozart: Wind Concertos row 203 : Muso Ko row 204 : My Generation - The Very Best Of The Who row 205 : My Way: The Best Of Frank Sinatra [Disc 1] row 206 : Na Pista row 207 : Nevermind row 208 : New Adventures In Hi-Fi row 209 : News Of The World row 210 : Nielsen: The Six Symphonies row 211 : No More Tears (Remastered) row 212 : No Prayer For The Dying row 213 : No Security row 214 : O Samba Poconé row 215 : Olodum row 216 : One By One row 217 : Original Soundtracks 1 row 218 : Os Cães Ladram Mas A Caravana Não Pára row 219 : Out Of Exile row 220 : Out Of Time row 221 : Outbreak row 222 : Pachelbel: Canon & Gigue row 223 : Palestrina: Missa Papae Marcelli & Allegri: Miserere row 224 : Pavarotti's Opera Made Easy row 225 : Pearl Jam row 226 : Physical Graffiti [Disc 1] row 227 : Physical Graffiti [Disc 2] row 228 : Piece Of Mind row 229 : Plays Metallica By Four Cellos row 230 : Pop row 231 : Powerslave row 232 : Prenda Minha row 233 : Presence row 234 : Prokofiev: Romeo & Juliet row 235 : Prokofiev: Symphony No.1 row 236 : Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps row 237 : Puccini: Madama Butterfly - Highlights row 238 : Purcell: Music for the Queen Mary row 239 : Purcell: The Fairy Queen row 240 : Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] row 241 : Purpendicular row 242 : Quanta Gente Veio Ver (Live) row 243 : Quanta Gente Veio ver--Bônus De Carnaval row 244 : Quiet Songs row 245 : Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro row 246 : Rattle And Hum row 247 : Raul Seixas row 248 : ReLoad row 249 : Realize row 250 : Respighi:Pines of Rome row 251 : Restless and Wild row 252 : Retrospective I (1974-1980) row 253 : Revelations row 254 : Ride The Lightning row 255 : Riot Act row 256 : Rock In Rio [CD1] row 257 : Rock In Rio [CD2] row 258 : Roda De Funk row 259 : Rotten Apples: Greatest Hits row 260 : SCRIABIN: Vers la flamme row 261 : Sambas De Enredo 2001 row 262 : Santana - As Years Go By row 263 : Santana Live row 264 : Scheherazade row 265 : Schubert: The Late String Quartets & String Quintet (3 CD's) row 266 : Seek And Shall Find: More Of The Best (1963-1981) row 267 : Serie Sem Limite (Disc 1) row 268 : Serie Sem Limite (Disc 2) row 269 : Seventh Son of a Seventh Son row 270 : Sex Machine row 271 : Sibelius: Finlandia row 272 : Sir Neville Marriner: A Celebration row 273 : Slaves And Masters row 274 : Somewhere in Time row 275 : South American Getaway row 276 : Sozinho Remix Ao Vivo row 277 : Speak of the Devil row 278 : St. Anger row 279 : Stormbringer row 280 : Strauss: Waltzes row 281 : Supernatural row 282 : Surfing with the Alien (Remastered) row 283 : Synkronized row 284 : Szymanowski: Piano Works, Vol. 1 row 285 : Tangents row 286 : Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory row 287 : Tchaikovsky: The Nutcracker row 288 : Temple of the Dog row 289 : Ten row 290 : The Battle Rages On row 291 : The Beast Live row 292 : The Best Of 1980-1990 row 293 : The Best Of Billy Cobham row 294 : The Best Of Buddy Guy - The Millenium Collection row 295 : The Best Of Men At Work row 296 : The Best Of R.E.M.: The IRS Years row 297 : The Best Of Van Halen, Vol. I row 298 : The Best of Beethoven row 299 : The Best of Ed Motta row 300 : The Colour And The Shape row 301 : The Cream Of Clapton row 302 : The Doors row 303 : The Essential Miles Davis [Disc 1] row 304 : The Essential Miles Davis [Disc 2] row 305 : The Final Concerts (Disc 2) row 306 : The Last Night of the Proms row 307 : The Number of The Beast row 308 : The Office, Season 1 row 309 : The Office, Season 2 row 310 : The Office, Season 3 row 311 : The Police Greatest Hits row 312 : The Real Thing row 313 : The Return Of The Space Cowboy row 314 : The Singles row 315 : The Song Remains The Same (Disc 1) row 316 : The Song Remains The Same (Disc 2) row 317 : The Ultimate Relexation Album row 318 : The World of Classical Favourites row 319 : The X Factor row 320 : Transmission row 321 : Tribute row 322 : UB40 The Best Of - Volume Two [UK] row 323 : Un-Led-Ed row 324 : Unplugged row 325 : Unplugged [Live] row 326 : Up An' Atom row 327 : Use Your Illusion I row 328 : Use Your Illusion II row 329 : Van Halen row 330 : Van Halen III row 331 : Vault: Def Leppard's Greatest Hits row 332 : Vinicius De Moraes row 333 : Vinícius De Moraes - Sem Limite row 334 : Virtual XI row 335 : Vivaldi: The Four Seasons row 336 : Volume Dois row 337 : Voodoo Lounge row 338 : Vozes do MPB row 339 : Vs. row 340 : Wagner: Favourite Overtures row 341 : Walking Into Clarksdale row 342 : War row 343 : Warner 25 Anos row 344 : Weill: The Seven Deadly Sins row 345 : Worlds row 346 : Zooropa row 347 : [1997] Black Light Syndrome
SELECT T2.Name , T1.ArtistId FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistID GROUP BY T1.ArtistId HAVING COUNT(*) >= 3 ORDER BY T2.Name
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Name","ArtistId"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25],"data":[["Audioslave",8],["Berliner Philharmoniker & Herbert Von Karajan",248],["Deep Purple",58],["Eugene Ormandy",226],["Faith No More",82],["Foo Fighters",84],["Gilberto Gil",27],["Guns N' Roses",88],["Iron Maiden",90],["Jamiroquai",92],["Led Zeppelin",22],["Lost",149],["Metallica",50],["Miles Davis",68],["Os Paralamas Do Sucesso",113],["Ozzy Osbourne",114],["Pearl Jam",118],["Queen",51],["R.E.M.",124],["Red Hot Chili Peppers",127],["Santana",59],["The Office",156],["The Rolling Stones",142],["U2",150],["Van Halen",152],["Various Artists",21]]}
SELECT T2.Name , T1.ArtistId FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistID GROUP BY T1.ArtistId HAVING COUNT(*) >= 3 ORDER BY T2.Name <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Name | ArtistId row 1 : Audioslave | 8 row 2 : Berliner Philharmoniker & Herbert Von Karajan | 248 row 3 : Deep Purple | 58 row 4 : Eugene Ormandy | 226 row 5 : Faith No More | 82 row 6 : Foo Fighters | 84 row 7 : Gilberto Gil | 27 row 8 : Guns N' Roses | 88 row 9 : Iron Maiden | 90 row 10 : Jamiroquai | 92 row 11 : Led Zeppelin | 22 row 12 : Lost | 149 row 13 : Metallica | 50 row 14 : Miles Davis | 68 row 15 : Os Paralamas Do Sucesso | 113 row 16 : Ozzy Osbourne | 114 row 17 : Pearl Jam | 118 row 18 : Queen | 51 row 19 : R.E.M. | 124 row 20 : Red Hot Chili Peppers | 127 row 21 : Santana | 59 row 22 : The Office | 156 row 23 : The Rolling Stones | 142 row 24 : U2 | 150 row 25 : Van Halen | 152 row 26 : Various Artists | 21
SELECT Name FROM ARTIST EXCEPT SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["Name"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],"data":[["A Cor Do Som"],["Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett"],["Aerosmith & Sierra Leone's Refugee Allstars"],["Avril Lavigne"],["Azymuth"],["Baby Consuelo"],["Banda Black Rio"],["Bar\u00c3\u00a3o Vermelho"],["Bebel Gilberto"],["Ben Harper"],["Big & Rich"],["Black Eyed Peas"],["Charlie Brown Jr."],["Christina Aguilera featuring BigElf"],["Corinne Bailey Rae"],["DJ Dolores & Orchestra Santa Massa"],["Dhani Harrison & Jakob Dylan"],["Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"],["Fernanda Porto"],["Gustavo & Andres Veiga & Salazar"],["Hermeto Pascoal"],["Instituto"],["Jack Johnson"],["Jack's Mannequin & Mick Fleetwood"],["Jackson Browne"],["Jaguares"],["Jorge Vercilo"],["Jo\u00c3\u00a3o Gilberto"],["Kid Abelha"],["Los Hermanos"],["Los Lonely Boys"],["Luiz Melodia"],["Matisyahu"],["Milton Nascimento & Bebeto"],["Mot\u00c3\u00b6rhead & Girlschool"],["Mundo Livre S\/A"],["Nando Reis"],["Na\u00c3\u00a7\u00c3\u00a3o Zumbi"],["Nega Gizza"],["Ney Matogrosso"],["Os Cariocas"],["Otto"],["Pedro Lu\u00c3\u00ads & A Parede"],["Pedro Lu\u00c3\u00ads E A Parede"],["Peter Tosh"],["R.E.M. Feat. KRS-One"],["Regina Spektor"],["Rodox"],["Sabotage E Instituto"],["Sandra De S\u00c3\u00a1"],["Santana Feat. Dave Matthews"],["Santana Feat. Eagle-Eye Cherry"],["Santana Feat. Eric Clapton"],["Santana Feat. Everlast"],["Santana Feat. Lauryn Hill & Cee-Lo"],["Santana Feat. Man\u00c3\u00a1"],["Santana Feat. Rob Thomas"],["Santana Feat. The Project G&B"],["Seu Jorge"],["Simply Red"],["Snow Patrol"],["Stereo Maracana"],["The Flaming Lips"],["The Postal Service"],["Vinicius, Toquinho & Quarteto Em Cy"],["Vin\u00c3\u00adcius De Moraes & Baden Powell"],["Vin\u00c3\u00adcius E Odette Lara"],["Vin\u00c3\u00adcius E Qurteto Em Cy"],["Whitesnake"],["Xis"],["Youssou N'Dour"]]}
SELECT Name FROM ARTIST EXCEPT SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : Name row 1 : A Cor Do Som row 2 : Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 3 : Aerosmith & Sierra Leone's Refugee Allstars row 4 : Avril Lavigne row 5 : Azymuth row 6 : Baby Consuelo row 7 : Banda Black Rio row 8 : Barão Vermelho row 9 : Bebel Gilberto row 10 : Ben Harper row 11 : Big & Rich row 12 : Black Eyed Peas row 13 : Charlie Brown Jr. row 14 : Christina Aguilera featuring BigElf row 15 : Corinne Bailey Rae row 16 : DJ Dolores & Orchestra Santa Massa row 17 : Dhani Harrison & Jakob Dylan row 18 : Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 19 : Fernanda Porto row 20 : Gustavo & Andres Veiga & Salazar row 21 : Hermeto Pascoal row 22 : Instituto row 23 : Jack Johnson row 24 : Jack's Mannequin & Mick Fleetwood row 25 : Jackson Browne row 26 : Jaguares row 27 : Jorge Vercilo row 28 : João Gilberto row 29 : Kid Abelha row 30 : Los Hermanos row 31 : Los Lonely Boys row 32 : Luiz Melodia row 33 : Matisyahu row 34 : Milton Nascimento & Bebeto row 35 : Motörhead & Girlschool row 36 : Mundo Livre S/A row 37 : Nando Reis row 38 : Nação Zumbi row 39 : Nega Gizza row 40 : Ney Matogrosso row 41 : Os Cariocas row 42 : Otto row 43 : Pedro Luís & A Parede row 44 : Pedro Luís E A Parede row 45 : Peter Tosh row 46 : R.E.M. Feat. KRS-One row 47 : Regina Spektor row 48 : Rodox row 49 : Sabotage E Instituto row 50 : Sandra De Sá row 51 : Santana Feat. Dave Matthews row 52 : Santana Feat. Eagle-Eye Cherry row 53 : Santana Feat. Eric Clapton row 54 : Santana Feat. Everlast row 55 : Santana Feat. Lauryn Hill & Cee-Lo row 56 : Santana Feat. Maná row 57 : Santana Feat. Rob Thomas row 58 : Santana Feat. The Project G&B row 59 : Seu Jorge row 60 : Simply Red row 61 : Snow Patrol row 62 : Stereo Maracana row 63 : The Flaming Lips row 64 : The Postal Service row 65 : Vinicius, Toquinho & Quarteto Em Cy row 66 : Vinícius De Moraes & Baden Powell row 67 : Vinícius E Odette Lara row 68 : Vinícius E Qurteto Em Cy row 69 : Whitesnake row 70 : Xis row 71 : Youssou N'Dour
SELECT AVG(T2.UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock"
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["AVG(T2.UnitPrice)"],"index":[0],"data":[[0.99]]}
SELECT AVG(T2.UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : AVG(T2.UnitPrice) row 1 : 0.99
SELECT max(Milliseconds) , min(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Pop"
[ "Genre", "Track" ]
[ "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["max(Milliseconds)","min(Milliseconds)"],"index":[0],"data":[[663426,129666]]}
SELECT max(Milliseconds) , min(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Pop" <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : max(Milliseconds) | min(Milliseconds) row 1 : 663426 | 129666
SELECT BirthDate FROM EMPLOYEE WHERE City = "Edmonton"
[ "Employee" ]
[ "{\"columns\":[\"EmployeeId\",\"LastName\",\"FirstName\",\"Title\",\"ReportsTo\",\"BirthDate\",\"HireDate\",\"Address\",\"City\",\"State\",\"Country\",\"PostalCode\",\"Phone\",\"Fax\",\"Email\"],\"index\":[0,1,2,3,4,5,6,7],\"data\":[[1,\"Adams\",\"Andrew\",\"General Manager\",null,\"1962-02-18 00:00:00\",\"2002-08-14 00:00:00\",\"11120 Jasper Ave NW\",\"Edmonton\",\"AB\",\"Canada\",\"T5K 2N1\",\"+1 (780) 428-9482\",\"+1 (780) 428-3457\",\"andrew@chinookcorp.com\"],[2,\"Edwards\",\"Nancy\",\"Sales Manager\",1.0,\"1958-12-08 00:00:00\",\"2002-05-01 00:00:00\",\"825 8 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 2T3\",\"+1 (403) 262-3443\",\"+1 (403) 262-3322\",\"nancy@chinookcorp.com\"],[3,\"Peacock\",\"Jane\",\"Sales Support Agent\",2.0,\"1973-08-29 00:00:00\",\"2002-04-01 00:00:00\",\"1111 6 Ave SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5M5\",\"+1 (403) 262-3443\",\"+1 (403) 262-6712\",\"jane@chinookcorp.com\"],[4,\"Park\",\"Margaret\",\"Sales Support Agent\",2.0,\"1947-09-19 00:00:00\",\"2003-05-03 00:00:00\",\"683 10 Street SW\",\"Calgary\",\"AB\",\"Canada\",\"T2P 5G3\",\"+1 (403) 263-4423\",\"+1 (403) 263-4289\",\"margaret@chinookcorp.com\"],[5,\"Johnson\",\"Steve\",\"Sales Support Agent\",2.0,\"1965-03-03 00:00:00\",\"2003-10-17 00:00:00\",\"7727B 41 Ave\",\"Calgary\",\"AB\",\"Canada\",\"T3B 1Y7\",\"1 (780) 836-9987\",\"1 (780) 836-9543\",\"steve@chinookcorp.com\"],[6,\"Mitchell\",\"Michael\",\"IT Manager\",1.0,\"1973-07-01 00:00:00\",\"2003-10-17 00:00:00\",\"5827 Bowness Road NW\",\"Calgary\",\"AB\",\"Canada\",\"T3B 0C5\",\"+1 (403) 246-9887\",\"+1 (403) 246-9899\",\"michael@chinookcorp.com\"],[7,\"King\",\"Robert\",\"IT Staff\",6.0,\"1970-05-29 00:00:00\",\"2004-01-02 00:00:00\",\"590 Columbia Boulevard West\",\"Lethbridge\",\"AB\",\"Canada\",\"T1K 5N8\",\"+1 (403) 456-9986\",\"+1 (403) 456-8485\",\"robert@chinookcorp.com\"],[8,\"Callahan\",\"Laura\",\"IT Staff\",6.0,\"1968-01-09 00:00:00\",\"2004-03-04 00:00:00\",\"923 7 ST NW\",\"Lethbridge\",\"AB\",\"Canada\",\"T1H 1Y8\",\"+1 (403) 467-3351\",\"+1 (403) 467-8772\",\"laura@chinookcorp.com\"]]}" ]
{"columns":["BirthDate"],"index":[0],"data":[["1962-02-18 00:00:00"]]}
SELECT BirthDate FROM EMPLOYEE WHERE City = "Edmonton" <table_name> : Employee col : EmployeeId | LastName | FirstName | Title | ReportsTo | BirthDate | HireDate | Address | City | State | Country | PostalCode | Phone | Fax | Email row 1 : 1 | Adams | Andrew | General Manager | | 1962-02-18 00:00:00 | 2002-08-14 00:00:00 | 11120 Jasper Ave NW | Edmonton | AB | Canada | T5K 2N1 | +1 (780) 428-9482 | +1 (780) 428-3457 | andrew@chinookcorp.com row 2 : 2 | Edwards | Nancy | Sales Manager | 1.0 | 1958-12-08 00:00:00 | 2002-05-01 00:00:00 | 825 8 Ave SW | Calgary | AB | Canada | T2P 2T3 | +1 (403) 262-3443 | +1 (403) 262-3322 | nancy@chinookcorp.com row 3 : 3 | Peacock | Jane | Sales Support Agent | 2.0 | 1973-08-29 00:00:00 | 2002-04-01 00:00:00 | 1111 6 Ave SW | Calgary | AB | Canada | T2P 5M5 | +1 (403) 262-3443 | +1 (403) 262-6712 | jane@chinookcorp.com row 4 : 4 | Park | Margaret | Sales Support Agent | 2.0 | 1947-09-19 00:00:00 | 2003-05-03 00:00:00 | 683 10 Street SW | Calgary | AB | Canada | T2P 5G3 | +1 (403) 263-4423 | +1 (403) 263-4289 | margaret@chinookcorp.com row 5 : 5 | Johnson | Steve | Sales Support Agent | 2.0 | 1965-03-03 00:00:00 | 2003-10-17 00:00:00 | 7727B 41 Ave | Calgary | AB | Canada | T3B 1Y7 | 1 (780) 836-9987 | 1 (780) 836-9543 | steve@chinookcorp.com row 6 : 6 | Mitchell | Michael | IT Manager | 1.0 | 1973-07-01 00:00:00 | 2003-10-17 00:00:00 | 5827 Bowness Road NW | Calgary | AB | Canada | T3B 0C5 | +1 (403) 246-9887 | +1 (403) 246-9899 | michael@chinookcorp.com row 7 : 7 | King | Robert | IT Staff | 6.0 | 1970-05-29 00:00:00 | 2004-01-02 00:00:00 | 590 Columbia Boulevard West | Lethbridge | AB | Canada | T1K 5N8 | +1 (403) 456-9986 | +1 (403) 456-8485 | robert@chinookcorp.com row 8 : 8 | Callahan | Laura | IT Staff | 6.0 | 1968-01-09 00:00:00 | 2004-03-04 00:00:00 | 923 7 ST NW | Lethbridge | AB | Canada | T1H 1Y8 | +1 (403) 467-3351 | +1 (403) 467-8772 | laura@chinookcorp.com
col : BirthDate row 1 : 1962-02-18 00:00:00
SELECT distinct(UnitPrice) FROM TRACK
[ "Track" ]
[ "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["UnitPrice"],"index":[0,1],"data":[[0.99],[1.99]]}
SELECT distinct(UnitPrice) FROM TRACK <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : UnitPrice row 1 : 0.99 row 2 : 1.99
SELECT count(*) FROM ARTIST WHERE artistid NOT IN(SELECT artistid FROM ALBUM)
[ "Album", "Artist" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"ArtistId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274],\"data\":[[1,\"AC\\/DC\"],[2,\"Accept\"],[3,\"Aerosmith\"],[4,\"Alanis Morissette\"],[5,\"Alice In Chains\"],[6,\"Ant\\u00c3\\u00b4nio Carlos Jobim\"],[7,\"Apocalyptica\"],[8,\"Audioslave\"],[9,\"BackBeat\"],[10,\"Billy Cobham\"],[11,\"Black Label Society\"],[12,\"Black Sabbath\"],[13,\"Body Count\"],[14,\"Bruce Dickinson\"],[15,\"Buddy Guy\"],[16,\"Caetano Veloso\"],[17,\"Chico Buarque\"],[18,\"Chico Science & Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[19,\"Cidade Negra\"],[20,\"Cl\\u00c3\\u00a1udio Zoli\"],[21,\"Various Artists\"],[22,\"Led Zeppelin\"],[23,\"Frank Zappa & Captain Beefheart\"],[24,\"Marcos Valle\"],[25,\"Milton Nascimento & Bebeto\"],[26,\"Azymuth\"],[27,\"Gilberto Gil\"],[28,\"Jo\\u00c3\\u00a3o Gilberto\"],[29,\"Bebel Gilberto\"],[30,\"Jorge Vercilo\"],[31,\"Baby Consuelo\"],[32,\"Ney Matogrosso\"],[33,\"Luiz Melodia\"],[34,\"Nando Reis\"],[35,\"Pedro Lu\\u00c3\\u00ads & A Parede\"],[36,\"O Rappa\"],[37,\"Ed Motta\"],[38,\"Banda Black Rio\"],[39,\"Fernanda Porto\"],[40,\"Os Cariocas\"],[41,\"Elis Regina\"],[42,\"Milton Nascimento\"],[43,\"A Cor Do Som\"],[44,\"Kid Abelha\"],[45,\"Sandra De S\\u00c3\\u00a1\"],[46,\"Jorge Ben\"],[47,\"Hermeto Pascoal\"],[48,\"Bar\\u00c3\\u00a3o Vermelho\"],[49,\"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto\"],[50,\"Metallica\"],[51,\"Queen\"],[52,\"Kiss\"],[53,\"Spyro Gyra\"],[54,\"Green Day\"],[55,\"David Coverdale\"],[56,\"Gonzaguinha\"],[57,\"Os Mutantes\"],[58,\"Deep Purple\"],[59,\"Santana\"],[60,\"Santana Feat. Dave Matthews\"],[61,\"Santana Feat. Everlast\"],[62,\"Santana Feat. Rob Thomas\"],[63,\"Santana Feat. Lauryn Hill & Cee-Lo\"],[64,\"Santana Feat. The Project G&B\"],[65,\"Santana Feat. Man\\u00c3\\u00a1\"],[66,\"Santana Feat. Eagle-Eye Cherry\"],[67,\"Santana Feat. Eric Clapton\"],[68,\"Miles Davis\"],[69,\"Gene Krupa\"],[70,\"Toquinho & Vin\\u00c3\\u00adcius\"],[71,\"Vin\\u00c3\\u00adcius De Moraes & Baden Powell\"],[72,\"Vin\\u00c3\\u00adcius De Moraes\"],[73,\"Vin\\u00c3\\u00adcius E Qurteto Em Cy\"],[74,\"Vin\\u00c3\\u00adcius E Odette Lara\"],[75,\"Vinicius, Toquinho & Quarteto Em Cy\"],[76,\"Creedence Clearwater Revival\"],[77,\"C\\u00c3\\u00a1ssia Eller\"],[78,\"Def Leppard\"],[79,\"Dennis Chambers\"],[80,\"Djavan\"],[81,\"Eric Clapton\"],[82,\"Faith No More\"],[83,\"Falamansa\"],[84,\"Foo Fighters\"],[85,\"Frank Sinatra\"],[86,\"Funk Como Le Gusta\"],[87,\"Godsmack\"],[88,\"Guns N' Roses\"],[89,\"Incognito\"],[90,\"Iron Maiden\"],[91,\"James Brown\"],[92,\"Jamiroquai\"],[93,\"JET\"],[94,\"Jimi Hendrix\"],[95,\"Joe Satriani\"],[96,\"Jota Quest\"],[97,\"Jo\\u00c3\\u00a3o Suplicy\"],[98,\"Judas Priest\"],[99,\"Legi\\u00c3\\u00a3o Urbana\"],[100,\"Lenny Kravitz\"],[101,\"Lulu Santos\"],[102,\"Marillion\"],[103,\"Marisa Monte\"],[104,\"Marvin Gaye\"],[105,\"Men At Work\"],[106,\"Mot\\u00c3\\u00b6rhead\"],[107,\"Mot\\u00c3\\u00b6rhead & Girlschool\"],[108,\"M\\u00c3\\u00b4nica Marianno\"],[109,\"M\\u00c3\\u00b6tley Cr\\u00c3\\u00bce\"],[110,\"Nirvana\"],[111,\"O Ter\\u00c3\\u00a7o\"],[112,\"Olodum\"],[113,\"Os Paralamas Do Sucesso\"],[114,\"Ozzy Osbourne\"],[115,\"Page & Plant\"],[116,\"Passengers\"],[117,\"Paul D'Ianno\"],[118,\"Pearl Jam\"],[119,\"Peter Tosh\"],[120,\"Pink Floyd\"],[121,\"Planet Hemp\"],[122,\"R.E.M. Feat. Kate Pearson\"],[123,\"R.E.M. Feat. KRS-One\"],[124,\"R.E.M.\"],[125,\"Raimundos\"],[126,\"Raul Seixas\"],[127,\"Red Hot Chili Peppers\"],[128,\"Rush\"],[129,\"Simply Red\"],[130,\"Skank\"],[131,\"Smashing Pumpkins\"],[132,\"Soundgarden\"],[133,\"Stevie Ray Vaughan & Double Trouble\"],[134,\"Stone Temple Pilots\"],[135,\"System Of A Down\"],[136,\"Terry Bozzio, Tony Levin & Steve Stevens\"],[137,\"The Black Crowes\"],[138,\"The Clash\"],[139,\"The Cult\"],[140,\"The Doors\"],[141,\"The Police\"],[142,\"The Rolling Stones\"],[143,\"The Tea Party\"],[144,\"The Who\"],[145,\"Tim Maia\"],[146,\"Tit\\u00c3\\u00a3s\"],[147,\"Battlestar Galactica\"],[148,\"Heroes\"],[149,\"Lost\"],[150,\"U2\"],[151,\"UB40\"],[152,\"Van Halen\"],[153,\"Velvet Revolver\"],[154,\"Whitesnake\"],[155,\"Zeca Pagodinho\"],[156,\"The Office\"],[157,\"Dread Zeppelin\"],[158,\"Battlestar Galactica (Classic)\"],[159,\"Aquaman\"],[160,\"Christina Aguilera featuring BigElf\"],[161,\"Aerosmith & Sierra Leone's Refugee Allstars\"],[162,\"Los Lonely Boys\"],[163,\"Corinne Bailey Rae\"],[164,\"Dhani Harrison & Jakob Dylan\"],[165,\"Jackson Browne\"],[166,\"Avril Lavigne\"],[167,\"Big & Rich\"],[168,\"Youssou N'Dour\"],[169,\"Black Eyed Peas\"],[170,\"Jack Johnson\"],[171,\"Ben Harper\"],[172,\"Snow Patrol\"],[173,\"Matisyahu\"],[174,\"The Postal Service\"],[175,\"Jaguares\"],[176,\"The Flaming Lips\"],[177,\"Jack's Mannequin & Mick Fleetwood\"],[178,\"Regina Spektor\"],[179,\"Scorpions\"],[180,\"House Of Pain\"],[181,\"Xis\"],[182,\"Nega Gizza\"],[183,\"Gustavo & Andres Veiga & Salazar\"],[184,\"Rodox\"],[185,\"Charlie Brown Jr.\"],[186,\"Pedro Lu\\u00c3\\u00ads E A Parede\"],[187,\"Los Hermanos\"],[188,\"Mundo Livre S\\/A\"],[189,\"Otto\"],[190,\"Instituto\"],[191,\"Na\\u00c3\\u00a7\\u00c3\\u00a3o Zumbi\"],[192,\"DJ Dolores & Orchestra Santa Massa\"],[193,\"Seu Jorge\"],[194,\"Sabotage E Instituto\"],[195,\"Stereo Maracana\"],[196,\"Cake\"],[197,\"Aisha Duo\"],[198,\"Habib Koit\\u00c3\\u00a9 and Bamada\"],[199,\"Karsh Kale\"],[200,\"The Posies\"],[201,\"Luciana Souza\\/Romero Lubambo\"],[202,\"Aaron Goldberg\"],[203,\"Nicolaus Esterhazy Sinfonia\"],[204,\"Temple of the Dog\"],[205,\"Chris Cornell\"],[206,\"Alberto Turco & Nova Schola Gregoriana\"],[207,\"Richard Marlow & The Choir of Trinity College, Cambridge\"],[208,\"English Concert & Trevor Pinnock\"],[209,\"Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker\"],[210,\"Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer\"],[211,\"Wilhelm Kempff\"],[212,\"Yo-Yo Ma\"],[213,\"Scholars Baroque Ensemble\"],[214,\"Academy of St. Martin in the Fields & Sir Neville Marriner\"],[215,\"Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner\"],[216,\"Berliner Philharmoniker, Claudio Abbado & Sabine Meyer\"],[217,\"Royal Philharmonic Orchestra & Sir Thomas Beecham\"],[218,\"Orchestre R\\u00c3\\u00a9volutionnaire et Romantique & John Eliot Gardiner\"],[219,\"Britten Sinfonia, Ivor Bolton & Lesley Garrett\"],[220,\"Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti\"],[221,\"Sir Georg Solti & Wiener Philharmoniker\"],[222,\"Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair\"],[223,\"London Symphony Orchestra & Sir Charles Mackerras\"],[224,\"Barry Wordsworth & BBC Concert Orchestra\"],[225,\"Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker\"],[226,\"Eugene Ormandy\"],[227,\"Luciano Pavarotti\"],[228,\"Leonard Bernstein & New York Philharmonic\"],[229,\"Boston Symphony Orchestra & Seiji Ozawa\"],[230,\"Aaron Copland & London Symphony Orchestra\"],[231,\"Ton Koopman\"],[232,\"Sergei Prokofiev & Yuri Temirkanov\"],[233,\"Chicago Symphony Orchestra & Fritz Reiner\"],[234,\"Orchestra of The Age of Enlightenment\"],[235,\"Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra\"],[236,\"James Levine\"],[237,\"Berliner Philharmoniker & Hans Rosbaud\"],[238,\"Maurizio Pollini\"],[239,\"Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett\"],[240,\"Gustav Mahler\"],[241,\"Felix Schmidt, London Symphony Orchestra & Rafael Fr\\u00c3\\u00bchbeck de Burgos\"],[242,\"Edo de Waart & San Francisco Symphony\"],[243,\"Antal Dor\\u00c3\\u00a1ti & London Symphony Orchestra\"],[244,\"Choir Of Westminster Abbey & Simon Preston\"],[245,\"Michael Tilson Thomas & San Francisco Symphony\"],[246,\"Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker\"],[247,\"The King's Singers\"],[248,\"Berliner Philharmoniker & Herbert Von Karajan\"],[249,\"Sir Georg Solti, Sumi Jo & Wiener Philharmoniker\"],[250,\"Christopher O'Riley\"],[251,\"Fretwork\"],[252,\"Amy Winehouse\"],[253,\"Calexico\"],[254,\"Otto Klemperer & Philharmonia Orchestra\"],[255,\"Yehudi Menuhin\"],[256,\"Philharmonia Orchestra & Sir Neville Marriner\"],[257,\"Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart\"],[258,\"Les Arts Florissants & William Christie\"],[259,\"The 12 Cellists of The Berlin Philharmonic\"],[260,\"Adrian Leaper & Doreen de Feis\"],[261,\"Roger Norrington, London Classical Players\"],[262,\"Charles Dutoit & L'Orchestre Symphonique de Montr\\u00c3\\u00a9al\"],[263,\"Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir\"],[264,\"Kent Nagano and Orchestre de l'Op\\u00c3\\u00a9ra de Lyon\"],[265,\"Julian Bream\"],[266,\"Martin Roscoe\"],[267,\"G\\u00c3\\u00b6teborgs Symfoniker & Neeme J\\u00c3\\u00a4rvi\"],[268,\"Itzhak Perlman\"],[269,\"Michele Campanella\"],[270,\"Gerald Moore\"],[271,\"Mela Tenenbaum, Pro Musica Prague & Richard Kapp\"],[272,\"Emerson String Quartet\"],[273,\"C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu\"],[274,\"Nash Ensemble\"],[275,\"Philip Glass Ensemble\"]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[71]]}
SELECT count(*) FROM ARTIST WHERE artistid NOT IN(SELECT artistid FROM ALBUM) <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Artist col : ArtistId | Name row 1 : 1 | AC/DC row 2 : 2 | Accept row 3 : 3 | Aerosmith row 4 : 4 | Alanis Morissette row 5 : 5 | Alice In Chains row 6 : 6 | Antônio Carlos Jobim row 7 : 7 | Apocalyptica row 8 : 8 | Audioslave row 9 : 9 | BackBeat row 10 : 10 | Billy Cobham row 11 : 11 | Black Label Society row 12 : 12 | Black Sabbath row 13 : 13 | Body Count row 14 : 14 | Bruce Dickinson row 15 : 15 | Buddy Guy row 16 : 16 | Caetano Veloso row 17 : 17 | Chico Buarque row 18 : 18 | Chico Science & Nação Zumbi row 19 : 19 | Cidade Negra row 20 : 20 | Cláudio Zoli row 21 : 21 | Various Artists row 22 : 22 | Led Zeppelin row 23 : 23 | Frank Zappa & Captain Beefheart row 24 : 24 | Marcos Valle row 25 : 25 | Milton Nascimento & Bebeto row 26 : 26 | Azymuth row 27 : 27 | Gilberto Gil row 28 : 28 | João Gilberto row 29 : 29 | Bebel Gilberto row 30 : 30 | Jorge Vercilo row 31 : 31 | Baby Consuelo row 32 : 32 | Ney Matogrosso row 33 : 33 | Luiz Melodia row 34 : 34 | Nando Reis row 35 : 35 | Pedro Luís & A Parede row 36 : 36 | O Rappa row 37 : 37 | Ed Motta row 38 : 38 | Banda Black Rio row 39 : 39 | Fernanda Porto row 40 : 40 | Os Cariocas row 41 : 41 | Elis Regina row 42 : 42 | Milton Nascimento row 43 : 43 | A Cor Do Som row 44 : 44 | Kid Abelha row 45 : 45 | Sandra De Sá row 46 : 46 | Jorge Ben row 47 : 47 | Hermeto Pascoal row 48 : 48 | Barão Vermelho row 49 : 49 | Edson, DJ Marky & DJ Patife Featuring Fernanda Porto row 50 : 50 | Metallica row 51 : 51 | Queen row 52 : 52 | Kiss row 53 : 53 | Spyro Gyra row 54 : 54 | Green Day row 55 : 55 | David Coverdale row 56 : 56 | Gonzaguinha row 57 : 57 | Os Mutantes row 58 : 58 | Deep Purple row 59 : 59 | Santana row 60 : 60 | Santana Feat. Dave Matthews row 61 : 61 | Santana Feat. Everlast row 62 : 62 | Santana Feat. Rob Thomas row 63 : 63 | Santana Feat. Lauryn Hill & Cee-Lo row 64 : 64 | Santana Feat. The Project G&B row 65 : 65 | Santana Feat. Maná row 66 : 66 | Santana Feat. Eagle-Eye Cherry row 67 : 67 | Santana Feat. Eric Clapton row 68 : 68 | Miles Davis row 69 : 69 | Gene Krupa row 70 : 70 | Toquinho & Vinícius row 71 : 71 | Vinícius De Moraes & Baden Powell row 72 : 72 | Vinícius De Moraes row 73 : 73 | Vinícius E Qurteto Em Cy row 74 : 74 | Vinícius E Odette Lara row 75 : 75 | Vinicius, Toquinho & Quarteto Em Cy row 76 : 76 | Creedence Clearwater Revival row 77 : 77 | Cássia Eller row 78 : 78 | Def Leppard row 79 : 79 | Dennis Chambers row 80 : 80 | Djavan row 81 : 81 | Eric Clapton row 82 : 82 | Faith No More row 83 : 83 | Falamansa row 84 : 84 | Foo Fighters row 85 : 85 | Frank Sinatra row 86 : 86 | Funk Como Le Gusta row 87 : 87 | Godsmack row 88 : 88 | Guns N' Roses row 89 : 89 | Incognito row 90 : 90 | Iron Maiden row 91 : 91 | James Brown row 92 : 92 | Jamiroquai row 93 : 93 | JET row 94 : 94 | Jimi Hendrix row 95 : 95 | Joe Satriani row 96 : 96 | Jota Quest row 97 : 97 | João Suplicy row 98 : 98 | Judas Priest row 99 : 99 | Legião Urbana row 100 : 100 | Lenny Kravitz row 101 : 101 | Lulu Santos row 102 : 102 | Marillion row 103 : 103 | Marisa Monte row 104 : 104 | Marvin Gaye row 105 : 105 | Men At Work row 106 : 106 | Motörhead row 107 : 107 | Motörhead & Girlschool row 108 : 108 | Mônica Marianno row 109 : 109 | Mötley Crüe row 110 : 110 | Nirvana row 111 : 111 | O Terço row 112 : 112 | Olodum row 113 : 113 | Os Paralamas Do Sucesso row 114 : 114 | Ozzy Osbourne row 115 : 115 | Page & Plant row 116 : 116 | Passengers row 117 : 117 | Paul D'Ianno row 118 : 118 | Pearl Jam row 119 : 119 | Peter Tosh row 120 : 120 | Pink Floyd row 121 : 121 | Planet Hemp row 122 : 122 | R.E.M. Feat. Kate Pearson row 123 : 123 | R.E.M. Feat. KRS-One row 124 : 124 | R.E.M. row 125 : 125 | Raimundos row 126 : 126 | Raul Seixas row 127 : 127 | Red Hot Chili Peppers row 128 : 128 | Rush row 129 : 129 | Simply Red row 130 : 130 | Skank row 131 : 131 | Smashing Pumpkins row 132 : 132 | Soundgarden row 133 : 133 | Stevie Ray Vaughan & Double Trouble row 134 : 134 | Stone Temple Pilots row 135 : 135 | System Of A Down row 136 : 136 | Terry Bozzio, Tony Levin & Steve Stevens row 137 : 137 | The Black Crowes row 138 : 138 | The Clash row 139 : 139 | The Cult row 140 : 140 | The Doors row 141 : 141 | The Police row 142 : 142 | The Rolling Stones row 143 : 143 | The Tea Party row 144 : 144 | The Who row 145 : 145 | Tim Maia row 146 : 146 | Titãs row 147 : 147 | Battlestar Galactica row 148 : 148 | Heroes row 149 : 149 | Lost row 150 : 150 | U2 row 151 : 151 | UB40 row 152 : 152 | Van Halen row 153 : 153 | Velvet Revolver row 154 : 154 | Whitesnake row 155 : 155 | Zeca Pagodinho row 156 : 156 | The Office row 157 : 157 | Dread Zeppelin row 158 : 158 | Battlestar Galactica (Classic) row 159 : 159 | Aquaman row 160 : 160 | Christina Aguilera featuring BigElf row 161 : 161 | Aerosmith & Sierra Leone's Refugee Allstars row 162 : 162 | Los Lonely Boys row 163 : 163 | Corinne Bailey Rae row 164 : 164 | Dhani Harrison & Jakob Dylan row 165 : 165 | Jackson Browne row 166 : 166 | Avril Lavigne row 167 : 167 | Big & Rich row 168 : 168 | Youssou N'Dour row 169 : 169 | Black Eyed Peas row 170 : 170 | Jack Johnson row 171 : 171 | Ben Harper row 172 : 172 | Snow Patrol row 173 : 173 | Matisyahu row 174 : 174 | The Postal Service row 175 : 175 | Jaguares row 176 : 176 | The Flaming Lips row 177 : 177 | Jack's Mannequin & Mick Fleetwood row 178 : 178 | Regina Spektor row 179 : 179 | Scorpions row 180 : 180 | House Of Pain row 181 : 181 | Xis row 182 : 182 | Nega Gizza row 183 : 183 | Gustavo & Andres Veiga & Salazar row 184 : 184 | Rodox row 185 : 185 | Charlie Brown Jr. row 186 : 186 | Pedro Luís E A Parede row 187 : 187 | Los Hermanos row 188 : 188 | Mundo Livre S/A row 189 : 189 | Otto row 190 : 190 | Instituto row 191 : 191 | Nação Zumbi row 192 : 192 | DJ Dolores & Orchestra Santa Massa row 193 : 193 | Seu Jorge row 194 : 194 | Sabotage E Instituto row 195 : 195 | Stereo Maracana row 196 : 196 | Cake row 197 : 197 | Aisha Duo row 198 : 198 | Habib Koité and Bamada row 199 : 199 | Karsh Kale row 200 : 200 | The Posies row 201 : 201 | Luciana Souza/Romero Lubambo row 202 : 202 | Aaron Goldberg row 203 : 203 | Nicolaus Esterhazy Sinfonia row 204 : 204 | Temple of the Dog row 205 : 205 | Chris Cornell row 206 : 206 | Alberto Turco & Nova Schola Gregoriana row 207 : 207 | Richard Marlow & The Choir of Trinity College, Cambridge row 208 : 208 | English Concert & Trevor Pinnock row 209 : 209 | Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker row 210 : 210 | Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer row 211 : 211 | Wilhelm Kempff row 212 : 212 | Yo-Yo Ma row 213 : 213 | Scholars Baroque Ensemble row 214 : 214 | Academy of St. Martin in the Fields & Sir Neville Marriner row 215 : 215 | Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner row 216 : 216 | Berliner Philharmoniker, Claudio Abbado & Sabine Meyer row 217 : 217 | Royal Philharmonic Orchestra & Sir Thomas Beecham row 218 : 218 | Orchestre Révolutionnaire et Romantique & John Eliot Gardiner row 219 : 219 | Britten Sinfonia, Ivor Bolton & Lesley Garrett row 220 : 220 | Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti row 221 : 221 | Sir Georg Solti & Wiener Philharmoniker row 222 : 222 | Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair row 223 : 223 | London Symphony Orchestra & Sir Charles Mackerras row 224 : 224 | Barry Wordsworth & BBC Concert Orchestra row 225 : 225 | Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker row 226 : 226 | Eugene Ormandy row 227 : 227 | Luciano Pavarotti row 228 : 228 | Leonard Bernstein & New York Philharmonic row 229 : 229 | Boston Symphony Orchestra & Seiji Ozawa row 230 : 230 | Aaron Copland & London Symphony Orchestra row 231 : 231 | Ton Koopman row 232 : 232 | Sergei Prokofiev & Yuri Temirkanov row 233 : 233 | Chicago Symphony Orchestra & Fritz Reiner row 234 : 234 | Orchestra of The Age of Enlightenment row 235 : 235 | Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra row 236 : 236 | James Levine row 237 : 237 | Berliner Philharmoniker & Hans Rosbaud row 238 : 238 | Maurizio Pollini row 239 : 239 | Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett row 240 : 240 | Gustav Mahler row 241 : 241 | Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos row 242 : 242 | Edo de Waart & San Francisco Symphony row 243 : 243 | Antal Doráti & London Symphony Orchestra row 244 : 244 | Choir Of Westminster Abbey & Simon Preston row 245 : 245 | Michael Tilson Thomas & San Francisco Symphony row 246 : 246 | Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker row 247 : 247 | The King's Singers row 248 : 248 | Berliner Philharmoniker & Herbert Von Karajan row 249 : 249 | Sir Georg Solti, Sumi Jo & Wiener Philharmoniker row 250 : 250 | Christopher O'Riley row 251 : 251 | Fretwork row 252 : 252 | Amy Winehouse row 253 : 253 | Calexico row 254 : 254 | Otto Klemperer & Philharmonia Orchestra row 255 : 255 | Yehudi Menuhin row 256 : 256 | Philharmonia Orchestra & Sir Neville Marriner row 257 : 257 | Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart row 258 : 258 | Les Arts Florissants & William Christie row 259 : 259 | The 12 Cellists of The Berlin Philharmonic row 260 : 260 | Adrian Leaper & Doreen de Feis row 261 : 261 | Roger Norrington, London Classical Players row 262 : 262 | Charles Dutoit & L'Orchestre Symphonique de Montréal row 263 : 263 | Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir row 264 : 264 | Kent Nagano and Orchestre de l'Opéra de Lyon row 265 : 265 | Julian Bream row 266 : 266 | Martin Roscoe row 267 : 267 | Göteborgs Symfoniker & Neeme Järvi row 268 : 268 | Itzhak Perlman row 269 : 269 | Michele Campanella row 270 : 270 | Gerald Moore row 271 : 271 | Mela Tenenbaum, Pro Musica Prague & Richard Kapp row 272 : 272 | Emerson String Quartet row 273 : 273 | C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu row 274 : 274 | Nash Ensemble row 275 : 275 | Philip Glass Ensemble
col : count(*) row 1 : 71
SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Reggae' INTERSECT SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Rock'
[ "Album", "Genre", "Track" ]
[ "{\"columns\":[\"AlbumId\",\"Title\",\"ArtistId\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346],\"data\":[[1,\"For Those About To Rock We Salute You\",1],[2,\"Balls to the Wall\",2],[3,\"Restless and Wild\",2],[4,\"Let There Be Rock\",1],[5,\"Big Ones\",3],[6,\"Jagged Little Pill\",4],[7,\"Facelift\",5],[8,\"Warner 25 Anos\",6],[9,\"Plays Metallica By Four Cellos\",7],[10,\"Audioslave\",8],[11,\"Out Of Exile\",8],[12,\"BackBeat Soundtrack\",9],[13,\"The Best Of Billy Cobham\",10],[14,\"Alcohol Fueled Brewtality Live! [Disc 1]\",11],[15,\"Alcohol Fueled Brewtality Live! [Disc 2]\",11],[16,\"Black Sabbath\",12],[17,\"Black Sabbath Vol. 4 (Remaster)\",12],[18,\"Body Count\",13],[19,\"Chemical Wedding\",14],[20,\"The Best Of Buddy Guy - The Millenium Collection\",15],[21,\"Prenda Minha\",16],[22,\"Sozinho Remix Ao Vivo\",16],[23,\"Minha Historia\",17],[24,\"Afrociberdelia\",18],[25,\"Da Lama Ao Caos\",18],[26,\"Ac\\u00c3\\u00bastico MTV [Live]\",19],[27,\"Cidade Negra - Hits\",19],[28,\"Na Pista\",20],[29,\"Ax\\u00c3\\u00a9 Bahia 2001\",21],[30,\"BBC Sessions [Disc 1] [Live]\",22],[31,\"Bongo Fury\",23],[32,\"Carnaval 2001\",21],[33,\"Chill: Brazil (Disc 1)\",24],[34,\"Chill: Brazil (Disc 2)\",6],[35,\"Garage Inc. (Disc 1)\",50],[36,\"Greatest Hits II\",51],[37,\"Greatest Kiss\",52],[38,\"Heart of the Night\",53],[39,\"International Superhits\",54],[40,\"Into The Light\",55],[41,\"Meus Momentos\",56],[42,\"Minha Hist\\u00c3\\u00b3ria\",57],[43,\"MK III The Final Concerts [Disc 1]\",58],[44,\"Physical Graffiti [Disc 1]\",22],[45,\"Sambas De Enredo 2001\",21],[46,\"Supernatural\",59],[47,\"The Best of Ed Motta\",37],[48,\"The Essential Miles Davis [Disc 1]\",68],[49,\"The Essential Miles Davis [Disc 2]\",68],[50,\"The Final Concerts (Disc 2)\",58],[51,\"Up An' Atom\",69],[52,\"Vin\\u00c3\\u00adcius De Moraes - Sem Limite\",70],[53,\"Vozes do MPB\",21],[54,\"Chronicle, Vol. 1\",76],[55,\"Chronicle, Vol. 2\",76],[56,\"C\\u00c3\\u00a1ssia Eller - Cole\\u00c3\\u00a7\\u00c3\\u00a3o Sem Limite [Disc 2]\",77],[57,\"C\\u00c3\\u00a1ssia Eller - Sem Limite [Disc 1]\",77],[58,\"Come Taste The Band\",58],[59,\"Deep Purple In Rock\",58],[60,\"Fireball\",58],[61,\"Knocking at Your Back Door: The Best Of Deep Purple in the 80's\",58],[62,\"Machine Head\",58],[63,\"Purpendicular\",58],[64,\"Slaves And Masters\",58],[65,\"Stormbringer\",58],[66,\"The Battle Rages On\",58],[67,\"Vault: Def Leppard's Greatest Hits\",78],[68,\"Outbreak\",79],[69,\"Djavan Ao Vivo - Vol. 02\",80],[70,\"Djavan Ao Vivo - Vol. 1\",80],[71,\"Elis Regina-Minha Hist\\u00c3\\u00b3ria\",41],[72,\"The Cream Of Clapton\",81],[73,\"Unplugged\",81],[74,\"Album Of The Year\",82],[75,\"Angel Dust\",82],[76,\"King For A Day Fool For A Lifetime\",82],[77,\"The Real Thing\",82],[78,\"Deixa Entrar\",83],[79,\"In Your Honor [Disc 1]\",84],[80,\"In Your Honor [Disc 2]\",84],[81,\"One By One\",84],[82,\"The Colour And The Shape\",84],[83,\"My Way: The Best Of Frank Sinatra [Disc 1]\",85],[84,\"Roda De Funk\",86],[85,\"As Can\\u00c3\\u00a7\\u00c3\\u00b5es de Eu Tu Eles\",27],[86,\"Quanta Gente Veio Ver (Live)\",27],[87,\"Quanta Gente Veio ver--B\\u00c3\\u00b4nus De Carnaval\",27],[88,\"Faceless\",87],[89,\"American Idiot\",54],[90,\"Appetite for Destruction\",88],[91,\"Use Your Illusion I\",88],[92,\"Use Your Illusion II\",88],[93,\"Blue Moods\",89],[94,\"A Matter of Life and Death\",90],[95,\"A Real Dead One\",90],[96,\"A Real Live One\",90],[97,\"Brave New World\",90],[98,\"Dance Of Death\",90],[99,\"Fear Of The Dark\",90],[100,\"Iron Maiden\",90],[101,\"Killers\",90],[102,\"Live After Death\",90],[103,\"Live At Donington 1992 (Disc 1)\",90],[104,\"Live At Donington 1992 (Disc 2)\",90],[105,\"No Prayer For The Dying\",90],[106,\"Piece Of Mind\",90],[107,\"Powerslave\",90],[108,\"Rock In Rio [CD1]\",90],[109,\"Rock In Rio [CD2]\",90],[110,\"Seventh Son of a Seventh Son\",90],[111,\"Somewhere in Time\",90],[112,\"The Number of The Beast\",90],[113,\"The X Factor\",90],[114,\"Virtual XI\",90],[115,\"Sex Machine\",91],[116,\"Emergency On Planet Earth\",92],[117,\"Synkronized\",92],[118,\"The Return Of The Space Cowboy\",92],[119,\"Get Born\",93],[120,\"Are You Experienced?\",94],[121,\"Surfing with the Alien (Remastered)\",95],[122,\"Jorge Ben Jor 25 Anos\",46],[123,\"Jota Quest-1995\",96],[124,\"Cafezinho\",97],[125,\"Living After Midnight\",98],[126,\"Unplugged [Live]\",52],[127,\"BBC Sessions [Disc 2] [Live]\",22],[128,\"Coda\",22],[129,\"Houses Of The Holy\",22],[130,\"In Through The Out Door\",22],[131,\"IV\",22],[132,\"Led Zeppelin I\",22],[133,\"Led Zeppelin II\",22],[134,\"Led Zeppelin III\",22],[135,\"Physical Graffiti [Disc 2]\",22],[136,\"Presence\",22],[137,\"The Song Remains The Same (Disc 1)\",22],[138,\"The Song Remains The Same (Disc 2)\",22],[139,\"A TempestadeTempestade Ou O Livro Dos Dias\",99],[140,\"Mais Do Mesmo\",99],[141,\"Greatest Hits\",100],[142,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 01\",101],[143,\"Lulu Santos - RCA 100 Anos De M\\u00c3\\u00basica - \\u00c3\\u0081lbum 02\",101],[144,\"Misplaced Childhood\",102],[145,\"Barulhinho Bom\",103],[146,\"Seek And Shall Find: More Of The Best (1963-1981)\",104],[147,\"The Best Of Men At Work\",105],[148,\"Black Album\",50],[149,\"Garage Inc. (Disc 2)\",50],[150,\"Kill 'Em All\",50],[151,\"Load\",50],[152,\"Master Of Puppets\",50],[153,\"ReLoad\",50],[154,\"Ride The Lightning\",50],[155,\"St. Anger\",50],[156,\"...And Justice For All\",50],[157,\"Miles Ahead\",68],[158,\"Milton Nascimento Ao Vivo\",42],[159,\"Minas\",42],[160,\"Ace Of Spades\",106],[161,\"Demorou...\",108],[162,\"Motley Crue Greatest Hits\",109],[163,\"From The Muddy Banks Of The Wishkah [Live]\",110],[164,\"Nevermind\",110],[165,\"Compositores\",111],[166,\"Olodum\",112],[167,\"Ac\\u00c3\\u00bastico MTV\",113],[168,\"Arquivo II\",113],[169,\"Arquivo Os Paralamas Do Sucesso\",113],[170,\"Bark at the Moon (Remastered)\",114],[171,\"Blizzard of Ozz\",114],[172,\"Diary of a Madman (Remastered)\",114],[173,\"No More Tears (Remastered)\",114],[174,\"Tribute\",114],[175,\"Walking Into Clarksdale\",115],[176,\"Original Soundtracks 1\",116],[177,\"The Beast Live\",117],[178,\"Live On Two Legs [Live]\",118],[179,\"Pearl Jam\",118],[180,\"Riot Act\",118],[181,\"Ten\",118],[182,\"Vs.\",118],[183,\"Dark Side Of The Moon\",120],[184,\"Os C\\u00c3\\u00a3es Ladram Mas A Caravana N\\u00c3\\u00a3o P\\u00c3\\u00a1ra\",121],[185,\"Greatest Hits I\",51],[186,\"News Of The World\",51],[187,\"Out Of Time\",122],[188,\"Green\",124],[189,\"New Adventures In Hi-Fi\",124],[190,\"The Best Of R.E.M.: The IRS Years\",124],[191,\"Cesta B\\u00c3\\u00a1sica\",125],[192,\"Raul Seixas\",126],[193,\"Blood Sugar Sex Magik\",127],[194,\"By The Way\",127],[195,\"Californication\",127],[196,\"Retrospective I (1974-1980)\",128],[197,\"Santana - As Years Go By\",59],[198,\"Santana Live\",59],[199,\"Maquinarama\",130],[200,\"O Samba Pocon\\u00c3\\u00a9\",130],[201,\"Judas 0: B-Sides and Rarities\",131],[202,\"Rotten Apples: Greatest Hits\",131],[203,\"A-Sides\",132],[204,\"Morning Dance\",53],[205,\"In Step\",133],[206,\"Core\",134],[207,\"Mezmerize\",135],[208,\"[1997] Black Light Syndrome\",136],[209,\"Live [Disc 1]\",137],[210,\"Live [Disc 2]\",137],[211,\"The Singles\",138],[212,\"Beyond Good And Evil\",139],[213,\"Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK]\",139],[214,\"The Doors\",140],[215,\"The Police Greatest Hits\",141],[216,\"Hot Rocks, 1964-1971 (Disc 1)\",142],[217,\"No Security\",142],[218,\"Voodoo Lounge\",142],[219,\"Tangents\",143],[220,\"Transmission\",143],[221,\"My Generation - The Very Best Of The Who\",144],[222,\"Serie Sem Limite (Disc 1)\",145],[223,\"Serie Sem Limite (Disc 2)\",145],[224,\"Ac\\u00c3\\u00bastico\",146],[225,\"Volume Dois\",146],[226,\"Battlestar Galactica: The Story So Far\",147],[227,\"Battlestar Galactica, Season 3\",147],[228,\"Heroes, Season 1\",148],[229,\"Lost, Season 3\",149],[230,\"Lost, Season 1\",149],[231,\"Lost, Season 2\",149],[232,\"Achtung Baby\",150],[233,\"All That You Can't Leave Behind\",150],[234,\"B-Sides 1980-1990\",150],[235,\"How To Dismantle An Atomic Bomb\",150],[236,\"Pop\",150],[237,\"Rattle And Hum\",150],[238,\"The Best Of 1980-1990\",150],[239,\"War\",150],[240,\"Zooropa\",150],[241,\"UB40 The Best Of - Volume Two [UK]\",151],[242,\"Diver Down\",152],[243,\"The Best Of Van Halen, Vol. I\",152],[244,\"Van Halen\",152],[245,\"Van Halen III\",152],[246,\"Contraband\",153],[247,\"Vinicius De Moraes\",72],[248,\"Ao Vivo [IMPORT]\",155],[249,\"The Office, Season 1\",156],[250,\"The Office, Season 2\",156],[251,\"The Office, Season 3\",156],[252,\"Un-Led-Ed\",157],[253,\"Battlestar Galactica (Classic), Season 1\",158],[254,\"Aquaman\",159],[255,\"Instant Karma: The Amnesty International Campaign to Save Darfur\",150],[256,\"Speak of the Devil\",114],[257,\"20th Century Masters - The Millennium Collection: The Best of Scorpions\",179],[258,\"House of Pain\",180],[259,\"Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro\",36],[260,\"Cake: B-Sides and Rarities\",196],[261,\"LOST, Season 4\",149],[262,\"Quiet Songs\",197],[263,\"Muso Ko\",198],[264,\"Realize\",199],[265,\"Every Kind of Light\",200],[266,\"Duos II\",201],[267,\"Worlds\",202],[268,\"The Best of Beethoven\",203],[269,\"Temple of the Dog\",204],[270,\"Carry On\",205],[271,\"Revelations\",8],[272,\"Adorate Deum: Gregorian Chant from the Proper of the Mass\",206],[273,\"Allegri: Miserere\",207],[274,\"Pachelbel: Canon & Gigue\",208],[275,\"Vivaldi: The Four Seasons\",209],[276,\"Bach: Violin Concertos\",210],[277,\"Bach: Goldberg Variations\",211],[278,\"Bach: The Cello Suites\",212],[279,\"Handel: The Messiah (Highlights)\",213],[280,\"The World of Classical Favourites\",214],[281,\"Sir Neville Marriner: A Celebration\",215],[282,\"Mozart: Wind Concertos\",216],[283,\"Haydn: Symphonies 99 - 104\",217],[284,\"Beethoven: Symhonies Nos. 5 & 6\",218],[285,\"A Soprano Inspired\",219],[286,\"Great Opera Choruses\",220],[287,\"Wagner: Favourite Overtures\",221],[288,\"Faur\\u00c3\\u00a9: Requiem, Ravel: Pavane & Others\",222],[289,\"Tchaikovsky: The Nutcracker\",223],[290,\"The Last Night of the Proms\",224],[291,\"Puccini: Madama Butterfly - Highlights\",225],[292,\"Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies\",226],[293,\"Pavarotti's Opera Made Easy\",227],[294,\"Great Performances - Barber's Adagio and Other Romantic Favorites for Strings\",228],[295,\"Carmina Burana\",229],[296,\"A Copland Celebration, Vol. I\",230],[297,\"Bach: Toccata & Fugue in D Minor\",231],[298,\"Prokofiev: Symphony No.1\",232],[299,\"Scheherazade\",233],[300,\"Bach: The Brandenburg Concertos\",234],[301,\"Chopin: Piano Concertos Nos. 1 & 2\",235],[302,\"Mascagni: Cavalleria Rusticana\",236],[303,\"Sibelius: Finlandia\",237],[304,\"Beethoven Piano Sonatas: Moonlight & Pastorale\",238],[305,\"Great Recordings of the Century - Mahler: Das Lied von der Erde\",240],[306,\"Elgar: Cello Concerto & Vaughan Williams: Fantasias\",241],[307,\"Adams, John: The Chairman Dances\",242],[308,\"Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory\",243],[309,\"Palestrina: Missa Papae Marcelli & Allegri: Miserere\",244],[310,\"Prokofiev: Romeo & Juliet\",245],[311,\"Strauss: Waltzes\",226],[312,\"Berlioz: Symphonie Fantastique\",245],[313,\"Bizet: Carmen Highlights\",246],[314,\"English Renaissance\",247],[315,\"Handel: Music for the Royal Fireworks (Original Version 1749)\",208],[316,\"Grieg: Peer Gynt Suites & Sibelius: Pell\\u00c3\\u00a9as et M\\u00c3\\u00a9lisande\",248],[317,\"Mozart Gala: Famous Arias\",249],[318,\"SCRIABIN: Vers la flamme\",250],[319,\"Armada: Music from the Courts of England and Spain\",251],[320,\"Mozart: Symphonies Nos. 40 & 41\",248],[321,\"Back to Black\",252],[322,\"Frank\",252],[323,\"Carried to Dust (Bonus Track Version)\",253],[324,\"Beethoven: Symphony No. 6 'Pastoral' Etc.\",254],[325,\"Bartok: Violin & Viola Concertos\",255],[326,\"Mendelssohn: A Midsummer Night's Dream\",256],[327,\"Bach: Orchestral Suites Nos. 1 - 4\",257],[328,\"Charpentier: Divertissements, Airs & Concerts\",258],[329,\"South American Getaway\",259],[330,\"G\\u00c3\\u00b3recki: Symphony No. 3\",260],[331,\"Purcell: The Fairy Queen\",261],[332,\"The Ultimate Relexation Album\",262],[333,\"Purcell: Music for the Queen Mary\",263],[334,\"Weill: The Seven Deadly Sins\",264],[335,\"J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro\",265],[336,\"Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps\",248],[337,\"Szymanowski: Piano Works, Vol. 1\",266],[338,\"Nielsen: The Six Symphonies\",267],[339,\"Great Recordings of the Century: Paganini's 24 Caprices\",268],[340,\"Liszt - 12 \\u00c3\\u0089tudes D'Execution Transcendante\",269],[341,\"Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder\",270],[342,\"Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3\",271],[343,\"Respighi:Pines of Rome\",226],[344,\"Schubert: The Late String Quartets & String Quintet (3 CD's)\",272],[345,\"Monteverdi: L'Orfeo\",273],[346,\"Mozart: Chamber Music\",274],[347,\"Koyaanisqatsi (Soundtrack from the Motion Picture)\",275]]}", "{\"columns\":[\"GenreId\",\"Name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24],\"data\":[[1,\"Rock\"],[2,\"Jazz\"],[3,\"Metal\"],[4,\"Alternative & Punk\"],[5,\"Rock And Roll\"],[6,\"Blues\"],[7,\"Latin\"],[8,\"Reggae\"],[9,\"Pop\"],[10,\"Soundtrack\"],[11,\"Bossa Nova\"],[12,\"Easy Listening\"],[13,\"Heavy Metal\"],[14,\"R&B\\/Soul\"],[15,\"Electronica\\/Dance\"],[16,\"World\"],[17,\"Hip Hop\\/Rap\"],[18,\"Science Fiction\"],[19,\"TV Shows\"],[20,\"Sci Fi & Fantasy\"],[21,\"Drama\"],[22,\"Comedy\"],[23,\"Alternative\"],[24,\"Classical\"],[25,\"Opera\"]]}", "{\"columns\":[\"TrackId\",\"Name\",\"AlbumId\",\"MediaTypeId\",\"GenreId\",\"Composer\",\"Milliseconds\",\"Bytes\",\"UnitPrice\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500,2501,2502,2503,2504,2505,2506,2507,2508,2509,2510,2511,2512,2513,2514,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2541,2542,2543,2544,2545,2546,2547,2548,2549,2550,2551,2552,2553,2554,2555,2556,2557,2558,2559,2560,2561,2562,2563,2564,2565,2566,2567,2568,2569,2570,2571,2572,2573,2574,2575,2576,2577,2578,2579,2580,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596,2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,2608,2609,2610,2611,2612,2613,2614,2615,2616,2617,2618,2619,2620,2621,2622,2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634,2635,2636,2637,2638,2639,2640,2641,2642,2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,2721,2722,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,2751,2752,2753,2754,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,2766,2767,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,2780,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,2857,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,3234,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,3278,3279,3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,3388,3389,3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,3406,3407,3408,3409,3410,3411,3412,3413,3414,3415,3416,3417,3418,3419,3420,3421,3422,3423,3424,3425,3426,3427,3428,3429,3430,3431,3432,3433,3434,3435,3436,3437,3438,3439,3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472,3473,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490,3491,3492,3493,3494,3495,3496,3497,3498,3499,3500,3501,3502],\"data\":[[1,\"For Those About To Rock (We Salute You)\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",343719,11170334,0.99],[2,\"Balls to the Wall\",2,2,1,null,342562,5510424,0.99],[3,\"Fast As a Shark\",3,2,1,\"F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman\",230619,3990994,0.99],[4,\"Restless and Wild\",3,2,1,\"F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman\",252051,4331779,0.99],[5,\"Princess of the Dawn\",3,2,1,\"Deaffy & R.A. Smith-Diesel\",375418,6290521,0.99],[6,\"Put The Finger On You\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205662,6713451,0.99],[7,\"Let's Get It Up\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",233926,7636561,0.99],[8,\"Inject The Venom\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",210834,6852860,0.99],[9,\"Snowballed\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",203102,6599424,0.99],[10,\"Evil Walks\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263497,8611245,0.99],[11,\"C.O.D.\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",199836,6566314,0.99],[12,\"Breaking The Rules\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",263288,8596840,0.99],[13,\"Night Of The Long Knives\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",205688,6706347,0.99],[14,\"Spellbound\",1,1,1,\"Angus Young, Malcolm Young, Brian Johnson\",270863,8817038,0.99],[15,\"Go Down\",4,1,1,\"AC\\/DC\",331180,10847611,0.99],[16,\"Dog Eat Dog\",4,1,1,\"AC\\/DC\",215196,7032162,0.99],[17,\"Let There Be Rock\",4,1,1,\"AC\\/DC\",366654,12021261,0.99],[18,\"Bad Boy Boogie\",4,1,1,\"AC\\/DC\",267728,8776140,0.99],[19,\"Problem Child\",4,1,1,\"AC\\/DC\",325041,10617116,0.99],[20,\"Overdose\",4,1,1,\"AC\\/DC\",369319,12066294,0.99],[21,\"Hell Ain't A Bad Place To Be\",4,1,1,\"AC\\/DC\",254380,8331286,0.99],[22,\"Whole Lotta Rosie\",4,1,1,\"AC\\/DC\",323761,10547154,0.99],[23,\"Walk On Water\",5,1,1,\"Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw\",295680,9719579,0.99],[24,\"Love In An Elevator\",5,1,1,\"Steven Tyler, Joe Perry\",321828,10552051,0.99],[25,\"Rag Doll\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance, Holly Knight\",264698,8675345,0.99],[26,\"What It Takes\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",310622,10144730,0.99],[27,\"Dude (Looks Like A Lady)\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",264855,8679940,0.99],[28,\"Janie's Got A Gun\",5,1,1,\"Steven Tyler, Tom Hamilton\",330736,10869391,0.99],[29,\"Cryin'\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",309263,10056995,0.99],[30,\"Amazing\",5,1,1,\"Steven Tyler, Richie Supa\",356519,11616195,0.99],[31,\"Blind Man\",5,1,1,\"Steven Tyler, Joe Perry, Taylor Rhodes\",240718,7877453,0.99],[32,\"Deuces Are Wild\",5,1,1,\"Steven Tyler, Jim Vallance\",215875,7074167,0.99],[33,\"The Other Side\",5,1,1,\"Steven Tyler, Jim Vallance\",244375,7983270,0.99],[34,\"Crazy\",5,1,1,\"Steven Tyler, Joe Perry, Desmond Child\",316656,10402398,0.99],[35,\"Eat The Rich\",5,1,1,\"Steven Tyler, Joe Perry, Jim Vallance\",251036,8262039,0.99],[36,\"Angel\",5,1,1,\"Steven Tyler, Desmond Child\",307617,9989331,0.99],[37,\"Livin' On The Edge\",5,1,1,\"Steven Tyler, Joe Perry, Mark Hudson\",381231,12374569,0.99],[38,\"All I Really Want\",6,1,1,\"Alanis Morissette & Glenn Ballard\",284891,9375567,0.99],[39,\"You Oughta Know\",6,1,1,\"Alanis Morissette & Glenn Ballard\",249234,8196916,0.99],[40,\"Perfect\",6,1,1,\"Alanis Morissette & Glenn Ballard\",188133,6145404,0.99],[41,\"Hand In My Pocket\",6,1,1,\"Alanis Morissette & Glenn Ballard\",221570,7224246,0.99],[42,\"Right Through You\",6,1,1,\"Alanis Morissette & Glenn Ballard\",176117,5793082,0.99],[43,\"Forgiven\",6,1,1,\"Alanis Morissette & Glenn Ballard\",300355,9753256,0.99],[44,\"You Learn\",6,1,1,\"Alanis Morissette & Glenn Ballard\",239699,7824837,0.99],[45,\"Head Over Feet\",6,1,1,\"Alanis Morissette & Glenn Ballard\",267493,8758008,0.99],[46,\"Mary Jane\",6,1,1,\"Alanis Morissette & Glenn Ballard\",280607,9163588,0.99],[47,\"Ironic\",6,1,1,\"Alanis Morissette & Glenn Ballard\",229825,7598866,0.99],[48,\"Not The Doctor\",6,1,1,\"Alanis Morissette & Glenn Ballard\",227631,7604601,0.99],[49,\"Wake Up\",6,1,1,\"Alanis Morissette & Glenn Ballard\",293485,9703359,0.99],[50,\"You Oughta Know (Alternate)\",6,1,1,\"Alanis Morissette & Glenn Ballard\",491885,16008629,0.99],[51,\"We Die Young\",7,1,1,\"Jerry Cantrell\",152084,4925362,0.99],[52,\"Man In The Box\",7,1,1,\"Jerry Cantrell, Layne Staley\",286641,9310272,0.99],[53,\"Sea Of Sorrow\",7,1,1,\"Jerry Cantrell\",349831,11316328,0.99],[54,\"Bleed The Freak\",7,1,1,\"Jerry Cantrell\",241946,7847716,0.99],[55,\"I Can't Remember\",7,1,1,\"Jerry Cantrell, Layne Staley\",222955,7302550,0.99],[56,\"Love, Hate, Love\",7,1,1,\"Jerry Cantrell, Layne Staley\",387134,12575396,0.99],[57,\"It Ain't Like That\",7,1,1,\"Jerry Cantrell, Michael Starr, Sean Kinney\",277577,8993793,0.99],[58,\"Sunshine\",7,1,1,\"Jerry Cantrell\",284969,9216057,0.99],[59,\"Put You Down\",7,1,1,\"Jerry Cantrell\",196231,6420530,0.99],[60,\"Confusion\",7,1,1,\"Jerry Cantrell, Michael Starr, Layne Staley\",344163,11183647,0.99],[61,\"I Know Somethin (Bout You)\",7,1,1,\"Jerry Cantrell\",261955,8497788,0.99],[62,\"Real Thing\",7,1,1,\"Jerry Cantrell, Layne Staley\",243879,7937731,0.99],[63,\"Desafinado\",8,1,2,null,185338,5990473,0.99],[64,\"Garota De Ipanema\",8,1,2,null,285048,9348428,0.99],[65,\"Samba De Uma Nota S\\u00c3\\u00b3 (One Note Samba)\",8,1,2,null,137273,4535401,0.99],[66,\"Por Causa De Voc\\u00c3\\u00aa\",8,1,2,null,169900,5536496,0.99],[67,\"Ligia\",8,1,2,null,251977,8226934,0.99],[68,\"Fotografia\",8,1,2,null,129227,4198774,0.99],[69,\"Dindi (Dindi)\",8,1,2,null,253178,8149148,0.99],[70,\"Se Todos Fossem Iguais A Voc\\u00c3\\u00aa (Instrumental)\",8,1,2,null,134948,4393377,0.99],[71,\"Falando De Amor\",8,1,2,null,219663,7121735,0.99],[72,\"Angela\",8,1,2,null,169508,5574957,0.99],[73,\"Corcovado (Quiet Nights Of Quiet Stars)\",8,1,2,null,205662,6687994,0.99],[74,\"Outra Vez\",8,1,2,null,126511,4110053,0.99],[75,\"O Boto (B\\u00c3\\u00b4to)\",8,1,2,null,366837,12089673,0.99],[76,\"Canta, Canta Mais\",8,1,2,null,271856,8719426,0.99],[77,\"Enter Sandman\",9,1,3,\"Apocalyptica\",221701,7286305,0.99],[78,\"Master Of Puppets\",9,1,3,\"Apocalyptica\",436453,14375310,0.99],[79,\"Harvester Of Sorrow\",9,1,3,\"Apocalyptica\",374543,12372536,0.99],[80,\"The Unforgiven\",9,1,3,\"Apocalyptica\",322925,10422447,0.99],[81,\"Sad But True\",9,1,3,\"Apocalyptica\",288208,9405526,0.99],[82,\"Creeping Death\",9,1,3,\"Apocalyptica\",308035,10110980,0.99],[83,\"Wherever I May Roam\",9,1,3,\"Apocalyptica\",369345,12033110,0.99],[84,\"Welcome Home (Sanitarium)\",9,1,3,\"Apocalyptica\",350197,11406431,0.99],[85,\"Cochise\",10,1,1,\"Audioslave\\/Chris Cornell\",222380,5339931,0.99],[86,\"Show Me How to Live\",10,1,1,\"Audioslave\\/Chris Cornell\",277890,6672176,0.99],[87,\"Gasoline\",10,1,1,\"Audioslave\\/Chris Cornell\",279457,6709793,0.99],[88,\"What You Are\",10,1,1,\"Audioslave\\/Chris Cornell\",249391,5988186,0.99],[89,\"Like a Stone\",10,1,1,\"Audioslave\\/Chris Cornell\",294034,7059624,0.99],[90,\"Set It Off\",10,1,1,\"Audioslave\\/Chris Cornell\",263262,6321091,0.99],[91,\"Shadow on the Sun\",10,1,1,\"Audioslave\\/Chris Cornell\",343457,8245793,0.99],[92,\"I am the Highway\",10,1,1,\"Audioslave\\/Chris Cornell\",334942,8041411,0.99],[93,\"Exploder\",10,1,1,\"Audioslave\\/Chris Cornell\",206053,4948095,0.99],[94,\"Hypnotize\",10,1,1,\"Audioslave\\/Chris Cornell\",206628,4961887,0.99],[95,\"Bring'em Back Alive\",10,1,1,\"Audioslave\\/Chris Cornell\",329534,7911634,0.99],[96,\"Light My Way\",10,1,1,\"Audioslave\\/Chris Cornell\",303595,7289084,0.99],[97,\"Getaway Car\",10,1,1,\"Audioslave\\/Chris Cornell\",299598,7193162,0.99],[98,\"The Last Remaining Light\",10,1,1,\"Audioslave\\/Chris Cornell\",317492,7622615,0.99],[99,\"Your Time Has Come\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255529,8273592,0.99],[100,\"Out Of Exile\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",291291,9506571,0.99],[101,\"Be Yourself\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",279484,9106160,0.99],[102,\"Doesn't Remind Me\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",255869,8357387,0.99],[103,\"Drown Me Slowly\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233691,7609178,0.99],[104,\"Heaven's Dead\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",276688,9006158,0.99],[105,\"The Worm\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",237714,7710800,0.99],[106,\"Man Or Animal\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",233195,7542942,0.99],[107,\"Yesterday To Tomorrow\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",273763,8944205,0.99],[108,\"Dandelion\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",278125,9003592,0.99],[109,\"#1 Zero\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",299102,9731988,0.99],[110,\"The Curse\",11,1,4,\"Cornell, Commerford, Morello, Wilk\",309786,10029406,0.99],[111,\"Money\",12,1,5,\"Berry Gordy, Jr.\\/Janie Bradford\",147591,2365897,0.99],[112,\"Long Tall Sally\",12,1,5,\"Enotris Johnson\\/Little Richard\\/Robert \\\"Bumps\\\" Blackwell\",106396,1707084,0.99],[113,\"Bad Boy\",12,1,5,\"Larry Williams\",116088,1862126,0.99],[114,\"Twist And Shout\",12,1,5,\"Bert Russell\\/Phil Medley\",161123,2582553,0.99],[115,\"Please Mr. Postman\",12,1,5,\"Brian Holland\\/Freddie Gorman\\/Georgia Dobbins\\/Robert Bateman\\/William Garrett\",137639,2206986,0.99],[116,\"C'Mon Everybody\",12,1,5,\"Eddie Cochran\\/Jerry Capehart\",140199,2247846,0.99],[117,\"Rock 'N' Roll Music\",12,1,5,\"Chuck Berry\",141923,2276788,0.99],[118,\"Slow Down\",12,1,5,\"Larry Williams\",163265,2616981,0.99],[119,\"Roadrunner\",12,1,5,\"Bo Diddley\",143595,2301989,0.99],[120,\"Carol\",12,1,5,\"Chuck Berry\",143830,2306019,0.99],[121,\"Good Golly Miss Molly\",12,1,5,\"Little Richard\",106266,1704918,0.99],[122,\"20 Flight Rock\",12,1,5,\"Ned Fairchild\",107807,1299960,0.99],[123,\"Quadrant\",13,1,2,\"Billy Cobham\",261851,8538199,0.99],[124,\"Snoopy's search-Red baron\",13,1,2,\"Billy Cobham\",456071,15075616,0.99],[125,\"Spanish moss-\\\"A sound portrait\\\"-Spanish moss\",13,1,2,\"Billy Cobham\",248084,8217867,0.99],[126,\"Moon germs\",13,1,2,\"Billy Cobham\",294060,9714812,0.99],[127,\"Stratus\",13,1,2,\"Billy Cobham\",582086,19115680,0.99],[128,\"The pleasant pheasant\",13,1,2,\"Billy Cobham\",318066,10630578,0.99],[129,\"Solo-Panhandler\",13,1,2,\"Billy Cobham\",246151,8230661,0.99],[130,\"Do what cha wanna\",13,1,2,\"George Duke\",274155,9018565,0.99],[131,\"Intro\\/ Low Down\",14,1,3,null,323683,10642901,0.99],[132,\"13 Years Of Grief\",14,1,3,null,246987,8137421,0.99],[133,\"Stronger Than Death\",14,1,3,null,300747,9869647,0.99],[134,\"All For You\",14,1,3,null,235833,7726948,0.99],[135,\"Super Terrorizer\",14,1,3,null,319373,10513905,0.99],[136,\"Phoney Smile Fake Hellos\",14,1,3,null,273606,9011701,0.99],[137,\"Lost My Better Half\",14,1,3,null,284081,9355309,0.99],[138,\"Bored To Tears\",14,1,3,null,247327,8130090,0.99],[139,\"A.N.D.R.O.T.A.Z.\",14,1,3,null,266266,8574746,0.99],[140,\"Born To Booze\",14,1,3,null,282122,9257358,0.99],[141,\"World Of Trouble\",14,1,3,null,359157,11820932,0.99],[142,\"No More Tears\",14,1,3,null,555075,18041629,0.99],[143,\"The Begining... At Last\",14,1,3,null,365662,11965109,0.99],[144,\"Heart Of Gold\",15,1,3,null,194873,6417460,0.99],[145,\"Snowblind\",15,1,3,null,420022,13842549,0.99],[146,\"Like A Bird\",15,1,3,null,276532,9115657,0.99],[147,\"Blood In The Wall\",15,1,3,null,284368,9359475,0.99],[148,\"The Beginning...At Last\",15,1,3,null,271960,8975814,0.99],[149,\"Black Sabbath\",16,1,3,null,382066,12440200,0.99],[150,\"The Wizard\",16,1,3,null,264829,8646737,0.99],[151,\"Behind The Wall Of Sleep\",16,1,3,null,217573,7169049,0.99],[152,\"N.I.B.\",16,1,3,null,368770,12029390,0.99],[153,\"Evil Woman\",16,1,3,null,204930,6655170,0.99],[154,\"Sleeping Village\",16,1,3,null,644571,21128525,0.99],[155,\"Warning\",16,1,3,null,212062,6893363,0.99],[156,\"Wheels Of Confusion \\/ The Straightener\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",494524,16065830,0.99],[157,\"Tomorrow's Dream\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",192496,6252071,0.99],[158,\"Changes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",286275,9175517,0.99],[159,\"FX\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",103157,3331776,0.99],[160,\"Supernaut\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",285779,9245971,0.99],[161,\"Snowblind\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",331676,10813386,0.99],[162,\"Cornucopia\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",234814,7653880,0.99],[163,\"Laguna Sunrise\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",173087,5671374,0.99],[164,\"St. Vitus Dance\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",149655,4884969,0.99],[165,\"Under The Sun\\/Every Day Comes and Goes\",17,1,3,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",350458,11360486,0.99],[166,\"Smoked Pork\",18,1,4,null,47333,1549074,0.99],[167,\"Body Count's In The House\",18,1,4,null,204251,6715413,0.99],[168,\"Now Sports\",18,1,4,null,4884,161266,0.99],[169,\"Body Count\",18,1,4,null,317936,10489139,0.99],[170,\"A Statistic\",18,1,4,null,6373,211997,0.99],[171,\"Bowels Of The Devil\",18,1,4,null,223216,7324125,0.99],[172,\"The Real Problem\",18,1,4,null,11650,387360,0.99],[173,\"KKK Bitch\",18,1,4,null,173008,5709631,0.99],[174,\"D Note\",18,1,4,null,95738,3067064,0.99],[175,\"Voodoo\",18,1,4,null,300721,9875962,0.99],[176,\"The Winner Loses\",18,1,4,null,392254,12843821,0.99],[177,\"There Goes The Neighborhood\",18,1,4,null,350171,11443471,0.99],[178,\"Oprah\",18,1,4,null,6635,224313,0.99],[179,\"Evil Dick\",18,1,4,null,239020,7828873,0.99],[180,\"Body Count Anthem\",18,1,4,null,166426,5463690,0.99],[181,\"Momma's Gotta Die Tonight\",18,1,4,null,371539,12122946,0.99],[182,\"Freedom Of Speech\",18,1,4,null,281234,9337917,0.99],[183,\"King In Crimson\",19,1,3,\"Roy Z\",283167,9218499,0.99],[184,\"Chemical Wedding\",19,1,3,\"Roy Z\",246177,8022764,0.99],[185,\"The Tower\",19,1,3,\"Roy Z\",285257,9435693,0.99],[186,\"Killing Floor\",19,1,3,\"Adrian Smith\",269557,8854240,0.99],[187,\"Book Of Thel\",19,1,3,\"Eddie Casillas\\/Roy Z\",494393,16034404,0.99],[188,\"Gates Of Urizen\",19,1,3,\"Roy Z\",265351,8627004,0.99],[189,\"Jerusalem\",19,1,3,\"Roy Z\",402390,13194463,0.99],[190,\"Trupets Of Jericho\",19,1,3,\"Roy Z\",359131,11820908,0.99],[191,\"Machine Men\",19,1,3,\"Adrian Smith\",341655,11138147,0.99],[192,\"The Alchemist\",19,1,3,\"Roy Z\",509413,16545657,0.99],[193,\"Realword\",19,1,3,\"Roy Z\",237531,7802095,0.99],[194,\"First Time I Met The Blues\",20,1,6,\"Eurreal Montgomery\",140434,4604995,0.99],[195,\"Let Me Love You Baby\",20,1,6,\"Willie Dixon\",175386,5716994,0.99],[196,\"Stone Crazy\",20,1,6,\"Buddy Guy\",433397,14184984,0.99],[197,\"Pretty Baby\",20,1,6,\"Willie Dixon\",237662,7848282,0.99],[198,\"When My Left Eye Jumps\",20,1,6,\"Al Perkins\\/Willie Dixon\",235311,7685363,0.99],[199,\"Leave My Girl Alone\",20,1,6,\"Buddy Guy\",204721,6859518,0.99],[200,\"She Suits Me To A Tee\",20,1,6,\"Buddy Guy\",136803,4456321,0.99],[201,\"Keep It To Myself (Aka Keep It To Yourself)\",20,1,6,\"Sonny Boy Williamson [I]\",166060,5487056,0.99],[202,\"My Time After Awhile\",20,1,6,\"Robert Geddins\\/Ron Badger\\/Sheldon Feinberg\",182491,6022698,0.99],[203,\"Too Many Ways (Alternate)\",20,1,6,\"Willie Dixon\",135053,4459946,0.99],[204,\"Talkin' 'Bout Women Obviously\",20,1,6,\"Amos Blakemore\\/Buddy Guy\",589531,19161377,0.99],[205,\"Jorge Da Capad\\u00c3\\u00b3cia\",21,1,7,\"Jorge Ben\",177397,5842196,0.99],[206,\"Prenda Minha\",21,1,7,\"Tradicional\",99369,3225364,0.99],[207,\"Medita\\u00c3\\u00a7\\u00c3\\u00a3o\",21,1,7,\"Tom Jobim - Newton Mendo\\u00c3\\u00a7a\",148793,4865597,0.99],[208,\"Terra\",21,1,7,\"Caetano Veloso\",482429,15889054,0.99],[209,\"Eclipse Oculto\",21,1,7,\"Caetano Veloso\",221936,7382703,0.99],[210,\"Texto \\\"Verdade Tropical\\\"\",21,1,7,\"Caetano Veloso\",84088,2752161,0.99],[211,\"Bem Devagar\",21,1,7,\"Gilberto Gil\",133172,4333651,0.99],[212,\"Dr\\u00c3\\u00a3o\",21,1,7,\"Gilberto Gil\",156264,5065932,0.99],[213,\"Saudosismo\",21,1,7,\"Caetano Veloso\",144326,4726981,0.99],[214,\"Carolina\",21,1,7,\"Chico Buarque\",181812,5924159,0.99],[215,\"Sozinho\",21,1,7,\"Peninha\",190589,6253200,0.99],[216,\"Esse Cara\",21,1,7,\"Caetano Veloso\",223111,7217126,0.99],[217,\"Mel\",21,1,7,\"Caetano Veloso - Waly Salom\\u00c3\\u00a3o\",294765,9854062,0.99],[218,\"Linha Do Equador\",21,1,7,\"Caetano Veloso - Djavan\",299337,10003747,0.99],[219,\"Odara\",21,1,7,\"Caetano Veloso\",141270,4704104,0.99],[220,\"A Luz De Tieta\",21,1,7,\"Caetano Veloso\",251742,8507446,0.99],[221,\"Atr\\u00c3\\u00a1s Da Verd-E-Rosa S\\u00c3\\u00b3 N\\u00c3\\u00a3o Vai Quem J\\u00c3\\u00a1 Morreu\",21,1,7,\"David Corr\\u00c3\\u00aaa - Paulinho Carvalho - Carlos Sena - Bira do Ponto\",307252,10364247,0.99],[222,\"Vida Boa\",21,1,7,\"Fausto Nilo - Armandinho\",281730,9411272,0.99],[223,\"Sozinho (Hitmakers Classic Mix)\",22,1,7,null,436636,14462072,0.99],[224,\"Sozinho (Hitmakers Classic Radio Edit)\",22,1,7,null,195004,6455134,0.99],[225,\"Sozinho (Ca\\u00c3\\u00aadrum 'n' Bass)\",22,1,7,null,328071,10975007,0.99],[226,\"Carolina\",23,1,7,null,163056,5375395,0.99],[227,\"Essa Mo\\u00c3\\u00a7a Ta Diferente\",23,1,7,null,167235,5568574,0.99],[228,\"Vai Passar\",23,1,7,null,369763,12359161,0.99],[229,\"Samba De Orly\",23,1,7,null,162429,5431854,0.99],[230,\"Bye, Bye Brasil\",23,1,7,null,283402,9499590,0.99],[231,\"Atras Da Porta\",23,1,7,null,189675,6132843,0.99],[232,\"Tatuagem\",23,1,7,null,172120,5645703,0.99],[233,\"O Que Ser\\u00c3\\u00a1 (\\u00c3\\u0080 Flor Da Terra)\",23,1,7,null,167288,5574848,0.99],[234,\"Morena De Angola\",23,1,7,null,186801,6373932,0.99],[235,\"Apesar De Voc\\u00c3\\u00aa\",23,1,7,null,234501,7886937,0.99],[236,\"A Banda\",23,1,7,null,132493,4349539,0.99],[237,\"Minha Historia\",23,1,7,null,182256,6029673,0.99],[238,\"Com A\\u00c3\\u00a7\\u00c3\\u00bacar E Com Afeto\",23,1,7,null,175386,5846442,0.99],[239,\"Brejo Da Cruz\",23,1,7,null,214099,7270749,0.99],[240,\"Meu Caro Amigo\",23,1,7,null,260257,8778172,0.99],[241,\"Geni E O Zepelim\",23,1,7,null,317570,10342226,0.99],[242,\"Trocando Em Mi\\u00c3\\u00bados\",23,1,7,null,169717,5461468,0.99],[243,\"Vai Trabalhar Vagabundo\",23,1,7,null,139154,4693941,0.99],[244,\"Gota D'\\u00c3\\u00a1gua\",23,1,7,null,153208,5074189,0.99],[245,\"Constru\\u00c3\\u00a7\\u00c3\\u00a3o \\/ Deus Lhe Pague\",23,1,7,null,383059,12675305,0.99],[246,\"Mateus Enter\",24,1,7,\"Chico Science\",33149,1103013,0.99],[247,\"O Cidad\\u00c3\\u00a3o Do Mundo\",24,1,7,\"Chico Science\",200933,6724966,0.99],[248,\"Etnia\",24,1,7,\"Chico Science\",152555,5061413,0.99],[249,\"Quilombo Groove [Instrumental]\",24,1,7,\"Chico Science\",151823,5042447,0.99],[250,\"Mac\\u00c3\\u00b4\",24,1,7,\"Chico Science\",249600,8253934,0.99],[251,\"Um Passeio No Mundo Livre\",24,1,7,\"Chico Science\",240091,7984291,0.99],[252,\"Samba Do Lado\",24,1,7,\"Chico Science\",227317,7541688,0.99],[253,\"Maracatu At\\u00c3\\u00b4mico\",24,1,7,\"Chico Science\",284264,9670057,0.99],[254,\"O Encontro De Isaac Asimov Com Santos Dumont No C\\u00c3\\u00a9u\",24,1,7,\"Chico Science\",99108,3240816,0.99],[255,\"Corpo De Lama\",24,1,7,\"Chico Science\",232672,7714954,0.99],[256,\"Sobremesa\",24,1,7,\"Chico Science\",240091,7960868,0.99],[257,\"Manguetown\",24,1,7,\"Chico Science\",194560,6475159,0.99],[258,\"Um Sat\\u00c3\\u00a9lite Na Cabe\\u00c3\\u00a7a\",24,1,7,\"Chico Science\",126615,4272821,0.99],[259,\"Bai\\u00c3\\u00a3o Ambiental [Instrumental]\",24,1,7,\"Chico Science\",152659,5198539,0.99],[260,\"Sangue De Bairro\",24,1,7,\"Chico Science\",132231,4415557,0.99],[261,\"Enquanto O Mundo Explode\",24,1,7,\"Chico Science\",88764,2968650,0.99],[262,\"Interlude Zumbi\",24,1,7,\"Chico Science\",71627,2408550,0.99],[263,\"Crian\\u00c3\\u00a7a De Domingo\",24,1,7,\"Chico Science\",208222,6984813,0.99],[264,\"Amor De Muito\",24,1,7,\"Chico Science\",175333,5881293,0.99],[265,\"Samidarish [Instrumental]\",24,1,7,\"Chico Science\",272431,8911641,0.99],[266,\"Maracatu At\\u00c3\\u00b4mico [Atomic Version]\",24,1,7,\"Chico Science\",273084,9019677,0.99],[267,\"Maracatu At\\u00c3\\u00b4mico [Ragga Mix]\",24,1,7,\"Chico Science\",210155,6986421,0.99],[268,\"Maracatu At\\u00c3\\u00b4mico [Trip Hop]\",24,1,7,\"Chico Science\",221492,7380787,0.99],[269,\"Banditismo Por Uma Questa\",25,1,7,null,307095,10251097,0.99],[270,\"Banditismo Por Uma Questa\",25,1,7,null,243644,8147224,0.99],[271,\"Rios Pontes & Overdrives\",25,1,7,null,286720,9659152,0.99],[272,\"Cidade\",25,1,7,null,216346,7241817,0.99],[273,\"Praiera\",25,1,7,null,183640,6172781,0.99],[274,\"Samba Makossa\",25,1,7,null,271856,9095410,0.99],[275,\"Da Lama Ao Caos\",25,1,7,null,251559,8378065,0.99],[276,\"Maracatu De Tiro Certeiro\",25,1,7,null,88868,2901397,0.99],[277,\"Salustiano Song\",25,1,7,null,215405,7183969,0.99],[278,\"Antene Se\",25,1,7,null,248372,8253618,0.99],[279,\"Risoflora\",25,1,7,null,105586,3536938,0.99],[280,\"Lixo Do Mangue\",25,1,7,null,193253,6534200,0.99],[281,\"Computadores Fazem Arte\",25,1,7,null,404323,13702771,0.99],[282,\"Girassol\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Pedro Luis\\/Toni Garrido\",249808,8327676,0.99],[283,\"A Sombra Da Maldade\",26,1,8,\"Da Gama\\/Toni Garrido\",230922,7697230,0.99],[284,\"Johnny B. Goode\",26,1,8,\"Chuck Berry\",254615,8505985,0.99],[285,\"Soldado Da Paz\",26,1,8,\"Herbert Vianna\",194220,6455080,0.99],[286,\"Firmamento\",26,1,8,\"Bino Farias\\/Da Gama\\/Henry Lawes\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\\/Winston Foser-Vers\",222145,7402658,0.99],[287,\"Extra\",26,1,8,\"Gilberto Gil\",304352,10078050,0.99],[288,\"O Er\\u00c3\\u00aa\",26,1,8,\"Bernardo Vilhena\\/Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",236382,7866924,0.99],[289,\"Podes Crer\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",232280,7747747,0.99],[290,\"A Estrada\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",248842,8275673,0.99],[291,\"Berlim\",26,1,8,\"Da Gama\\/Toni Garrido\",207542,6920424,0.99],[292,\"J\\u00c3\\u00a1 Foi\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",221544,7388466,0.99],[293,\"Onde Voc\\u00c3\\u00aa Mora?\",26,1,8,\"Marisa Monte\\/Nando Reis\",256026,8502588,0.99],[294,\"Pensamento\",26,1,8,\"Bino Farias\\/Da Gamma\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernard\",173008,5748424,0.99],[295,\"Concilia\\u00c3\\u00a7\\u00c3\\u00a3o\",26,1,8,\"Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",257619,8552474,0.99],[296,\"Realidade Virtual\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/Toni Garrido\",195239,6503533,0.99],[297,\"Mensagem\",26,1,8,\"Bino Farias\\/Da Gama\\/Laz\\u00c3\\u00a3o\\/R\\u00c3\\u00a1s Bernardo\",225332,7488852,0.99],[298,\"A Cor Do Sol\",26,1,8,\"Bernardo Vilhena\\/Da Gama\\/Laz\\u00c3\\u00a3o\",231392,7663348,0.99],[299,\"Onde Voc\\u00c3\\u00aa Mora?\",27,1,8,\"Marisa Monte\\/Nando Reis\",298396,10056970,0.99],[300,\"O Er\\u00c3\\u00aa\",27,1,8,\"Bernardo Vilhena\\/Bino\\/Da Gama\\/Lazao\\/Toni Garrido\",206942,6950332,0.99],[301,\"A Sombra Da Maldade\",27,1,8,\"Da Gama\\/Toni Garrido\",285231,9544383,0.99],[302,\"A Estrada\",27,1,8,\"Da Gama\\/Lazao\\/Toni Garrido\",282174,9344477,0.99],[303,\"Falar A Verdade\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",244950,8189093,0.99],[304,\"Firmamento\",27,1,8,\"Harry Lawes\\/Winston Foster-Vers\",225488,7507866,0.99],[305,\"Pensamento\",27,1,8,\"Bino\\/Da Gama\\/Ras Bernardo\",192391,6399761,0.99],[306,\"Realidade Virtual\",27,1,8,\"Bino\\/Da Gamma\\/Lazao\\/Toni Garrido\",240300,8069934,0.99],[307,\"Doutor\",27,1,8,\"Bino\\/Da Gama\\/Toni Garrido\",178155,5950952,0.99],[308,\"Na Frente Da TV\",27,1,8,\"Bino\\/Da Gama\\/Lazao\\/Ras Bernardo\",289750,9633659,0.99],[309,\"Downtown\",27,1,8,\"Cidade Negra\",239725,8024386,0.99],[310,\"S\\u00c3\\u00a1bado A Noite\",27,1,8,\"Lulu Santos\",267363,8895073,0.99],[311,\"A Cor Do Sol\",27,1,8,\"Bernardo Vilhena\\/Da Gama\\/Lazao\",273031,9142937,0.99],[312,\"Eu Tamb\\u00c3\\u00a9m Quero Beijar\",27,1,8,\"Fausto Nilo\\/Moraes Moreira\\/Pepeu Gomes\",211147,7029400,0.99],[313,\"Noite Do Prazer\",28,1,7,null,311353,10309980,0.99],[314,\"\\u00c3\\u0080 Francesa\",28,1,7,null,244532,8150846,0.99],[315,\"Cada Um Cada Um (A Namoradeira)\",28,1,7,null,253492,8441034,0.99],[316,\"Linha Do Equador\",28,1,7,null,244715,8123466,0.99],[317,\"Amor Demais\",28,1,7,null,254040,8420093,0.99],[318,\"F\\u00c3\\u00a9rias\",28,1,7,null,264202,8731945,0.99],[319,\"Gostava Tanto De Voc\\u00c3\\u00aa\",28,1,7,null,230452,7685326,0.99],[320,\"Flor Do Futuro\",28,1,7,null,275748,9205941,0.99],[321,\"Felicidade Urgente\",28,1,7,null,266605,8873358,0.99],[322,\"Livre Pra Viver\",28,1,7,null,214595,7111596,0.99],[323,\"Dig-Dig, Lambe-Lambe (Ao Vivo)\",29,1,9,\"Cassiano Costa\\/Cintia Maviane\\/J.F.\\/Lucas Costa\",205479,6892516,0.99],[324,\"Perer\\u00c3\\u00aa\",29,1,9,\"Augusto Concei\\u00c3\\u00a7\\u00c3\\u00a3o\\/Chiclete Com Banana\",198661,6643207,0.99],[325,\"TriboTchan\",29,1,9,\"Cal Adan\\/Paulo Levi\",194194,6507950,0.99],[326,\"Tapa Aqui, Descobre Ali\",29,1,9,\"Paulo Levi\\/W. Rangel\",188630,6327391,0.99],[327,\"Daniela\",29,1,9,\"Jorge Cardoso\\/Pierre Onasis\",230791,7748006,0.99],[328,\"Bate Lata\",29,1,9,\"F\\u00c3\\u00a1bio Nolasco\\/Gal Sales\\/Ivan Brasil\",206733,7034985,0.99],[329,\"Garotas do Brasil\",29,1,9,\"Garay, Ricardo Engels\\/Luca Predabom\\/Ludwig, Carlos Henrique\\/Maur\\u00c3\\u00adcio Vieira\",210155,6973625,0.99],[330,\"Levada do Amor (Ailoviu)\",29,1,9,\"Luiz Wanderley\\/Paulo Levi\",190093,6457752,0.99],[331,\"Lavadeira\",29,1,9,\"Do Vale, Valverde\\/Gal Oliveira\\/Luciano Pinto\",214256,7254147,0.99],[332,\"Reboladeira\",29,1,9,\"Cal Adan\\/Ferrugem\\/Julinho Carioca\\/Tr\\u00c3\\u00adona N\\u00c3\\u00ad Dhomhnaill\",210599,7027525,0.99],[333,\"\\u00c3\\u0089 que Nessa Encarna\\u00c3\\u00a7\\u00c3\\u00a3o Eu Nasci Manga\",29,1,9,\"Lucina\\/Luli\",196519,6568081,0.99],[334,\"Reggae Tchan\",29,1,9,\"Cal Adan\\/Del Rey, Tension\\/Edu Casanova\",206654,6931328,0.99],[335,\"My Love\",29,1,9,\"Jauperi\\/Zeu G\\u00c3\\u00b3es\",203493,6772813,0.99],[336,\"Latinha de Cerveja\",29,1,9,\"Adriano Bernandes\\/Edmar Neves\",166687,5532564,0.99],[337,\"You Shook Me\",30,1,1,\"J B Lenoir\\/Willie Dixon\",315951,10249958,0.99],[338,\"I Can't Quit You Baby\",30,1,1,\"Willie Dixon\",263836,8581414,0.99],[339,\"Communication Breakdown\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",192653,6287257,0.99],[340,\"Dazed and Confused\",30,1,1,\"Jimmy Page\",401920,13035765,0.99],[341,\"The Girl I Love She Got Long Black Wavy Hair\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Estes\\/John Paul Jones\\/Robert Plant\",183327,5995686,0.99],[342,\"What is and Should Never Be\",30,1,1,\"Jimmy Page\\/Robert Plant\",260675,8497116,0.99],[343,\"Communication Breakdown(2)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",161149,5261022,0.99],[344,\"Travelling Riverside Blues\",30,1,1,\"Jimmy Page\\/Robert Johnson\\/Robert Plant\",312032,10232581,0.99],[345,\"Whole Lotta Love\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",373394,12258175,0.99],[346,\"Somethin' Else\",30,1,1,\"Bob Cochran\\/Sharon Sheeley\",127869,4165650,0.99],[347,\"Communication Breakdown(3)\",30,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",185260,6041133,0.99],[348,\"I Can't Quit You Baby(2)\",30,1,1,\"Willie Dixon\",380551,12377615,0.99],[349,\"You Shook Me(2)\",30,1,1,\"J B Lenoir\\/Willie Dixon\",619467,20138673,0.99],[350,\"How Many More Times\",30,1,1,\"Chester Burnett\\/Jimmy Page\\/John Bonham\\/John Paul Jones\\/Robert Plant\",711836,23092953,0.99],[351,\"Debra Kadabra\",31,1,1,\"Frank Zappa\",234553,7649679,0.99],[352,\"Carolina Hard-Core Ecstasy\",31,1,1,\"Frank Zappa\",359680,11731061,0.99],[353,\"Sam With The Showing Scalp Flat Top\",31,1,1,\"Don Van Vliet\",171284,5572993,0.99],[354,\"Poofter's Froth Wyoming Plans Ahead\",31,1,1,\"Frank Zappa\",183902,6007019,0.99],[355,\"200 Years Old\",31,1,1,\"Frank Zappa\",272561,8912465,0.99],[356,\"Cucamonga\",31,1,1,\"Frank Zappa\",144483,4728586,0.99],[357,\"Advance Romance\",31,1,1,\"Frank Zappa\",677694,22080051,0.99],[358,\"Man With The Woman Head\",31,1,1,\"Don Van Vliet\",88894,2922044,0.99],[359,\"Muffin Man\",31,1,1,\"Frank Zappa\",332878,10891682,0.99],[360,\"Vai-Vai 2001\",32,1,10,null,276349,9402241,0.99],[361,\"X-9 2001\",32,1,10,null,273920,9310370,0.99],[362,\"Gavioes 2001\",32,1,10,null,282723,9616640,0.99],[363,\"Nene 2001\",32,1,10,null,284969,9694508,0.99],[364,\"Rosas De Ouro 2001\",32,1,10,null,284342,9721084,0.99],[365,\"Mocidade Alegre 2001\",32,1,10,null,282488,9599937,0.99],[366,\"Camisa Verde 2001\",32,1,10,null,283454,9633755,0.99],[367,\"Leandro De Itaquera 2001\",32,1,10,null,274808,9451845,0.99],[368,\"Tucuruvi 2001\",32,1,10,null,287921,9883335,0.99],[369,\"Aguia De Ouro 2001\",32,1,10,null,284160,9698729,0.99],[370,\"Ipiranga 2001\",32,1,10,null,248293,8522591,0.99],[371,\"Morro Da Casa Verde 2001\",32,1,10,null,284708,9718778,0.99],[372,\"Perola Negra 2001\",32,1,10,null,281626,9619196,0.99],[373,\"Sao Lucas 2001\",32,1,10,null,296254,10020122,0.99],[374,\"Guanabara\",33,1,7,\"Marcos Valle\",247614,8499591,0.99],[375,\"Mas Que Nada\",33,1,7,\"Jorge Ben\",248398,8255254,0.99],[376,\"V\\u00c3\\u00b4o Sobre o Horizonte\",33,1,7,\"J.r.Bertami\\/Parana\",225097,7528825,0.99],[377,\"A Paz\",33,1,7,\"Donato\\/Gilberto Gil\",263183,8619173,0.99],[378,\"Wave (Vou te Contar)\",33,1,7,\"Antonio Carlos Jobim\",271647,9057557,0.99],[379,\"\\u00c3\\u0081gua de Beber\",33,1,7,\"Antonio Carlos Jobim\\/Vinicius de Moraes\",146677,4866476,0.99],[380,\"Samba da Ben\\u00c3\\u00a7aco\",33,1,7,\"Baden Powell\\/Vinicius de Moraes\",282200,9440676,0.99],[381,\"Pode Parar\",33,1,7,\"Jorge Vercilo\\/Jota Maranhao\",179408,6046678,0.99],[382,\"Menino do Rio\",33,1,7,\"Caetano Veloso\",262713,8737489,0.99],[383,\"Ando Meio Desligado\",33,1,7,\"Caetano Veloso\",195813,6547648,0.99],[384,\"Mist\\u00c3\\u00a9rio da Ra\\u00c3\\u00a7a\",33,1,7,\"Luiz Melodia\\/Ricardo Augusto\",184320,6191752,0.99],[385,\"All Star\",33,1,7,\"Nando Reis\",176326,5891697,0.99],[386,\"Menina Bonita\",33,1,7,\"Alexandre Brazil\\/Pedro Luis\\/Rodrigo Cabelo\",237087,7938246,0.99],[387,\"Pescador de Ilus\\u00c3\\u00b5es\",33,1,7,\"Macelo Yuka\\/O Rappa\",245524,8267067,0.99],[388,\"\\u00c3\\u0080 Vontade (Live Mix)\",33,1,7,\"Bombom\\/Ed Motta\",180636,5972430,0.99],[389,\"Maria Fuma\\u00c3\\u00a7a\",33,1,7,\"Luiz Carlos\\/Oberdan\",141008,4743149,0.99],[390,\"Sambassim (dj patife remix)\",33,1,7,\"Alba Carvalho\\/Fernando Porto\",213655,7243166,0.99],[391,\"Garota De Ipanema\",34,1,7,\"V\\u00c3\\u00a1rios\",279536,9141343,0.99],[392,\"Tim Tim Por Tim Tim\",34,1,7,\"V\\u00c3\\u00a1rios\",213237,7143328,0.99],[393,\"Tarde Em Itapo\\u00c3\\u00a3\",34,1,7,\"V\\u00c3\\u00a1rios\",313704,10344491,0.99],[394,\"Tanto Tempo\",34,1,7,\"V\\u00c3\\u00a1rios\",170292,5572240,0.99],[395,\"Eu Vim Da Bahia - Live\",34,1,7,\"V\\u00c3\\u00a1rios\",157988,5115428,0.99],[396,\"Al\\u00c3\\u00b4 Al\\u00c3\\u00b4 Marciano\",34,1,7,\"V\\u00c3\\u00a1rios\",238106,8013065,0.99],[397,\"Linha Do Horizonte\",34,1,7,\"V\\u00c3\\u00a1rios\",279484,9275929,0.99],[398,\"Only A Dream In Rio\",34,1,7,\"V\\u00c3\\u00a1rios\",371356,12192989,0.99],[399,\"Abrir A Porta\",34,1,7,\"V\\u00c3\\u00a1rios\",271960,8991141,0.99],[400,\"Alice\",34,1,7,\"V\\u00c3\\u00a1rios\",165982,5594341,0.99],[401,\"Momentos Que Marcam\",34,1,7,\"V\\u00c3\\u00a1rios\",280137,9313740,0.99],[402,\"Um Jantar Pra Dois\",34,1,7,\"V\\u00c3\\u00a1rios\",237714,7819755,0.99],[403,\"Bumbo Da Mangueira\",34,1,7,\"V\\u00c3\\u00a1rios\",270158,9073350,0.99],[404,\"Mr Funk Samba\",34,1,7,\"V\\u00c3\\u00a1rios\",213890,7102545,0.99],[405,\"Santo Antonio\",34,1,7,\"V\\u00c3\\u00a1rios\",162716,5492069,0.99],[406,\"Por Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",205557,6792493,0.99],[407,\"S\\u00c3\\u00b3 Tinha De Ser Com Voc\\u00c3\\u00aa\",34,1,7,\"V\\u00c3\\u00a1rios\",389642,13085596,0.99],[408,\"Free Speech For The Dumb\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",155428,5076048,0.99],[409,\"It's Electric\",35,1,3,\"Harris\\/Tatler\",213995,6978601,0.99],[410,\"Sabbra Cadabra\",35,1,3,\"Black Sabbath\",380342,12418147,0.99],[411,\"Turn The Page\",35,1,3,\"Seger\",366524,11946327,0.99],[412,\"Die Die My Darling\",35,1,3,\"Danzig\",149315,4867667,0.99],[413,\"Loverman\",35,1,3,\"Cave\",472764,15446975,0.99],[414,\"Mercyful Fate\",35,1,3,\"Diamond\\/Shermann\",671712,21942829,0.99],[415,\"Astronomy\",35,1,3,\"A.Bouchard\\/J.Bouchard\\/S.Pearlman\",397531,13065612,0.99],[416,\"Whiskey In The Jar\",35,1,3,\"Traditional\",305005,9943129,0.99],[417,\"Tuesday's Gone\",35,1,3,\"Collins\\/Van Zandt\",545750,17900787,0.99],[418,\"The More I See\",35,1,3,\"Molaney\\/Morris\\/Roberts\\/Wainwright\",287973,9378873,0.99],[419,\"A Kind Of Magic\",36,1,1,\"Roger Taylor\",262608,8689618,0.99],[420,\"Under Pressure\",36,1,1,\"Queen & David Bowie\",236617,7739042,0.99],[421,\"Radio GA GA\",36,1,1,\"Roger Taylor\",343745,11358573,0.99],[422,\"I Want It All\",36,1,1,\"Queen\",241684,7876564,0.99],[423,\"I Want To Break Free\",36,1,1,\"John Deacon\",259108,8552861,0.99],[424,\"Innuendo\",36,1,1,\"Queen\",387761,12664591,0.99],[425,\"It's A Hard Life\",36,1,1,\"Freddie Mercury\",249417,8112242,0.99],[426,\"Breakthru\",36,1,1,\"Queen\",249234,8150479,0.99],[427,\"Who Wants To Live Forever\",36,1,1,\"Brian May\",297691,9577577,0.99],[428,\"Headlong\",36,1,1,\"Queen\",273057,8921404,0.99],[429,\"The Miracle\",36,1,1,\"Queen\",294974,9671923,0.99],[430,\"I'm Going Slightly Mad\",36,1,1,\"Queen\",248032,8192339,0.99],[431,\"The Invisible Man\",36,1,1,\"Queen\",238994,7920353,0.99],[432,\"Hammer To Fall\",36,1,1,\"Brian May\",220316,7255404,0.99],[433,\"Friends Will Be Friends\",36,1,1,\"Freddie Mercury & John Deacon\",248920,8114582,0.99],[434,\"The Show Must Go On\",36,1,1,\"Queen\",263784,8526760,0.99],[435,\"One Vision\",36,1,1,\"Queen\",242599,7936928,0.99],[436,\"Detroit Rock City\",37,1,1,\"Paul Stanley, B. Ezrin\",218880,7146372,0.99],[437,\"Black Diamond\",37,1,1,\"Paul Stanley\",314148,10266007,0.99],[438,\"Hard Luck Woman\",37,1,1,\"Paul Stanley\",216032,7109267,0.99],[439,\"Sure Know Something\",37,1,1,\"Paul Stanley, Vincent Poncia\",242468,7939886,0.99],[440,\"Love Gun\",37,1,1,\"Paul Stanley\",196257,6424915,0.99],[441,\"Deuce\",37,1,1,\"Gene Simmons\",185077,6097210,0.99],[442,\"Goin' Blind\",37,1,1,\"Gene Simmons, S. Coronel\",216215,7045314,0.99],[443,\"Shock Me\",37,1,1,\"Ace Frehley\",227291,7529336,0.99],[444,\"Do You Love Me\",37,1,1,\"Paul Stanley, B. Ezrin, K. Fowley\",214987,6976194,0.99],[445,\"She\",37,1,1,\"Gene Simmons, S. Coronel\",248346,8229734,0.99],[446,\"I Was Made For Loving You\",37,1,1,\"Paul Stanley, Vincent Poncia, Desmond Child\",271360,9018078,0.99],[447,\"Shout It Out Loud\",37,1,1,\"Paul Stanley, Gene Simmons, B. Ezrin\",219742,7194424,0.99],[448,\"God Of Thunder\",37,1,1,\"Paul Stanley\",255791,8309077,0.99],[449,\"Calling Dr. Love\",37,1,1,\"Gene Simmons\",225332,7395034,0.99],[450,\"Beth\",37,1,1,\"S. Penridge, Bob Ezrin, Peter Criss\",166974,5360574,0.99],[451,\"Strutter\",37,1,1,\"Paul Stanley, Gene Simmons\",192496,6317021,0.99],[452,\"Rock And Roll All Nite\",37,1,1,\"Paul Stanley, Gene Simmons\",173609,5735902,0.99],[453,\"Cold Gin\",37,1,1,\"Ace Frehley\",262243,8609783,0.99],[454,\"Plaster Caster\",37,1,1,\"Gene Simmons\",207333,6801116,0.99],[455,\"God Gave Rock 'n' Roll To You\",37,1,1,\"Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin\",320444,10441590,0.99],[456,\"Heart of the Night\",38,1,2,null,273737,9098263,0.99],[457,\"De La Luz\",38,1,2,null,315219,10518284,0.99],[458,\"Westwood Moon\",38,1,2,null,295627,9765802,0.99],[459,\"Midnight\",38,1,2,null,266866,8851060,0.99],[460,\"Playtime\",38,1,2,null,273580,9070880,0.99],[461,\"Surrender\",38,1,2,null,287634,9422926,0.99],[462,\"Valentino's\",38,1,2,null,296124,9848545,0.99],[463,\"Believe\",38,1,2,null,310778,10317185,0.99],[464,\"As We Sleep\",38,1,2,null,316865,10429398,0.99],[465,\"When Evening Falls\",38,1,2,null,298135,9863942,0.99],[466,\"J Squared\",38,1,2,null,288757,9480777,0.99],[467,\"Best Thing\",38,1,2,null,274259,9069394,0.99],[468,\"Maria\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",167262,5484747,0.99],[469,\"Poprocks And Coke\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",158354,5243078,0.99],[470,\"Longview\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",234083,7714939,0.99],[471,\"Welcome To Paradise\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",224208,7406008,0.99],[472,\"Basket Case\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",181629,5951736,0.99],[473,\"When I Come Around\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",178364,5839426,0.99],[474,\"She\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",134164,4425128,0.99],[475,\"J.A.R. (Jason Andrew Relva)\",39,1,4,\"Mike Dirnt -Words Green Day -Music\",170997,5645755,0.99],[476,\"Geek Stink Breath\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135888,4408983,0.99],[477,\"Brain Stew\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",193149,6305550,0.99],[478,\"Jaded\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",90331,2950224,0.99],[479,\"Walking Contradiction\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",151170,4932366,0.99],[480,\"Stuck With Me\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",135523,4431357,0.99],[481,\"Hitchin' A Ride\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",171546,5616891,0.99],[482,\"Good Riddance (Time Of Your Life)\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",153600,5075241,0.99],[483,\"Redundant\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",198164,6481753,0.99],[484,\"Nice Guys Finish Last\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",170187,5604618,0.99],[485,\"Minority\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",168803,5535061,0.99],[486,\"Warning\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",221910,7343176,0.99],[487,\"Waiting\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",192757,6316430,0.99],[488,\"Macy's Day Parade\",39,1,4,\"Billie Joe Armstrong -Words Green Day -Music\",213420,7075573,0.99],[489,\"Into The Light\",40,1,1,\"David Coverdale\",76303,2452653,0.99],[490,\"River Song\",40,1,1,\"David Coverdale\",439510,14359478,0.99],[491,\"She Give Me ...\",40,1,1,\"David Coverdale\",252551,8385478,0.99],[492,\"Don't You Cry\",40,1,1,\"David Coverdale\",347036,11269612,0.99],[493,\"Love Is Blind\",40,1,1,\"David Coverdale\\/Earl Slick\",344999,11409720,0.99],[494,\"Slave\",40,1,1,\"David Coverdale\\/Earl Slick\",291892,9425200,0.99],[495,\"Cry For Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",293015,9567075,0.99],[496,\"Living On Love\",40,1,1,\"Bossi\\/David Coverdale\\/Earl Slick\",391549,12785876,0.99],[497,\"Midnight Blue\",40,1,1,\"David Coverdale\\/Earl Slick\",298631,9750990,0.99],[498,\"Too Many Tears\",40,1,1,\"Adrian Vanderberg\\/David Coverdale\",359497,11810238,0.99],[499,\"Don't Lie To Me\",40,1,1,\"David Coverdale\\/Earl Slick\",283585,9288007,0.99],[500,\"Wherever You May Go\",40,1,1,\"David Coverdale\",239699,7803074,0.99],[501,\"Grito De Alerta\",41,1,7,\"Gonzaga Jr.\",202213,6539422,0.99],[502,\"N\\u00c3\\u00a3o D\\u00c3\\u00a1 Mais Pra Segurar (Explode Cora\\u00c3\\u00a7\\u00c3\\u00a3o)\",41,1,7,null,219768,7083012,0.99],[503,\"Come\\u00c3\\u00a7aria Tudo Outra Vez\",41,1,7,null,196545,6473395,0.99],[504,\"O Que \\u00c3\\u0089 O Que \\u00c3\\u0089 ?\",41,1,7,null,259291,8650647,0.99],[505,\"Sangrando\",41,1,7,\"Gonzaga Jr\\/Gonzaguinha\",169717,5494406,0.99],[506,\"Diga L\\u00c3\\u00a1, Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,255921,8280636,0.99],[507,\"Lindo Lago Do Amor\",41,1,7,\"Gonzaga Jr.\",249678,8353191,0.99],[508,\"Eu Apenas Queria Que Vo\\u00c3\\u00a7\\u00c3\\u00aa Soubesse\",41,1,7,null,155637,5130056,0.99],[509,\"Com A Perna No Mundo\",41,1,7,\"Gonzaga Jr.\",227448,7747108,0.99],[510,\"E Vamos \\u00c3\\u0080 Luta\",41,1,7,null,222406,7585112,0.99],[511,\"Um Homem Tamb\\u00c3\\u00a9m Chora (Guerreiro Menino)\",41,1,7,null,207229,6854219,0.99],[512,\"Comportamento Geral\",41,1,7,\"Gonzaga Jr\",181577,5997444,0.99],[513,\"Ponto De Interroga\\u00c3\\u00a7\\u00c3\\u00a3o\",41,1,7,null,180950,5946265,0.99],[514,\"Espere Por Mim, Morena\",41,1,7,\"Gonzaguinha\",207072,6796523,0.99],[515,\"Meia-Lua Inteira\",23,1,7,null,222093,7466288,0.99],[516,\"Voce e Linda\",23,1,7,null,242938,8050268,0.99],[517,\"Um Indio\",23,1,7,null,195944,6453213,0.99],[518,\"Podres Poderes\",23,1,7,null,259761,8622495,0.99],[519,\"Voce Nao Entende Nada - Cotidiano\",23,1,7,null,421982,13885612,0.99],[520,\"O Estrangeiro\",23,1,7,null,374700,12472890,0.99],[521,\"Menino Do Rio\",23,1,7,null,147670,4862277,0.99],[522,\"Qualquer Coisa\",23,1,7,null,193410,6372433,0.99],[523,\"Sampa\",23,1,7,null,185051,6151831,0.99],[524,\"Queixa\",23,1,7,null,299676,9953962,0.99],[525,\"O Leaozinho\",23,1,7,null,184398,6098150,0.99],[526,\"Fora Da Ordem\",23,1,7,null,354011,11746781,0.99],[527,\"Terra\",23,1,7,null,401319,13224055,0.99],[528,\"Alegria, Alegria\",23,1,7,null,169221,5497025,0.99],[529,\"Balada Do Louco\",42,1,4,\"Arnaldo Baptista - Rita Lee\",241057,7852328,0.99],[530,\"Ando Meio Desligado\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",287817,9484504,0.99],[531,\"Top Top\",42,1,4,\"Os Mutantes - Arnolpho Lima Filho\",146938,4875374,0.99],[532,\"Baby\",42,1,4,\"Caetano Veloso\",177188,5798202,0.99],[533,\"A E O Z\",42,1,4,\"Mutantes\",518556,16873005,0.99],[534,\"Panis Et Circenses\",42,1,4,\"Caetano Veloso - Gilberto Gil\",125152,4069688,0.99],[535,\"Ch\\u00c3\\u00a3o De Estrelas\",42,1,4,\"Orestes Barbosa-S\\u00c3\\u00adlvio Caldas\",284813,9433620,0.99],[536,\"Vida De Cachorro\",42,1,4,\"Rita Lee - Arnaldo Baptista - S\\u00c3\\u00a9rgio Baptista\",195186,6411149,0.99],[537,\"Bat Macumba\",42,1,4,\"Gilberto Gil - Caetano Veloso\",187794,6295223,0.99],[538,\"Desculpe Babe\",42,1,4,\"Arnaldo Baptista - Rita Lee\",170422,5637959,0.99],[539,\"Rita Lee\",42,1,4,\"Arnaldo Baptista\\/Rita Lee\\/S\\u00c3\\u00a9rgio Dias\",189257,6270503,0.99],[540,\"Posso Perder Minha Mulher, Minha M\\u00c3\\u00a3e, Desde Que Eu Tenha O Rock And Roll\",42,1,4,\"Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho\",222955,7346254,0.99],[541,\"Banho De Lua\",42,1,4,\"B. de Filippi - F. Migliaci - Vers\\u00c3\\u00a3o: Fred Jorge\",221831,7232123,0.99],[542,\"Meu Refrigerador N\\u00c3\\u00a3o Funciona\",42,1,4,\"Arnaldo Baptista - Rita Lee - S\\u00c3\\u00a9rgio Dias\",382981,12495906,0.99],[543,\"Burn\",43,1,1,\"Coverdale\\/Lord\\/Paice\",453955,14775708,0.99],[544,\"Stormbringer\",43,1,1,\"Coverdale\",277133,9050022,0.99],[545,\"Gypsy\",43,1,1,\"Coverdale\\/Hughes\\/Lord\\/Paice\",339173,11046952,0.99],[546,\"Lady Double Dealer\",43,1,1,\"Coverdale\",233586,7608759,0.99],[547,\"Mistreated\",43,1,1,\"Coverdale\",758648,24596235,0.99],[548,\"Smoke On The Water\",43,1,1,\"Gillan\\/Glover\\/Lord\\/Paice\",618031,20103125,0.99],[549,\"You Fool No One\",43,1,1,\"Coverdale\\/Lord\\/Paice\",804101,26369966,0.99],[550,\"Custard Pie\",44,1,1,\"Jimmy Page\\/Robert Plant\",253962,8348257,0.99],[551,\"The Rover\",44,1,1,\"Jimmy Page\\/Robert Plant\",337084,11011286,0.99],[552,\"In My Time Of Dying\",44,1,1,\"John Bonham\\/John Paul Jones\",666017,21676727,0.99],[553,\"Houses Of The Holy\",44,1,1,\"Jimmy Page\\/Robert Plant\",242494,7972503,0.99],[554,\"Trampled Under Foot\",44,1,1,\"John Paul Jones\",336692,11154468,0.99],[555,\"Kashmir\",44,1,1,\"John Bonham\",508604,16686580,0.99],[556,\"Imperatriz\",45,1,7,\"Guga\\/Marquinho Lessa\\/Tuninho Professor\",339173,11348710,0.99],[557,\"Beija-Flor\",45,1,7,\"Caruso\\/Cleber\\/Deo\\/Osmar\",327000,10991159,0.99],[558,\"Viradouro\",45,1,7,\"Dadinho\\/Gilbreto Gomes\\/Gustavo\\/P.C. Portugal\\/R. Mocoto\",344320,11484362,0.99],[559,\"Mocidade\",45,1,7,\"Domenil\\/J. Brito\\/Joaozinho\\/Rap, Marcelo Do\",261720,8817757,0.99],[560,\"Unidos Da Tijuca\",45,1,7,\"Douglas\\/Neves, Vicente Das\\/Silva, Gilmar L.\\/Toninho Gentil\\/Wantuir\",338834,11440689,0.99],[561,\"Salgueiro\",45,1,7,\"Augusto\\/Craig Negoescu\\/Rocco Filho\\/Saara, Ze Carlos Da\",305920,10294741,0.99],[562,\"Mangueira\",45,1,7,\"Bizuca\\/Cl\\u00c3\\u00b3vis P\\u00c3\\u00aa\\/Gilson Bernini\\/Marelo D'Aguia\",298318,9999506,0.99],[563,\"Uni\\u00c3\\u00a3o Da Ilha\",45,1,7,\"Dito\\/Djalma Falcao\\/Ilha, Almir Da\\/M\\u00c3\\u00a1rcio Andr\\u00c3\\u00a9\",330945,11100945,0.99],[564,\"Grande Rio\",45,1,7,\"Carlos Santos\\/Ciro\\/Claudio Russo\\/Z\\u00c3\\u00a9 Luiz\",307252,10251428,0.99],[565,\"Portela\",45,1,7,\"Flavio Bororo\\/Paulo Apparicio\\/Wagner Alves\\/Zeca Sereno\",319608,10712216,0.99],[566,\"Caprichosos\",45,1,7,\"Gule\\/Jorge 101\\/Lequinho\\/Luiz Piao\",351320,11870956,0.99],[567,\"Tradi\\u00c3\\u00a7\\u00c3\\u00a3o\",45,1,7,\"Adalto Magalha\\/Lourenco\",269165,9114880,0.99],[568,\"Imp\\u00c3\\u00a9rio Serrano\",45,1,7,\"Arlindo Cruz\\/Carlos Sena\\/Elmo Caetano\\/Mauricao\",334942,11161196,0.99],[569,\"Tuiuti\",45,1,7,\"Claudio Martins\\/David Lima\\/Kleber Rodrigues\\/Livre, Cesare Som\",259657,8749492,0.99],[570,\"(Da Le) Yaleo\",46,1,1,\"Santana\",353488,11769507,0.99],[571,\"Love Of My Life\",46,1,1,\"Carlos Santana & Dave Matthews\",347820,11634337,0.99],[572,\"Put Your Lights On\",46,1,1,\"E. Shrody\",285178,9394769,0.99],[573,\"Africa Bamba\",46,1,1,\"I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo\",282827,9492487,0.99],[574,\"Smooth\",46,1,1,\"M. Itaal Shur & Rob Thomas\",298161,9867455,0.99],[575,\"Do You Like The Way\",46,1,1,\"L. Hill\",354899,11741062,0.99],[576,\"Maria Maria\",46,1,1,\"W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow\",262635,8664601,0.99],[577,\"Migra\",46,1,1,\"R. Taha, Carlos Santana & T. Lindsay\",329064,10963305,0.99],[578,\"Corazon Espinado\",46,1,1,\"F. Olivera\",276114,9206802,0.99],[579,\"Wishing It Was\",46,1,1,\"Eale-Eye Cherry, M. Simpson, J. King & M. Nishita\",292832,9771348,0.99],[580,\"El Farol\",46,1,1,\"Carlos Santana & KC Porter\",291160,9599353,0.99],[581,\"Primavera\",46,1,1,\"KC Porter & JB Eckl\",378618,12504234,0.99],[582,\"The Calling\",46,1,1,\"Carlos Santana & C. Thompson\",747755,24703884,0.99],[583,\"Solu\\u00c3\\u00a7\\u00c3\\u00a3o\",47,1,7,null,247431,8100449,0.99],[584,\"Manuel\",47,1,7,null,230269,7677671,0.99],[585,\"Entre E Ou\\u00c3\\u00a7a\",47,1,7,null,286302,9391004,0.99],[586,\"Um Contrato Com Deus\",47,1,7,null,202501,6636465,0.99],[587,\"Um Jantar Pra Dois\",47,1,7,null,244009,8021589,0.99],[588,\"Vamos Dan\\u00c3\\u00a7ar\",47,1,7,null,226194,7617432,0.99],[589,\"Um Love\",47,1,7,null,181603,6095524,0.99],[590,\"Seis Da Tarde\",47,1,7,null,238445,7935898,0.99],[591,\"Baixo Rio\",47,1,7,null,198008,6521676,0.99],[592,\"Sombras Do Meu Destino\",47,1,7,null,280685,9161539,0.99],[593,\"Do You Have Other Loves?\",47,1,7,null,295235,9604273,0.99],[594,\"Agora Que O Dia Acordou\",47,1,7,null,323213,10572752,0.99],[595,\"J\\u00c3\\u00a1!!!\",47,1,7,null,217782,7103608,0.99],[596,\"A Rua\",47,1,7,null,238027,7930264,0.99],[597,\"Now's The Time\",48,1,2,\"Miles Davis\",197459,6358868,0.99],[598,\"Jeru\",48,1,2,\"Miles Davis\",193410,6222536,0.99],[599,\"Compulsion\",48,1,2,\"Miles Davis\",345025,11254474,0.99],[600,\"Tempus Fugit\",48,1,2,\"Miles Davis\",231784,7548434,0.99],[601,\"Walkin'\",48,1,2,\"Miles Davis\",807392,26411634,0.99],[602,\"'Round Midnight\",48,1,2,\"Miles Davis\",357459,11590284,0.99],[603,\"Bye Bye Blackbird\",48,1,2,\"Miles Davis\",476003,15549224,0.99],[604,\"New Rhumba\",48,1,2,\"Miles Davis\",277968,9018024,0.99],[605,\"Generique\",48,1,2,\"Miles Davis\",168777,5437017,0.99],[606,\"Summertime\",48,1,2,\"Miles Davis\",200437,6461370,0.99],[607,\"So What\",48,1,2,\"Miles Davis\",564009,18360449,0.99],[608,\"The Pan Piper\",48,1,2,\"Miles Davis\",233769,7593713,0.99],[609,\"Someday My Prince Will Come\",48,1,2,\"Miles Davis\",544078,17890773,0.99],[610,\"My Funny Valentine (Live)\",49,1,2,\"Miles Davis\",907520,29416781,0.99],[611,\"E.S.P.\",49,1,2,\"Miles Davis\",330684,11079866,0.99],[612,\"Nefertiti\",49,1,2,\"Miles Davis\",473495,15478450,0.99],[613,\"Petits Machins (Little Stuff)\",49,1,2,\"Miles Davis\",487392,16131272,0.99],[614,\"Miles Runs The Voodoo Down\",49,1,2,\"Miles Davis\",843964,27967919,0.99],[615,\"Little Church (Live)\",49,1,2,\"Miles Davis\",196101,6273225,0.99],[616,\"Black Satin\",49,1,2,\"Miles Davis\",316682,10529483,0.99],[617,\"Jean Pierre (Live)\",49,1,2,\"Miles Davis\",243461,7955114,0.99],[618,\"Time After Time\",49,1,2,\"Miles Davis\",220734,7292197,0.99],[619,\"Portia\",49,1,2,\"Miles Davis\",378775,12520126,0.99],[620,\"Space Truckin'\",50,1,1,\"Blackmore\\/Gillan\\/Glover\\/Lord\\/Paice\",1196094,39267613,0.99],[621,\"Going Down \\/ Highway Star\",50,1,1,\"Gillan\\/Glover\\/Lord\\/Nix - Blackmore\\/Paice\",913658,29846063,0.99],[622,\"Mistreated (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\",854700,27775442,0.99],[623,\"You Fool No One (Alternate Version)\",50,1,1,\"Blackmore\\/Coverdale\\/Lord\\/Paice\",763924,24887209,0.99],[624,\"Jeepers Creepers\",51,1,2,null,185965,5991903,0.99],[625,\"Blue Rythm Fantasy\",51,1,2,null,348212,11204006,0.99],[626,\"Drum Boogie\",51,1,2,null,191555,6185636,0.99],[627,\"Let Me Off Uptown\",51,1,2,null,187637,6034685,0.99],[628,\"Leave Us Leap\",51,1,2,null,182726,5898810,0.99],[629,\"Opus No.1\",51,1,2,null,179800,5846041,0.99],[630,\"Boogie Blues\",51,1,2,null,204199,6603153,0.99],[631,\"How High The Moon\",51,1,2,null,201430,6529487,0.99],[632,\"Disc Jockey Jump\",51,1,2,null,193149,6260820,0.99],[633,\"Up An' Atom\",51,1,2,null,179565,5822645,0.99],[634,\"Bop Boogie\",51,1,2,null,189596,6093124,0.99],[635,\"Lemon Drop\",51,1,2,null,194089,6287531,0.99],[636,\"Coronation Drop\",51,1,2,null,176222,5899898,0.99],[637,\"Overtime\",51,1,2,null,163030,5432236,0.99],[638,\"Imagination\",51,1,2,null,289306,9444385,0.99],[639,\"Don't Take Your Love From Me\",51,1,2,null,282331,9244238,0.99],[640,\"Midget\",51,1,2,null,217025,7257663,0.99],[641,\"I'm Coming Virginia\",51,1,2,null,280163,9209827,0.99],[642,\"Payin' Them Dues Blues\",51,1,2,null,198556,6536918,0.99],[643,\"Jungle Drums\",51,1,2,null,199627,6546063,0.99],[644,\"Showcase\",51,1,2,null,201560,6697510,0.99],[645,\"Swedish Schnapps\",51,1,2,null,191268,6359750,0.99],[646,\"Samba Da B\\u00c3\\u00aan\\u00c3\\u00a7\\u00c3\\u00a3o\",52,1,11,null,409965,13490008,0.99],[647,\"Pot-Pourri N.\\u00c2\\u00ba 4\",52,1,11,null,392437,13125975,0.99],[648,\"Onde Anda Voc\\u00c3\\u00aa\",52,1,11,null,168437,5550356,0.99],[649,\"Samba Da Volta\",52,1,11,null,170631,5676090,0.99],[650,\"Canto De Ossanha\",52,1,11,null,204956,6771624,0.99],[651,\"Pot-Pourri N.\\u00c2\\u00ba 5\",52,1,11,null,219898,7117769,0.99],[652,\"Formosa\",52,1,11,null,137482,4560873,0.99],[653,\"Como \\u00c3\\u0089 Duro Trabalhar\",52,1,11,null,226168,7541177,0.99],[654,\"Minha Namorada\",52,1,11,null,244297,7927967,0.99],[655,\"Por Que Ser\\u00c3\\u00a1\",52,1,11,null,162142,5371483,0.99],[656,\"Berimbau\",52,1,11,null,190667,6335548,0.99],[657,\"Deixa\",52,1,11,null,179826,5932799,0.99],[658,\"Pot-Pourri N.\\u00c2\\u00ba 2\",52,1,11,null,211748,6878359,0.99],[659,\"Samba Em Prel\\u00c3\\u00badio\",52,1,11,null,212636,6923473,0.99],[660,\"Carta Ao Tom 74\",52,1,11,null,162560,5382354,0.99],[661,\"Linha de Passe (Jo\\u00c3\\u00a3o Bosco)\",53,1,7,null,230948,7902328,0.99],[662,\"Pela Luz dos Olhos Teus (Mi\\u00c3\\u00bacha e Tom Jobim)\",53,1,7,null,163970,5399626,0.99],[663,\"Ch\\u00c3\\u00a3o de Giz (Elba Ramalho)\",53,1,7,null,274834,9016916,0.99],[664,\"Marina (Dorival Caymmi)\",53,1,7,null,172643,5523628,0.99],[665,\"Aquarela (Toquinho)\",53,1,7,null,259944,8480140,0.99],[666,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o do Agreste (Faf\\u00c3\\u00a1 de Bel\\u00c3\\u00a9m)\",53,1,7,null,258194,8380320,0.99],[667,\"Dona (Roupa Nova)\",53,1,7,null,243356,7991295,0.99],[668,\"Come\\u00c3\\u00a7aria Tudo Outra Vez (Maria Creuza)\",53,1,7,null,206994,6851151,0.99],[669,\"Ca\\u00c3\\u00a7ador de Mim (S\\u00c3\\u00a1 & Guarabyra)\",53,1,7,null,238341,7751360,0.99],[670,\"Romaria (Renato Teixeira)\",53,1,7,null,244793,8033885,0.99],[671,\"As Rosas N\\u00c3\\u00a3o Falam (Beth Carvalho)\",53,1,7,null,116767,3836641,0.99],[672,\"Wave (Os Cariocas)\",53,1,7,null,130063,4298006,0.99],[673,\"Garota de Ipanema (Dick Farney)\",53,1,7,null,174367,5767474,0.99],[674,\"Preciso Apender a Viver S\\u00c3\\u00b3 (Maysa)\",53,1,7,null,143464,4642359,0.99],[675,\"Susie Q\",54,1,1,\"Hawkins-Lewis-Broadwater\",275565,9043825,0.99],[676,\"I Put A Spell On You\",54,1,1,\"Jay Hawkins\",272091,8943000,0.99],[677,\"Proud Mary\",54,1,1,\"J. C. Fogerty\",189022,6229590,0.99],[678,\"Bad Moon Rising\",54,1,1,\"J. C. Fogerty\",140146,4609835,0.99],[679,\"Lodi\",54,1,1,\"J. C. Fogerty\",191451,6260214,0.99],[680,\"Green River\",54,1,1,\"J. C. Fogerty\",154279,5105874,0.99],[681,\"Commotion\",54,1,1,\"J. C. Fogerty\",162899,5354252,0.99],[682,\"Down On The Corner\",54,1,1,\"J. C. Fogerty\",164858,5521804,0.99],[683,\"Fortunate Son\",54,1,1,\"J. C. Fogerty\",140329,4617559,0.99],[684,\"Travelin' Band\",54,1,1,\"J. C. Fogerty\",129358,4270414,0.99],[685,\"Who'll Stop The Rain\",54,1,1,\"J. C. Fogerty\",149394,4899579,0.99],[686,\"Up Around The Bend\",54,1,1,\"J. C. Fogerty\",162429,5368701,0.99],[687,\"Run Through The Jungle\",54,1,1,\"J. C. Fogerty\",186044,6156567,0.99],[688,\"Lookin' Out My Back Door\",54,1,1,\"J. C. Fogerty\",152946,5034670,0.99],[689,\"Long As I Can See The Light\",54,1,1,\"J. C. Fogerty\",213237,6924024,0.99],[690,\"I Heard It Through The Grapevine\",54,1,1,\"Whitfield-Strong\",664894,21947845,0.99],[691,\"Have You Ever Seen The Rain?\",54,1,1,\"J. C. Fogerty\",160052,5263675,0.99],[692,\"Hey Tonight\",54,1,1,\"J. C. Fogerty\",162847,5343807,0.99],[693,\"Sweet Hitch-Hiker\",54,1,1,\"J. C. Fogerty\",175490,5716603,0.99],[694,\"Someday Never Comes\",54,1,1,\"J. C. Fogerty\",239360,7945235,0.99],[695,\"Walking On The Water\",55,1,1,\"J.C. Fogerty\",281286,9302129,0.99],[696,\"Suzie-Q, Pt. 2\",55,1,1,\"J.C. Fogerty\",244114,7986637,0.99],[697,\"Born On The Bayou\",55,1,1,\"J.C. Fogerty\",316630,10361866,0.99],[698,\"Good Golly Miss Molly\",55,1,1,\"J.C. Fogerty\",163604,5348175,0.99],[699,\"Tombstone Shadow\",55,1,1,\"J.C. Fogerty\",218880,7209080,0.99],[700,\"Wrote A Song For Everyone\",55,1,1,\"J.C. Fogerty\",296385,9675875,0.99],[701,\"Night Time Is The Right Time\",55,1,1,\"J.C. Fogerty\",190119,6211173,0.99],[702,\"Cotton Fields\",55,1,1,\"J.C. Fogerty\",178181,5919224,0.99],[703,\"It Came Out Of The Sky\",55,1,1,\"J.C. Fogerty\",176718,5807474,0.99],[704,\"Don't Look Now\",55,1,1,\"J.C. Fogerty\",131918,4366455,0.99],[705,\"The Midnight Special\",55,1,1,\"J.C. Fogerty\",253596,8297482,0.99],[706,\"Before You Accuse Me\",55,1,1,\"J.C. Fogerty\",207804,6815126,0.99],[707,\"My Baby Left Me\",55,1,1,\"J.C. Fogerty\",140460,4633440,0.99],[708,\"Pagan Baby\",55,1,1,\"J.C. Fogerty\",385619,12713813,0.99],[709,\"(Wish I Could) Hideaway\",55,1,1,\"J.C. Fogerty\",228466,7432978,0.99],[710,\"It's Just A Thought\",55,1,1,\"J.C. Fogerty\",237374,7778319,0.99],[711,\"Molina\",55,1,1,\"J.C. Fogerty\",163239,5390811,0.99],[712,\"Born To Move\",55,1,1,\"J.C. Fogerty\",342804,11260814,0.99],[713,\"Lookin' For A Reason\",55,1,1,\"J.C. Fogerty\",209789,6933135,0.99],[714,\"Hello Mary Lou\",55,1,1,\"J.C. Fogerty\",132832,4476563,0.99],[715,\"Gatas Extraordin\\u00c3\\u00a1rias\",56,1,7,null,212506,7095702,0.99],[716,\"Brasil\",56,1,7,null,243696,7911683,0.99],[717,\"Eu Sou Neguinha (Ao Vivo)\",56,1,7,null,251768,8376000,0.99],[718,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola (Ao Vivo)\",56,1,7,null,228153,7573301,0.99],[719,\"Lanterna Dos Afogados\",56,1,7,null,204538,6714582,0.99],[720,\"Coron\\u00c3\\u00a9 Antonio Bento\",56,1,7,null,200437,6713066,0.99],[721,\"Voc\\u00c3\\u00aa Passa, Eu Acho Gra\\u00c3\\u00a7a (Ao Vivo)\",56,1,7,null,206733,6943576,0.99],[722,\"Meu Mundo Fica Completo (Com Voc\\u00c3\\u00aa)\",56,1,7,null,247771,8322240,0.99],[723,\"1\\u00c2\\u00b0 De Julho\",56,1,7,null,270262,9017535,0.99],[724,\"M\\u00c3\\u00basica Urbana 2\",56,1,7,null,194899,6383472,0.99],[725,\"Vida Bandida (Ao Vivo)\",56,1,7,null,192626,6360785,0.99],[726,\"Palavras Ao Vento\",56,1,7,null,212453,7048676,0.99],[727,\"N\\u00c3\\u00a3o Sei O Que Eu Quero Da Vida\",56,1,7,null,151849,5024963,0.99],[728,\"Woman Is The Nigger Of The World (Ao Vivo)\",56,1,7,null,298919,9724145,0.99],[729,\"Juventude Transviada (Ao Vivo)\",56,1,7,null,278622,9183808,0.99],[730,\"Malandragem\",57,1,7,null,247588,8165048,0.99],[731,\"O Segundo Sol\",57,1,7,null,252133,8335629,0.99],[732,\"Smells Like Teen Spirit (Ao Vivo)\",57,1,7,null,316865,10384506,0.99],[733,\"E.C.T.\",57,1,7,null,227500,7571834,0.99],[734,\"Todo Amor Que Houver Nesta Vida\",57,1,7,null,227160,7420347,0.99],[735,\"Metr\\u00c3\\u00b4. Linha 743\",57,1,7,null,174654,5837495,0.99],[736,\"N\\u00c3\\u00b3s (Ao Vivo)\",57,1,7,null,193828,6498661,0.99],[737,\"Na Cad\\u00c3\\u00aancia Do Samba\",57,1,7,null,196075,6483952,0.99],[738,\"Admir\\u00c3\\u00a1vel Gado Novo\",57,1,7,null,274390,9144031,0.99],[739,\"Eleanor Rigby\",57,1,7,null,189466,6303205,0.99],[740,\"Socorro\",57,1,7,null,258586,8549393,0.99],[741,\"Blues Da Piedade\",57,1,7,null,257123,8472964,0.99],[742,\"Rubens\",57,1,7,null,211853,7026317,0.99],[743,\"N\\u00c3\\u00a3o Deixe O Samba Morrer - Cassia Eller e Alcione\",57,1,7,null,268173,8936345,0.99],[744,\"Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)\",57,1,7,null,188473,6195854,0.99],[745,\"Comin' Home\",58,1,1,\"Bolin\\/Coverdale\\/Paice\",235781,7644604,0.99],[746,\"Lady Luck\",58,1,1,\"Cook\\/Coverdale\",168202,5501379,0.99],[747,\"Gettin' Tighter\",58,1,1,\"Bolin\\/Hughes\",218044,7176909,0.99],[748,\"Dealer\",58,1,1,\"Bolin\\/Coverdale\",230922,7591066,0.99],[749,\"I Need Love\",58,1,1,\"Bolin\\/Coverdale\",263836,8701064,0.99],[750,\"Drifter\",58,1,1,\"Bolin\\/Coverdale\",242834,8001505,0.99],[751,\"Love Child\",58,1,1,\"Bolin\\/Coverdale\",188160,6173806,0.99],[752,\"This Time Around \\/ Owed to 'G' [Instrumental]\",58,1,1,\"Bolin\\/Hughes\\/Lord\",370102,11995679,0.99],[753,\"You Keep On Moving\",58,1,1,\"Coverdale\\/Hughes\",319111,10447868,0.99],[754,\"Speed King\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",264385,8587578,0.99],[755,\"Bloodsucker\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",256261,8344405,0.99],[756,\"Child In Time\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",620460,20230089,0.99],[757,\"Flight Of The Rat\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",478302,15563967,0.99],[758,\"Into The Fire\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",210259,6849310,0.99],[759,\"Living Wreck\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",274886,8993056,0.99],[760,\"Hard Lovin' Man\",59,1,1,\"Blackmore, Gillan, Glover, Lord, Paice\",431203,13931179,0.99],[761,\"Fireball\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",204721,6714807,0.99],[762,\"No No No\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",414902,13646606,0.99],[763,\"Strange Kind Of Woman\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",247092,8072036,0.99],[764,\"Anyone's Daughter\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",284682,9354480,0.99],[765,\"The Mule\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",322063,10638390,0.99],[766,\"Fools\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",500427,16279366,0.99],[767,\"No One Came\",60,1,1,\"Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice\",385880,12643813,0.99],[768,\"Knocking At Your Back Door\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",424829,13779332,0.99],[769,\"Bad Attitude\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",307905,10035180,0.99],[770,\"Child In Time (Son Of Aleric - Instrumental)\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",602880,19712753,0.99],[771,\"Nobody's Home\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",243017,7929493,0.99],[772,\"Black Night\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",368770,12058906,0.99],[773,\"Perfect Strangers\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover\",321149,10445353,0.99],[774,\"The Unwritten Law\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice\",295053,9740361,0.99],[775,\"Call Of The Wild\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord\",293851,9575295,0.99],[776,\"Hush\",61,1,1,\"South\",213054,6944928,0.99],[777,\"Smoke On The Water\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",464378,15180849,0.99],[778,\"Space Trucking\",61,1,1,\"Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice\",341185,11122183,0.99],[779,\"Highway Star\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",368770,12012452,0.99],[780,\"Maybe I'm A Leo\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",290455,9502646,0.99],[781,\"Pictures Of Home\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",303777,9903835,0.99],[782,\"Never Before\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",239830,7832790,0.99],[783,\"Smoke On The Water\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",340871,11246496,0.99],[784,\"Lazy\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",442096,14397671,0.99],[785,\"Space Truckin'\",62,1,1,\"Ian Gillan\\/Ian Paice\\/Jon Lord\\/Ritchie Blckmore\\/Roger Glover\",272796,8981030,0.99],[786,\"Vavoom : Ted The Mechanic\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",257384,8510755,0.99],[787,\"Loosen My Strings\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",359680,11702232,0.99],[788,\"Soon Forgotten\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",287791,9401383,0.99],[789,\"Sometimes I Feel Like Screaming\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",451840,14789410,0.99],[790,\"Cascades : I'm Not Your Lover\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283689,9209693,0.99],[791,\"The Aviator\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",320992,10532053,0.99],[792,\"Rosa's Cantina\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",312372,10323804,0.99],[793,\"A Castle Full Of Rascals\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",311693,10159566,0.99],[794,\"A Touch Away\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",276323,9098561,0.99],[795,\"Hey Cisco\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",354089,11600029,0.99],[796,\"Somebody Stole My Guitar\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",249443,8180421,0.99],[797,\"The Purpendicular Waltz\",63,1,1,\"Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice\",283924,9299131,0.99],[798,\"King Of Dreams\",64,1,1,\"Blackmore, Glover, Turner\",328385,10733847,0.99],[799,\"The Cut Runs Deep\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",342752,11191650,0.99],[800,\"Fire In The Basement\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",283977,9267550,0.99],[801,\"Truth Hurts\",64,1,1,\"Blackmore, Glover, Turner\",314827,10224612,0.99],[802,\"Breakfast In Bed\",64,1,1,\"Blackmore, Glover, Turner\",317126,10323804,0.99],[803,\"Love Conquers All\",64,1,1,\"Blackmore, Glover, Turner\",227186,7328516,0.99],[804,\"Fortuneteller\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",349335,11369671,0.99],[805,\"Too Much Is Not Enough\",64,1,1,\"Turner, Held, Greenwood\",257724,8382800,0.99],[806,\"Wicked Ways\",64,1,1,\"Blackmore, Glover, Turner, Lord, Paice\",393691,12826582,0.99],[807,\"Stormbringer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",246413,8044864,0.99],[808,\"Love Don't Mean a Thing\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",263862,8675026,0.99],[809,\"Holy Man\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/J.Lord\\/John Lord\",270236,8818093,0.99],[810,\"Hold On\",65,1,1,\"D.Coverdal\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\",306860,10022428,0.99],[811,\"Lady Double Dealer\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",201482,6554330,0.99],[812,\"You Can't Do it Right (With the One You Love)\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/R.Blackmore\\/Ritchie Blackmore\",203755,6709579,0.99],[813,\"High Ball Shooter\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",267833,8772471,0.99],[814,\"The Gypsy\",65,1,1,\"D.Coverdale\\/G.Hughes\\/Glenn Hughes\\/I.Paice\\/Ian Paice\\/J.Lord\\/John Lord\\/R.Blackmore\\/Ritchie Blackmore\",242886,7946614,0.99],[815,\"Soldier Of Fortune\",65,1,1,\"D.Coverdale\\/R.Blackmore\\/Ritchie Blackmore\",193750,6315321,0.99],[816,\"The Battle Rages On\",66,1,1,\"ian paice\\/jon lord\",356963,11626228,0.99],[817,\"Lick It Up\",66,1,1,\"roger glover\",240274,7792604,0.99],[818,\"Anya\",66,1,1,\"jon lord\\/roger glover\",392437,12754921,0.99],[819,\"Talk About Love\",66,1,1,\"roger glover\",247823,8072171,0.99],[820,\"Time To Kill\",66,1,1,\"roger glover\",351033,11354742,0.99],[821,\"Ramshackle Man\",66,1,1,\"roger glover\",334445,10874679,0.99],[822,\"A Twist In The Tail\",66,1,1,\"roger glover\",257462,8413103,0.99],[823,\"Nasty Piece Of Work\",66,1,1,\"jon lord\\/roger glover\",276662,9076997,0.99],[824,\"Solitaire\",66,1,1,\"roger glover\",282226,9157021,0.99],[825,\"One Man's Meat\",66,1,1,\"roger glover\",278804,9068960,0.99],[826,\"Pour Some Sugar On Me\",67,1,1,null,292519,9518842,0.99],[827,\"Photograph\",67,1,1,null,248633,8108507,0.99],[828,\"Love Bites\",67,1,1,null,346853,11305791,0.99],[829,\"Let's Get Rocked\",67,1,1,null,296019,9724150,0.99],[830,\"Two Steps Behind [Acoustic Version]\",67,1,1,null,259787,8523388,0.99],[831,\"Animal\",67,1,1,null,244741,7985133,0.99],[832,\"Heaven Is\",67,1,1,null,214021,6988128,0.99],[833,\"Rocket\",67,1,1,null,247248,8092463,0.99],[834,\"When Love & Hate Collide\",67,1,1,null,257280,8364633,0.99],[835,\"Action\",67,1,1,null,220604,7130830,0.99],[836,\"Make Love Like A Man\",67,1,1,null,255660,8309725,0.99],[837,\"Armageddon It\",67,1,1,null,322455,10522352,0.99],[838,\"Have You Ever Needed Someone So Bad\",67,1,1,null,319320,10400020,0.99],[839,\"Rock Of Ages\",67,1,1,null,248424,8150318,0.99],[840,\"Hysteria\",67,1,1,null,355056,11622738,0.99],[841,\"Bringin' On The Heartbreak\",67,1,1,null,272457,8853324,0.99],[842,\"Roll Call\",68,1,2,\"Jim Beard\",321358,10653494,0.99],[843,\"Otay\",68,1,2,\"John Scofield, Robert Aries, Milton Chambers and Gary Grainger\",423653,14176083,0.99],[844,\"Groovus Interruptus\",68,1,2,\"Jim Beard\",319373,10602166,0.99],[845,\"Paris On Mine\",68,1,2,\"Jon Herington\",368875,12059507,0.99],[846,\"In Time\",68,1,2,\"Sylvester Stewart\",368953,12287103,0.99],[847,\"Plan B\",68,1,2,\"Dean Brown, Dennis Chambers & Jim Beard\",272039,9032315,0.99],[848,\"Outbreak\",68,1,2,\"Jim Beard & Jon Herington\",659226,21685807,0.99],[849,\"Baltimore, DC\",68,1,2,\"John Scofield\",346932,11394473,0.99],[850,\"Talkin Loud and Saying Nothin\",68,1,2,\"James Brown & Bobby Byrd\",360411,11994859,0.99],[851,\"P\\u00c3\\u00a9tala\",69,1,7,null,270080,8856165,0.99],[852,\"Meu Bem-Querer\",69,1,7,null,255608,8330047,0.99],[853,\"Cigano\",69,1,7,null,304692,10037362,0.99],[854,\"Boa Noite\",69,1,7,null,338755,11283582,0.99],[855,\"Fato Consumado\",69,1,7,null,211565,7018586,0.99],[856,\"Faltando Um Peda\\u00c3\\u00a7o\",69,1,7,null,267728,8788760,0.99],[857,\"\\u00c3\\u0081libi\",69,1,7,null,213237,6928434,0.99],[858,\"Esquinas\",69,1,7,null,280999,9096726,0.99],[859,\"Se...\",69,1,7,null,286432,9413777,0.99],[860,\"Eu Te Devoro\",69,1,7,null,311614,10312775,0.99],[861,\"Lil\\u00c3\\u00a1s\",69,1,7,null,274181,9049542,0.99],[862,\"Acelerou\",69,1,7,null,284081,9396942,0.99],[863,\"Um Amor Puro\",69,1,7,null,327784,10687311,0.99],[864,\"Samurai\",70,1,7,\"Djavan\",330997,10872787,0.99],[865,\"Nem Um Dia\",70,1,7,\"Djavan\",337423,11181446,0.99],[866,\"Oceano\",70,1,7,\"Djavan\",217338,7026441,0.99],[867,\"A\\u00c3\\u00a7ai\",70,1,7,\"Djavan\",270968,8893682,0.99],[868,\"Serrado\",70,1,7,\"Djavan\",295314,9842240,0.99],[869,\"Flor De Lis\",70,1,7,\"Djavan\",236355,7801108,0.99],[870,\"Amar \\u00c3\\u0089 Tudo\",70,1,7,\"Djavan\",211617,7073899,0.99],[871,\"Azul\",70,1,7,\"Djavan\",253962,8381029,0.99],[872,\"Seduzir\",70,1,7,\"Djavan\",277524,9163253,0.99],[873,\"A Carta\",70,1,7,\"Djavan - Gabriel, O Pensador\",347297,11493463,0.99],[874,\"Sina\",70,1,7,\"Djavan\",268173,8906539,0.99],[875,\"Acelerou\",70,1,7,\"Djavan\",284133,9391439,0.99],[876,\"Um Amor Puro\",70,1,7,\"Djavan\",327105,10664698,0.99],[877,\"O B\\u00c3\\u00aabado e a Equilibrista\",71,1,7,null,223059,7306143,0.99],[878,\"O Mestre-Sala dos Mares\",71,1,7,null,186226,6180414,0.99],[879,\"Atr\\u00c3\\u00a1s da Porta\",71,1,7,null,166608,5432518,0.99],[880,\"Dois Pra L\\u00c3\\u00a1, Dois Pra C\\u00c3\\u00a1\",71,1,7,null,263026,8684639,0.99],[881,\"Casa no Campo\",71,1,7,null,170788,5531841,0.99],[882,\"Romaria\",71,1,7,null,242834,7968525,0.99],[883,\"Al\\u00c3\\u00b4, Al\\u00c3\\u00b4, Marciano\",71,1,7,null,241397,8137254,0.99],[884,\"Me Deixas Louca\",71,1,7,null,214831,6888030,0.99],[885,\"Fascina\\u00c3\\u00a7\\u00c3\\u00a3o\",71,1,7,null,180793,5793959,0.99],[886,\"Saudosa Maloca\",71,1,7,null,278125,9059416,0.99],[887,\"As Apar\\u00c3\\u00aancias Enganam\",71,1,7,null,247379,8014346,0.99],[888,\"Madalena\",71,1,7,null,157387,5243721,0.99],[889,\"Maria Rosa\",71,1,7,null,232803,7592504,0.99],[890,\"Aprendendo A Jogar\",71,1,7,null,290664,9391041,0.99],[891,\"Layla\",72,1,6,\"Clapton\\/Gordon\",430733,14115792,0.99],[892,\"Badge\",72,1,6,\"Clapton\\/Harrison\",163552,5322942,0.99],[893,\"I Feel Free\",72,1,6,\"Bruce\\/Clapton\",174576,5725684,0.99],[894,\"Sunshine Of Your Love\",72,1,6,\"Bruce\\/Clapton\",252891,8225889,0.99],[895,\"Crossroads\",72,1,6,\"Clapton\\/Robert Johnson Arr: Eric Clapton\",253335,8273540,0.99],[896,\"Strange Brew\",72,1,6,\"Clapton\\/Collins\\/Pappalardi\",167810,5489787,0.99],[897,\"White Room\",72,1,6,\"Bruce\\/Clapton\",301583,9872606,0.99],[898,\"Bell Bottom Blues\",72,1,6,\"Clapton\",304744,9946681,0.99],[899,\"Cocaine\",72,1,6,\"Cale\\/Clapton\",215928,7138399,0.99],[900,\"I Shot The Sheriff\",72,1,6,\"Marley\",263862,8738973,0.99],[901,\"After Midnight\",72,1,6,\"Clapton\\/J. J. Cale\",191320,6460941,0.99],[902,\"Swing Low Sweet Chariot\",72,1,6,\"Clapton\\/Trad. Arr. Clapton\",208143,6896288,0.99],[903,\"Lay Down Sally\",72,1,6,\"Clapton\\/Levy\",231732,7774207,0.99],[904,\"Knockin On Heavens Door\",72,1,6,\"Clapton\\/Dylan\",264411,8758819,0.99],[905,\"Wonderful Tonight\",72,1,6,\"Clapton\",221387,7326923,0.99],[906,\"Let It Grow\",72,1,6,\"Clapton\",297064,9742568,0.99],[907,\"Promises\",72,1,6,\"Clapton\\/F.eldman\\/Linn\",180401,6006154,0.99],[908,\"I Can't Stand It\",72,1,6,\"Clapton\",249730,8271980,0.99],[909,\"Signe\",73,1,6,\"Eric Clapton\",193515,6475042,0.99],[910,\"Before You Accuse Me\",73,1,6,\"Eugene McDaniel\",224339,7456807,0.99],[911,\"Hey Hey\",73,1,6,\"Big Bill Broonzy\",196466,6543487,0.99],[912,\"Tears In Heaven\",73,1,6,\"Eric Clapton, Will Jennings\",274729,9032835,0.99],[913,\"Lonely Stranger\",73,1,6,\"Eric Clapton\",328724,10894406,0.99],[914,\"Nobody Knows You When You're Down & Out\",73,1,6,\"Jimmy Cox\",231836,7669922,0.99],[915,\"Layla\",73,1,6,\"Eric Clapton, Jim Gordon\",285387,9490542,0.99],[916,\"Running On Faith\",73,1,6,\"Jerry Lynn Williams\",378984,12536275,0.99],[917,\"Walkin' Blues\",73,1,6,\"Robert Johnson\",226429,7435192,0.99],[918,\"Alberta\",73,1,6,\"Traditional\",222406,7412975,0.99],[919,\"San Francisco Bay Blues\",73,1,6,\"Jesse Fuller\",203363,6724021,0.99],[920,\"Malted Milk\",73,1,6,\"Robert Johnson\",216528,7096781,0.99],[921,\"Old Love\",73,1,6,\"Eric Clapton, Robert Cray\",472920,15780747,0.99],[922,\"Rollin' And Tumblin'\",73,1,6,\"McKinley Morgenfield (Muddy Waters)\",251768,8407355,0.99],[923,\"Collision\",74,1,4,\"Jon Hudson\\/Mike Patton\",204303,6656596,0.99],[924,\"Stripsearch\",74,1,4,\"Jon Hudson\\/Mike Bordin\\/Mike Patton\",270106,8861119,0.99],[925,\"Last Cup Of Sorrow\",74,1,4,\"Bill Gould\\/Mike Patton\",251663,8221247,0.99],[926,\"Naked In Front Of The Computer\",74,1,4,\"Mike Patton\",128757,4225077,0.99],[927,\"Helpless\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",326217,10753135,0.99],[928,\"Mouth To Mouth\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\",228493,7505887,0.99],[929,\"Ashes To Ashes\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",217391,7093746,0.99],[930,\"She Loves Me Not\",74,1,4,\"Bill Gould\\/Mike Bordin\\/Mike Patton\",209867,6887544,0.99],[931,\"Got That Feeling\",74,1,4,\"Mike Patton\",140852,4643227,0.99],[932,\"Paths Of Glory\",74,1,4,\"Bill Gould\\/Jon Hudson\\/Mike Bordin\\/Mike Patton\\/Roddy Bottum\",257253,8436300,0.99],[933,\"Home Sick Home\",74,1,4,\"Mike Patton\",119040,3898976,0.99],[934,\"Pristina\",74,1,4,\"Bill Gould\\/Mike Patton\",232698,7497361,0.99],[935,\"Land Of Sunshine\",75,1,4,null,223921,7353567,0.99],[936,\"Caffeine\",75,1,4,null,267937,8747367,0.99],[937,\"Midlife Crisis\",75,1,4,null,263235,8628841,0.99],[938,\"RV\",75,1,4,null,223242,7288162,0.99],[939,\"Smaller And Smaller\",75,1,4,null,310831,10180103,0.99],[940,\"Everything's Ruined\",75,1,4,null,273658,9010917,0.99],[941,\"Malpractice\",75,1,4,null,241371,7900683,0.99],[942,\"Kindergarten\",75,1,4,null,270680,8853647,0.99],[943,\"Be Aggressive\",75,1,4,null,222432,7298027,0.99],[944,\"A Small Victory\",75,1,4,null,297168,9733572,0.99],[945,\"Crack Hitler\",75,1,4,null,279144,9162435,0.99],[946,\"Jizzlobber\",75,1,4,null,398341,12926140,0.99],[947,\"Midnight Cowboy\",75,1,4,null,251924,8242626,0.99],[948,\"Easy\",75,1,4,null,185835,6073008,0.99],[949,\"Get Out\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",137482,4524972,0.99],[950,\"Ricochet\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",269400,8808812,0.99],[951,\"Evidence\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",293590,9626136,0.99],[952,\"The Gentle Art Of Making Enemies\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",209319,6908609,0.99],[953,\"Star A.D.\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",203807,6747658,0.99],[954,\"Cuckoo For Caca\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",222902,7388369,0.99],[955,\"Caralho Voador\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",242102,8029054,0.99],[956,\"Ugly In The Morning\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",186435,6224997,0.99],[957,\"Digging The Grave\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",185129,6109259,0.99],[958,\"Take This Bottle\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",298997,9779971,0.99],[959,\"King For A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton, Trey Spruance\",395859,13163733,0.99],[960,\"What A Day\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",158275,5203430,0.99],[961,\"The Last To Know\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",267833,8736776,0.99],[962,\"Just A Man\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",336666,11031254,0.99],[963,\"Absolute Zero\",76,1,1,\"Mike Bordin, Billy Gould, Mike Patton\",181995,5929427,0.99],[964,\"From Out Of Nowhere\",77,1,4,\"Faith No More\",202527,6587802,0.99],[965,\"Epic\",77,1,4,\"Faith No More\",294008,9631296,0.99],[966,\"Falling To Pieces\",77,1,4,\"Faith No More\",316055,10333123,0.99],[967,\"Surprise! You're Dead!\",77,1,4,\"Faith No More\",147226,4823036,0.99],[968,\"Zombie Eaters\",77,1,4,\"Faith No More\",360881,11835367,0.99],[969,\"The Real Thing\",77,1,4,\"Faith No More\",493635,16233080,0.99],[970,\"Underwater Love\",77,1,4,\"Faith No More\",231993,7634387,0.99],[971,\"The Morning After\",77,1,4,\"Faith No More\",223764,7355898,0.99],[972,\"Woodpecker From Mars\",77,1,4,\"Faith No More\",340532,11174250,0.99],[973,\"War Pigs\",77,1,4,\"Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne\",464770,15267802,0.99],[974,\"Edge Of The World\",77,1,4,\"Faith No More\",250357,8235607,0.99],[975,\"Deixa Entrar\",78,1,7,null,33619,1095012,0.99],[976,\"Falamansa Song\",78,1,7,null,237165,7921313,0.99],[977,\"Xote Dos Milagres\",78,1,7,null,269557,8897778,0.99],[978,\"Rindo \\u00c3\\u0080 Toa\",78,1,7,null,222066,7365321,0.99],[979,\"Confid\\u00c3\\u00aancia\",78,1,7,null,222197,7460829,0.99],[980,\"Forr\\u00c3\\u00b3 De T\\u00c3\\u00b3quio\",78,1,7,null,169273,5588756,0.99],[981,\"Zeca Violeiro\",78,1,7,null,143673,4781949,0.99],[982,\"Avisa\",78,1,7,null,355030,11844320,0.99],[983,\"Principiando\\/Decolagem\",78,1,7,null,116767,3923789,0.99],[984,\"Asas\",78,1,7,null,231915,7711669,0.99],[985,\"Medo De Escuro\",78,1,7,null,213760,7056323,0.99],[986,\"Ora\\u00c3\\u00a7\\u00c3\\u00a3o\",78,1,7,null,271072,9003882,0.99],[987,\"Minha Gata\",78,1,7,null,181838,6039502,0.99],[988,\"Desaforo\",78,1,7,null,174524,5853561,0.99],[989,\"In Your Honor\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",230191,7468463,0.99],[990,\"No Way Back\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",196675,6421400,0.99],[991,\"Best Of You\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",255712,8363467,0.99],[992,\"DOA\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",252186,8232342,0.99],[993,\"Hell\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",117080,3819255,0.99],[994,\"The Last Song\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",199523,6496742,0.99],[995,\"Free Me\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",278700,9109340,0.99],[996,\"Resolve\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",288731,9416186,0.99],[997,\"The Deepest Blues Are Black\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",238419,7735473,0.99],[998,\"End Over End\",79,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\",352078,11395296,0.99],[999,\"Still\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",313182,10323157,0.99],[1000,\"What If I Do?\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",302994,9929799,0.99],[1001,\"Miracle\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",209684,6877994,0.99],[1002,\"Another Round\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",265848,8752670,0.99],[1003,\"Friend Of A Friend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",193280,6355088,0.99],[1004,\"Over And Out\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",316264,10428382,0.99],[1005,\"On The Mend\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",271908,9071997,0.99],[1006,\"Virginia Moon\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",229198,7494639,0.99],[1007,\"Cold Day In The Sun\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",200724,6596617,0.99],[1008,\"Razor\",80,1,1,\"Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett\\/FOO FIGHTERS\",293276,9721373,0.99],[1009,\"All My Life\",81,1,4,\"Foo Fighters\",263653,8665545,0.99],[1010,\"Low\",81,1,4,\"Foo Fighters\",268120,8847196,0.99],[1011,\"Have It All\",81,1,4,\"Foo Fighters\",298057,9729292,0.99],[1012,\"Times Like These\",81,1,4,\"Foo Fighters\",266370,8624691,0.99],[1013,\"Disenchanted Lullaby\",81,1,4,\"Foo Fighters\",273528,8919111,0.99],[1014,\"Tired Of You\",81,1,4,\"Foo Fighters\",311353,10094743,0.99],[1015,\"Halo\",81,1,4,\"Foo Fighters\",306442,10026371,0.99],[1016,\"Lonely As You\",81,1,4,\"Foo Fighters\",277185,9022628,0.99],[1017,\"Overdrive\",81,1,4,\"Foo Fighters\",270550,8793187,0.99],[1018,\"Burn Away\",81,1,4,\"Foo Fighters\",298396,9678073,0.99],[1019,\"Come Back\",81,1,4,\"Foo Fighters\",469968,15371980,0.99],[1020,\"Doll\",82,1,1,\"Dave, Taylor, Nate, Chris\",83487,2702572,0.99],[1021,\"Monkey Wrench\",82,1,1,\"Dave, Taylor, Nate, Chris\",231523,7527531,0.99],[1022,\"Hey, Johnny Park!\",82,1,1,\"Dave, Taylor, Nate, Chris\",248528,8079480,0.99],[1023,\"My Poor Brain\",82,1,1,\"Dave, Taylor, Nate, Chris\",213446,6973746,0.99],[1024,\"Wind Up\",82,1,1,\"Dave, Taylor, Nate, Chris\",152163,4950667,0.99],[1025,\"Up In Arms\",82,1,1,\"Dave, Taylor, Nate, Chris\",135732,4406227,0.99],[1026,\"My Hero\",82,1,1,\"Dave, Taylor, Nate, Chris\",260101,8472365,0.99],[1027,\"See You\",82,1,1,\"Dave, Taylor, Nate, Chris\",146782,4888173,0.99],[1028,\"Enough Space\",82,1,1,\"Dave Grohl\",157387,5169280,0.99],[1029,\"February Stars\",82,1,1,\"Dave, Taylor, Nate, Chris\",289306,9344875,0.99],[1030,\"Everlong\",82,1,1,\"Dave Grohl\",250749,8270816,0.99],[1031,\"Walking After You\",82,1,1,\"Dave Grohl\",303856,9898992,0.99],[1032,\"New Way Home\",82,1,1,\"Dave, Taylor, Nate, Chris\",342230,11205664,0.99],[1033,\"My Way\",83,1,12,\"claude fran\\u00c3\\u00a7ois\\/gilles thibault\\/jacques revaux\\/paul anka\",275879,8928684,0.99],[1034,\"Strangers In The Night\",83,1,12,\"berthold kaempfert\\/charles singleton\\/eddie snyder\",155794,5055295,0.99],[1035,\"New York, New York\",83,1,12,\"fred ebb\\/john kander\",206001,6707993,0.99],[1036,\"I Get A Kick Out Of You\",83,1,12,\"cole porter\",194429,6332441,0.99],[1037,\"Something Stupid\",83,1,12,\"carson c. parks\",158615,5210643,0.99],[1038,\"Moon River\",83,1,12,\"henry mancini\\/johnny mercer\",198922,6395808,0.99],[1039,\"What Now My Love\",83,1,12,\"carl sigman\\/gilbert becaud\\/pierre leroyer\",149995,4913383,0.99],[1040,\"Summer Love\",83,1,12,\"hans bradtke\\/heinz meier\\/johnny mercer\",174994,5693242,0.99],[1041,\"For Once In My Life\",83,1,12,\"orlando murden\\/ronald miller\",171154,5557537,0.99],[1042,\"Love And Marriage\",83,1,12,\"jimmy van heusen\\/sammy cahn\",89730,2930596,0.99],[1043,\"They Can't Take That Away From Me\",83,1,12,\"george gershwin\\/ira gershwin\",161227,5240043,0.99],[1044,\"My Kind Of Town\",83,1,12,\"jimmy van heusen\\/sammy cahn\",188499,6119915,0.99],[1045,\"Fly Me To The Moon\",83,1,12,\"bart howard\",149263,4856954,0.99],[1046,\"I've Got You Under My Skin\",83,1,12,\"cole porter\",210808,6883787,0.99],[1047,\"The Best Is Yet To Come\",83,1,12,\"carolyn leigh\\/cy coleman\",173583,5633730,0.99],[1048,\"It Was A Very Good Year\",83,1,12,\"ervin drake\",266605,8554066,0.99],[1049,\"Come Fly With Me\",83,1,12,\"jimmy van heusen\\/sammy cahn\",190458,6231029,0.99],[1050,\"That's Life\",83,1,12,\"dean kay thompson\\/kelly gordon\",187010,6095727,0.99],[1051,\"The Girl From Ipanema\",83,1,12,\"antonio carlos jobim\\/norman gimbel\\/vinicius de moraes\",193750,6410674,0.99],[1052,\"The Lady Is A Tramp\",83,1,12,\"lorenz hart\\/richard rodgers\",184111,5987372,0.99],[1053,\"Bad, Bad Leroy Brown\",83,1,12,\"jim croce\",169900,5548581,0.99],[1054,\"Mack The Knife\",83,1,12,\"bert brecht\\/kurt weill\\/marc blitzstein\",292075,9541052,0.99],[1055,\"Loves Been Good To Me\",83,1,12,\"rod mckuen\",203964,6645365,0.99],[1056,\"L.A. Is My Lady\",83,1,12,\"alan bergman\\/marilyn bergman\\/peggy lipton jones\\/quincy jones\",193175,6378511,0.99],[1057,\"Entrando Na Sua (Intro)\",84,1,7,null,179252,5840027,0.99],[1058,\"Nervosa\",84,1,7,null,229537,7680421,0.99],[1059,\"Funk De Bamba (Com Fernanda Abreu)\",84,1,7,null,237191,7866165,0.99],[1060,\"Call Me At Cleo\\u00c2\\u00b4s\",84,1,7,null,236617,7920510,0.99],[1061,\"Olhos Coloridos (Com Sandra De S\\u00c3\\u00a1)\",84,1,7,null,321332,10567404,0.99],[1062,\"Zamba\\u00c3\\u00a7\\u00c3\\u00a3o\",84,1,7,null,301113,10030604,0.99],[1063,\"Funk Hum\",84,1,7,null,244453,8084475,0.99],[1064,\"Forty Days (Com DJ Hum)\",84,1,7,null,221727,7347172,0.99],[1065,\"Balada Da Paula\",84,1,7,\"Emerson Villani\",322821,10603717,0.99],[1066,\"Dujji\",84,1,7,null,324597,10833935,0.99],[1067,\"Meu Guarda-Chuva\",84,1,7,null,248528,8216625,0.99],[1068,\"Mot\\u00c3\\u00a9is\",84,1,7,null,213498,7041077,0.99],[1069,\"Whistle Stop\",84,1,7,null,526132,17533664,0.99],[1070,\"16 Toneladas\",84,1,7,null,191634,6390885,0.99],[1071,\"Divirta-Se (Saindo Da Sua)\",84,1,7,null,74919,2439206,0.99],[1072,\"Forty Days Instrumental\",84,1,7,null,292493,9584317,0.99],[1073,\"\\u00c3\\u0093ia Eu Aqui De Novo\",85,1,10,null,219454,7469735,0.99],[1074,\"Bai\\u00c3\\u00a3o Da Penha\",85,1,10,null,247928,8393047,0.99],[1075,\"Esperando Na Janela\",85,1,10,\"Manuca\\/Raimundinho DoAcordion\\/Targino Godim\",261041,8660617,0.99],[1076,\"Juazeiro\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",222275,7349779,0.99],[1077,\"\\u00c3\\u009altimo Pau-De-Arara\",85,1,10,\"Corumb\\u00c3\\u00a1\\/Jos\\u00c3\\u00a9 Gumar\\u00c3\\u00a3es\\/Venancio\",200437,6638563,0.99],[1078,\"Asa Branca\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",217051,7387183,0.99],[1079,\"Qui Nem Jil\\u00c3\\u00b3\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",204695,6937472,0.99],[1080,\"Assum Preto\",85,1,10,\"Humberto Teixeira\\/Luiz Gonzaga\",199653,6625000,0.99],[1081,\"Pau-De-Arara\",85,1,10,\"Guio De Morais E Seus \\\"Parentes\\\"\\/Luiz Gonzaga\",191660,6340649,0.99],[1082,\"A Volta Da Asa Branca\",85,1,10,\"Luiz Gonzaga\\/Z\\u00c3\\u00a9 Dantas\",271020,9098093,0.99],[1083,\"O Amor Daqui De Casa\",85,1,10,\"Gilberto Gil\",148636,4888292,0.99],[1084,\"As Pegadas Do Amor\",85,1,10,\"Gilberto Gil\",209136,6899062,0.99],[1085,\"Lamento Sertanejo\",85,1,10,\"Dominguinhos\\/Gilberto Gil\",260963,8518290,0.99],[1086,\"Casinha Feliz\",85,1,10,\"Gilberto Gil\",32287,1039615,0.99],[1087,\"Introdu\\u00c3\\u00a7\\u00c3\\u00a3o (Live)\",86,1,7,null,154096,5227579,0.99],[1088,\"Palco (Live)\",86,1,7,null,238315,8026622,0.99],[1089,\"Is This Love (Live)\",86,1,7,null,295262,9819759,0.99],[1090,\"Stir It Up (Live)\",86,1,7,null,282409,9594738,0.99],[1091,\"Refavela (Live)\",86,1,7,null,236695,7985305,0.99],[1092,\"Vendedor De Caranguejo (Live)\",86,1,7,null,248842,8358128,0.99],[1093,\"Quanta (Live)\",86,1,7,null,357485,11774865,0.99],[1094,\"Estrela (Live)\",86,1,7,null,285309,9436411,0.99],[1095,\"Pela Internet (Live)\",86,1,7,null,263471,8804401,0.99],[1096,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico (Live)\",86,1,7,null,231627,7805352,0.99],[1097,\"Opachor\\u00c3\\u00b4 (Live)\",86,1,7,null,259526,8596384,0.99],[1098,\"Copacabana (Live)\",86,1,7,null,289671,9673672,0.99],[1099,\"A Novidade (Live)\",86,1,7,null,316969,10508000,0.99],[1100,\"Ghandi (Live)\",86,1,7,null,222458,7481950,0.99],[1101,\"De Ouro E Marfim (Live)\",86,1,7,null,234971,7838453,0.99],[1102,\"Doce De Carnaval (Candy All)\",87,1,2,null,356101,11998470,0.99],[1103,\"Lamento De Carnaval\",87,1,2,null,294530,9819276,0.99],[1104,\"Pretinha\",87,1,2,null,265273,8914579,0.99],[1105,\"A Novidade\",73,1,7,\"Gilberto Gil\",324780,10765600,0.99],[1106,\"Tenho Sede\",73,1,7,\"Gilberto Gil\",261616,8708114,0.99],[1107,\"Refazenda\",73,1,7,\"Gilberto Gil\",218305,7237784,0.99],[1108,\"Realce\",73,1,7,\"Gilberto Gil\",264489,8847612,0.99],[1109,\"Esot\\u00c3\\u00a9rico\",73,1,7,\"Gilberto Gil\",317779,10530533,0.99],[1110,\"Dr\\u00c3\\u00a3o\",73,1,7,\"Gilberto Gil\",301453,9931950,0.99],[1111,\"A Paz\",73,1,7,\"Gilberto Gil\",293093,9593064,0.99],[1112,\"Beira Mar\",73,1,7,\"Gilberto Gil\",295444,9597994,0.99],[1113,\"Sampa\",73,1,7,\"Gilberto Gil\",225697,7469905,0.99],[1114,\"Parabolicamar\\u00c3\\u00a1\",73,1,7,\"Gilberto Gil\",284943,9543435,0.99],[1115,\"Tempo Rei\",73,1,7,\"Gilberto Gil\",302733,10019269,0.99],[1116,\"Expresso 2222\",73,1,7,\"Gilberto Gil\",284760,9690577,0.99],[1117,\"Aquele Abra\\u00c3\\u00a7o\",73,1,7,\"Gilberto Gil\",263993,8805003,0.99],[1118,\"Palco\",73,1,7,\"Gilberto Gil\",270550,9049901,0.99],[1119,\"Toda Menina Baiana\",73,1,7,\"Gilberto Gil\",278177,9351000,0.99],[1120,\"S\\u00c3\\u00adtio Do Pica-Pau Amarelo\",73,1,7,\"Gilberto Gil\",218070,7217955,0.99],[1121,\"Straight Out Of Line\",88,1,3,\"Sully Erna\",259213,8511877,0.99],[1122,\"Faceless\",88,1,3,\"Sully Erna\",216006,6992417,0.99],[1123,\"Changes\",88,1,3,\"Sully Erna; Tony Rombola\",260022,8455835,0.99],[1124,\"Make Me Believe\",88,1,3,\"Sully Erna\",248607,8075050,0.99],[1125,\"I Stand Alone\",88,1,3,\"Sully Erna\",246125,8017041,0.99],[1126,\"Re-Align\",88,1,3,\"Sully Erna\",260884,8513891,0.99],[1127,\"I Fucking Hate You\",88,1,3,\"Sully Erna\",247170,8059642,0.99],[1128,\"Releasing The Demons\",88,1,3,\"Sully Erna\",252760,8276372,0.99],[1129,\"Dead And Broken\",88,1,3,\"Sully Erna\",251454,8206611,0.99],[1130,\"I Am\",88,1,3,\"Sully Erna\",239516,7803270,0.99],[1131,\"The Awakening\",88,1,3,\"Sully Erna\",89547,3035251,0.99],[1132,\"Serenity\",88,1,3,\"Sully Erna; Tony Rombola\",274834,9172976,0.99],[1133,\"American Idiot\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",174419,5705793,0.99],[1134,\"Jesus Of Suburbia \\/ City Of The Damned \\/ I Don't Care \\/ Dearly Beloved \\/ Tales Of Another Broken Home\",89,1,4,\"Billie Joe Armstrong\\/Green Day\",548336,17875209,0.99],[1135,\"Holiday\",89,1,4,\"Billie Joe Armstrong, Mike Dirnt, Tr\\u00c3\\u00a9 Cool\",232724,7599602,0.99],[1136,\"Boulevard Of Broken Dreams\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",260858,8485122,0.99],[1137,\"Are We The Waiting\",89,1,4,\"Green Day\",163004,5328329,0.99],[1138,\"St. Jimmy\",89,1,4,\"Green Day\",175307,5716589,0.99],[1139,\"Give Me Novacaine\",89,1,4,\"Green Day\",205871,6752485,0.99],[1140,\"She's A Rebel\",89,1,4,\"Green Day\",120528,3901226,0.99],[1141,\"Extraordinary Girl\",89,1,4,\"Green Day\",214021,6975177,0.99],[1142,\"Letterbomb\",89,1,4,\"Green Day\",246151,7980902,0.99],[1143,\"Wake Me Up When September Ends\",89,1,4,\"Mike Dint, Billie Joe, Tr\\u00c3\\u00a9 Cool\",285753,9325597,0.99],[1144,\"Homecoming \\/ The Death Of St. Jimmy \\/ East 12th St. \\/ Nobody Likes You \\/ Rock And Roll Girlfriend \\/ We're Coming Home Again\",89,1,4,\"Mike Dirnt\\/Tr\\u00c3\\u00a9 Cool\",558602,18139840,0.99],[1145,\"Whatsername\",89,1,4,\"Green Day\",252316,8244843,0.99],[1146,\"Welcome to the Jungle\",90,2,1,null,273552,4538451,0.99],[1147,\"It's So Easy\",90,2,1,null,202824,3394019,0.99],[1148,\"Nightrain\",90,2,1,null,268537,4457283,0.99],[1149,\"Out Ta Get Me\",90,2,1,null,263893,4382147,0.99],[1150,\"Mr. Brownstone\",90,2,1,null,228924,3816323,0.99],[1151,\"Paradise City\",90,2,1,null,406347,6687123,0.99],[1152,\"My Michelle\",90,2,1,null,219961,3671299,0.99],[1153,\"Think About You\",90,2,1,null,231640,3860275,0.99],[1154,\"Sweet Child O' Mine\",90,2,1,null,356424,5879347,0.99],[1155,\"You're Crazy\",90,2,1,null,197135,3301971,0.99],[1156,\"Anything Goes\",90,2,1,null,206400,3451891,0.99],[1157,\"Rocket Queen\",90,2,1,null,375349,6185539,0.99],[1158,\"Right Next Door to Hell\",91,2,1,null,182321,3175950,0.99],[1159,\"Dust N' Bones\",91,2,1,null,298374,5053742,0.99],[1160,\"Live and Let Die\",91,2,1,null,184016,3203390,0.99],[1161,\"Don't Cry (Original)\",91,2,1,null,284744,4833259,0.99],[1162,\"Perfect Crime\",91,2,1,null,143637,2550030,0.99],[1163,\"You Ain't the First\",91,2,1,null,156268,2754414,0.99],[1164,\"Bad Obsession\",91,2,1,null,328282,5537678,0.99],[1165,\"Back off Bitch\",91,2,1,null,303436,5135662,0.99],[1166,\"Double Talkin' Jive\",91,2,1,null,203637,3520862,0.99],[1167,\"November Rain\",91,2,1,null,537540,8923566,0.99],[1168,\"The Garden\",91,2,1,null,322175,5438862,0.99],[1169,\"Garden of Eden\",91,2,1,null,161539,2839694,0.99],[1170,\"Don't Damn Me\",91,2,1,null,318901,5385886,0.99],[1171,\"Bad Apples\",91,2,1,null,268351,4567966,0.99],[1172,\"Dead Horse\",91,2,1,null,257600,4394014,0.99],[1173,\"Coma\",91,2,1,null,616511,10201342,0.99],[1174,\"Civil War\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",461165,15046579,0.99],[1175,\"14 Years\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",261355,8543664,0.99],[1176,\"Yesterdays\",92,1,3,\"Billy\\/Del James\\/W. Axl Rose\\/West Arkeen\",196205,6398489,0.99],[1177,\"Knockin' On Heaven's Door\",92,1,3,\"Bob Dylan\",336457,10986716,0.99],[1178,\"Get In The Ring\",92,1,3,\"Duff McKagan\\/Slash\\/W. Axl Rose\",341054,11134105,0.99],[1179,\"Shotgun Blues\",92,1,3,\"W. Axl Rose\",203206,6623916,0.99],[1180,\"Breakdown\",92,1,3,\"W. Axl Rose\",424960,13978284,0.99],[1181,\"Pretty Tied Up\",92,1,3,\"Izzy Stradlin'\",287477,9408754,0.99],[1182,\"Locomotive\",92,1,3,\"Slash\\/W. Axl Rose\",522396,17236842,0.99],[1183,\"So Fine\",92,1,3,\"Duff McKagan\",246491,8039484,0.99],[1184,\"Estranged\",92,1,3,\"W. Axl Rose\",563800,18343787,0.99],[1185,\"You Could Be Mine\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",343875,11207355,0.99],[1186,\"Don't Cry\",92,1,3,\"Izzy Stradlin'\\/W. Axl Rose\",284238,9222458,0.99],[1187,\"My World\",92,1,3,\"W. Axl Rose\",84532,2764045,0.99],[1188,\"Colibri\",93,1,2,\"Richard Bull\",361012,12055329,0.99],[1189,\"Love Is The Colour\",93,1,2,\"R. Carless\",251585,8419165,0.99],[1190,\"Magnetic Ocean\",93,1,2,\"Patrick Claher\\/Richard Bull\",321123,10720741,0.99],[1191,\"Deep Waters\",93,1,2,\"Richard Bull\",396460,13075359,0.99],[1192,\"L'Arc En Ciel De Miles\",93,1,2,\"Kevin Robinson\\/Richard Bull\",242390,8053997,0.99],[1193,\"Gypsy\",93,1,2,\"Kevin Robinson\",330997,11083374,0.99],[1194,\"Journey Into Sunlight\",93,1,2,\"Jean Paul Maunick\",249756,8241177,0.99],[1195,\"Sunchild\",93,1,2,\"Graham Harvey\",259970,8593143,0.99],[1196,\"Millenium\",93,1,2,\"Maxton Gig Beesley Jnr.\",379167,12511939,0.99],[1197,\"Thinking 'Bout Tomorrow\",93,1,2,\"Fayyaz Virgi\\/Richard Bull\",355395,11865384,0.99],[1198,\"Jacob's Ladder\",93,1,2,\"Julian Crampton\",367647,12201595,0.99],[1199,\"She Wears Black\",93,1,2,\"G Harvey\\/R Hope-Taylor\",528666,17617944,0.99],[1200,\"Dark Side Of The Cog\",93,1,2,\"Jean Paul Maunick\",377155,12491122,0.99],[1201,\"Different World\",94,2,1,null,258692,4383764,0.99],[1202,\"These Colours Don't Run\",94,2,1,null,412152,6883500,0.99],[1203,\"Brighter Than a Thousand Suns\",94,2,1,null,526255,8721490,0.99],[1204,\"The Pilgrim\",94,2,1,null,307593,5172144,0.99],[1205,\"The Longest Day\",94,2,1,null,467810,7785748,0.99],[1206,\"Out of the Shadows\",94,2,1,null,336896,5647303,0.99],[1207,\"The Reincarnation of Benjamin Breeg\",94,2,1,null,442106,7367736,0.99],[1208,\"For the Greater Good of God\",94,2,1,null,564893,9367328,0.99],[1209,\"Lord of Light\",94,2,1,null,444614,7393698,0.99],[1210,\"The Legacy\",94,2,1,null,562966,9314287,0.99],[1211,\"Hallowed Be Thy Name (Live) [Non Album Bonus Track]\",94,2,1,null,431262,7205816,0.99],[1212,\"The Number Of The Beast\",95,1,3,\"Steve Harris\",294635,4718897,0.99],[1213,\"The Trooper\",95,1,3,\"Steve Harris\",235311,3766272,0.99],[1214,\"Prowler\",95,1,3,\"Steve Harris\",255634,4091904,0.99],[1215,\"Transylvania\",95,1,3,\"Steve Harris\",265874,4255744,0.99],[1216,\"Remember Tomorrow\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",352731,5648438,0.99],[1217,\"Where Eagles Dare\",95,1,3,\"Steve Harris\",289358,4630528,0.99],[1218,\"Sanctuary\",95,1,3,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",293250,4694016,0.99],[1219,\"Running Free\",95,1,3,\"Paul Di'Anno\\/Steve Harris\",228937,3663872,0.99],[1220,\"Run To The Hilss\",95,1,3,\"Steve Harris\",237557,3803136,0.99],[1221,\"2 Minutes To Midnight\",95,1,3,\"Adrian Smith\\/Bruce Dickinson\",337423,5400576,0.99],[1222,\"Iron Maiden\",95,1,3,\"Steve Harris\",324623,5195776,0.99],[1223,\"Hallowed Be Thy Name\",95,1,3,\"Steve Harris\",471849,7550976,0.99],[1224,\"Be Quick Or Be Dead\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",196911,3151872,0.99],[1225,\"From Here To Eternity\",96,1,3,\"Steve Harris\",259866,4159488,0.99],[1226,\"Can I Play With Madness\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",282488,4521984,0.99],[1227,\"Wasting Love\",96,1,3,\"Bruce Dickinson\\/Janick Gers\",347846,5566464,0.99],[1228,\"Tailgunner\",96,1,3,\"Bruce Dickinson\\/Steve Harris\",249469,3993600,0.99],[1229,\"The Evil That Men Do\",96,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325929,5216256,0.99],[1230,\"Afraid To Shoot Strangers\",96,1,3,\"Steve Harris\",407980,6529024,0.99],[1231,\"Bring Your Daughter... To The Slaughter\",96,1,3,\"Bruce Dickinson\",317727,5085184,0.99],[1232,\"Heaven Can Wait\",96,1,3,\"Steve Harris\",448574,7178240,0.99],[1233,\"The Clairvoyant\",96,1,3,\"Steve Harris\",269871,4319232,0.99],[1234,\"Fear Of The Dark\",96,1,3,\"Steve Harris\",431333,6906078,0.99],[1235,\"The Wicker Man\",97,1,1,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",275539,11022464,0.99],[1236,\"Ghost Of The Navigator\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",410070,16404608,0.99],[1237,\"Brave New World\",97,1,1,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",378984,15161472,0.99],[1238,\"Blood Brothers\",97,1,1,\"Steve Harris\",434442,17379456,0.99],[1239,\"The Mercenary\",97,1,1,\"Janick Gers\\/Steve Harris\",282488,11300992,0.99],[1240,\"Dream Of Mirrors\",97,1,1,\"Janick Gers\\/Steve Harris\",561162,22448256,0.99],[1241,\"The Fallen Angel\",97,1,1,\"Adrian Smith\\/Steve Harris\",240718,9629824,0.99],[1242,\"The Nomad\",97,1,1,\"David Murray\\/Steve Harris\",546115,21846144,0.99],[1243,\"Out Of The Silent Planet\",97,1,1,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",385541,15423616,0.99],[1244,\"The Thin Line Between Love & Hate\",97,1,1,\"David Murray\\/Steve Harris\",506801,20273280,0.99],[1245,\"Wildest Dreams\",98,1,13,\"Adrian Smith\\/Steve Harris\",232777,9312384,0.99],[1246,\"Rainmaker\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",228623,9146496,0.99],[1247,\"No More Lies\",98,1,13,\"Steve Harris\",441782,17672320,0.99],[1248,\"Montsegur\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",350484,14020736,0.99],[1249,\"Dance Of Death\",98,1,13,\"Janick Gers\\/Steve Harris\",516649,20670727,0.99],[1250,\"Gates Of Tomorrow\",98,1,13,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",312032,12482688,0.99],[1251,\"New Frontier\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Nicko McBrain\",304509,12181632,0.99],[1252,\"Paschendale\",98,1,13,\"Adrian Smith\\/Steve Harris\",508107,20326528,0.99],[1253,\"Face In The Sand\",98,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",391105,15648948,0.99],[1254,\"Age Of Innocence\",98,1,13,\"David Murray\\/Steve Harris\",370468,14823478,0.99],[1255,\"Journeyman\",98,1,13,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",427023,17082496,0.99],[1256,\"Be Quick Or Be Dead\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",204512,8181888,0.99],[1257,\"From Here To Eternity\",99,1,1,\"Steve Harris\",218357,8739038,0.99],[1258,\"Afraid To Shoot Strangers\",99,1,1,\"Steve Harris\",416496,16664589,0.99],[1259,\"Fear Is The Key\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",335307,13414528,0.99],[1260,\"Childhood's End\",99,1,1,\"Steve Harris\",280607,11225216,0.99],[1261,\"Wasting Love\",99,1,1,\"Bruce Dickinson\\/Janick Gers\",350981,14041216,0.99],[1262,\"The Fugitive\",99,1,1,\"Steve Harris\",294112,11765888,0.99],[1263,\"Chains Of Misery\",99,1,1,\"Bruce Dickinson\\/David Murray\",217443,8700032,0.99],[1264,\"The Apparition\",99,1,1,\"Janick Gers\\/Steve Harris\",234605,9386112,0.99],[1265,\"Judas Be My Guide\",99,1,1,\"Bruce Dickinson\\/David Murray\",188786,7553152,0.99],[1266,\"Weekend Warrior\",99,1,1,\"Janick Gers\\/Steve Harris\",339748,13594678,0.99],[1267,\"Fear Of The Dark\",99,1,1,\"Steve Harris\",436976,17483789,0.99],[1268,\"01 - Prowler\",100,1,6,\"Steve Harris\",236173,5668992,0.99],[1269,\"02 - Sanctuary\",100,1,6,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",196284,4712576,0.99],[1270,\"03 - Remember Tomorrow\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",328620,7889024,0.99],[1271,\"04 - Running Free\",100,1,6,\"Harris\\/Paul Di\\u00c2\\u00b4Anno\",197276,4739122,0.99],[1272,\"05 - Phantom of the Opera\",100,1,6,\"Steve Harris\",428016,10276872,0.99],[1273,\"06 - Transylvania\",100,1,6,\"Steve Harris\",259343,6226048,0.99],[1274,\"07 - Strange World\",100,1,6,\"Steve Harris\",332460,7981184,0.99],[1275,\"08 - Charlotte the Harlot\",100,1,6,\"Murray Dave\",252708,6066304,0.99],[1276,\"09 - Iron Maiden\",100,1,6,\"Steve Harris\",216058,5189891,0.99],[1277,\"The Ides Of March\",101,1,13,\"Steve Harris\",105926,2543744,0.99],[1278,\"Wrathchild\",101,1,13,\"Steve Harris\",174471,4188288,0.99],[1279,\"Murders In The Rue Morgue\",101,1,13,\"Steve Harris\",258377,6205786,0.99],[1280,\"Another Life\",101,1,13,\"Steve Harris\",203049,4874368,0.99],[1281,\"Genghis Khan\",101,1,13,\"Steve Harris\",187141,4493440,0.99],[1282,\"Innocent Exile\",101,1,13,\"Di\\u00c2\\u00b4Anno\\/Harris\",232515,5584861,0.99],[1283,\"Killers\",101,1,13,\"Steve Harris\",300956,7227440,0.99],[1284,\"Prodigal Son\",101,1,13,\"Steve Harris\",372349,8937600,0.99],[1285,\"Purgatory\",101,1,13,\"Steve Harris\",200150,4804736,0.99],[1286,\"Drifter\",101,1,13,\"Steve Harris\",288757,6934660,0.99],[1287,\"Intro- Churchill S Speech\",102,1,13,null,48013,1154488,0.99],[1288,\"Aces High\",102,1,13,null,276375,6635187,0.99],[1289,\"2 Minutes To Midnight\",102,1,3,\"Smith\\/Dickinson\",366550,8799380,0.99],[1290,\"The Trooper\",102,1,3,\"Harris\",268878,6455255,0.99],[1291,\"Revelations\",102,1,3,\"Dickinson\",371826,8926021,0.99],[1292,\"Flight Of Icarus\",102,1,3,\"Smith\\/Dickinson\",229982,5521744,0.99],[1293,\"Rime Of The Ancient Mariner\",102,1,3,null,789472,18949518,0.99],[1294,\"Powerslave\",102,1,3,null,454974,10921567,0.99],[1295,\"The Number Of The Beast\",102,1,3,\"Harris\",275121,6605094,0.99],[1296,\"Hallowed Be Thy Name\",102,1,3,\"Harris\",451422,10836304,0.99],[1297,\"Iron Maiden\",102,1,3,\"Harris\",261955,6289117,0.99],[1298,\"Run To The Hills\",102,1,3,\"Harris\",231627,5561241,0.99],[1299,\"Running Free\",102,1,3,\"Harris\\/Di Anno\",204617,4912986,0.99],[1300,\"Wrathchild\",102,1,13,\"Steve Harris\",183666,4410181,0.99],[1301,\"Acacia Avenue\",102,1,13,null,379872,9119118,0.99],[1302,\"Children Of The Damned\",102,1,13,\"Steve Harris\",278177,6678446,0.99],[1303,\"Die With Your Boots On\",102,1,13,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",314174,7542367,0.99],[1304,\"Phantom Of The Opera\",102,1,13,\"Steve Harris\",441155,10589917,0.99],[1305,\"Be Quick Or Be Dead\",103,1,1,null,233142,5599853,0.99],[1306,\"The Number Of The Beast\",103,1,1,null,294008,7060625,0.99],[1307,\"Wrathchild\",103,1,1,null,174106,4182963,0.99],[1308,\"From Here To Eternity\",103,1,1,null,284447,6831163,0.99],[1309,\"Can I Play With Madness\",103,1,1,null,213106,5118995,0.99],[1310,\"Wasting Love\",103,1,1,null,336953,8091301,0.99],[1311,\"Tailgunner\",103,1,1,null,247640,5947795,0.99],[1312,\"The Evil That Men Do\",103,1,1,null,478145,11479913,0.99],[1313,\"Afraid To Shoot Strangers\",103,1,1,null,412525,9905048,0.99],[1314,\"Fear Of The Dark\",103,1,1,null,431542,10361452,0.99],[1315,\"Bring Your Daughter... To The Slaughter...\",104,1,1,null,376711,9045532,0.99],[1316,\"The Clairvoyant\",104,1,1,null,262426,6302648,0.99],[1317,\"Heaven Can Wait\",104,1,1,null,440555,10577743,0.99],[1318,\"Run To The Hills\",104,1,1,null,235859,5665052,0.99],[1319,\"2 Minutes To Midnight\",104,1,1,\"Adrian Smith\\/Bruce Dickinson\",338233,8122030,0.99],[1320,\"Iron Maiden\",104,1,1,null,494602,11874875,0.99],[1321,\"Hallowed Be Thy Name\",104,1,1,null,447791,10751410,0.99],[1322,\"The Trooper\",104,1,1,null,232672,5588560,0.99],[1323,\"Sanctuary\",104,1,1,null,318511,7648679,0.99],[1324,\"Running Free\",104,1,1,null,474017,11380851,0.99],[1325,\"Tailgunner\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",255582,4089856,0.99],[1326,\"Holy Smoke\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",229459,3672064,0.99],[1327,\"No Prayer For The Dying\",105,1,3,\"Steve Harris\",263941,4225024,0.99],[1328,\"Public Enema Number One\",105,1,3,\"Bruce Dickinson\\/David Murray\",254197,4071587,0.99],[1329,\"Fates Warning\",105,1,3,\"David Murray\\/Steve Harris\",250853,4018088,0.99],[1330,\"The Assassin\",105,1,3,\"Steve Harris\",258768,4141056,0.99],[1331,\"Run Silent Run Deep\",105,1,3,\"Bruce Dickinson\\/Steve Harris\",275408,4407296,0.99],[1332,\"Hooks In You\",105,1,3,\"Adrian Smith\\/Bruce Dickinson\",247510,3960832,0.99],[1333,\"Bring Your Daughter... ...To The Slaughter\",105,1,3,\"Bruce Dickinson\",284238,4548608,0.99],[1334,\"Mother Russia\",105,1,3,\"Steve Harris\",332617,5322752,0.99],[1335,\"Where Eagles Dare\",106,1,3,\"Steve Harris\",369554,5914624,0.99],[1336,\"Revelations\",106,1,3,\"Bruce Dickinson\",408607,6539264,0.99],[1337,\"Flight Of The Icarus\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",230269,3686400,0.99],[1338,\"Die With Your Boots On\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",325694,5212160,0.99],[1339,\"The Trooper\",106,1,3,\"Steve Harris\",251454,4024320,0.99],[1340,\"Still Life\",106,1,3,\"David Murray\\/Steve Harris\",294347,4710400,0.99],[1341,\"Quest For Fire\",106,1,3,\"Steve Harris\",221309,3543040,0.99],[1342,\"Sun And Steel\",106,1,3,\"Adrian Smith\\/Bruce Dickinson\",206367,3306324,0.99],[1343,\"To Tame A Land\",106,1,3,\"Steve Harris\",445283,7129264,0.99],[1344,\"Aces High\",107,1,3,\"Harris\",269531,6472088,0.99],[1345,\"2 Minutes To Midnight\",107,1,3,\"Smith\\/Dickinson\",359810,8638809,0.99],[1346,\"Losfer Words\",107,1,3,\"Steve Harris\",252891,6074756,0.99],[1347,\"Flash of The Blade\",107,1,3,\"Dickinson\",242729,5828861,0.99],[1348,\"Duelists\",107,1,3,\"Steve Harris\",366471,8800686,0.99],[1349,\"Back in the Village\",107,1,3,\"Dickinson\\/Smith\",320548,7696518,0.99],[1350,\"Powerslave\",107,1,3,\"Dickinson\",407823,9791106,0.99],[1351,\"Rime of the Ancient Mariner\",107,1,3,\"Harris\",816509,19599577,0.99],[1352,\"Intro\",108,1,3,null,115931,4638848,0.99],[1353,\"The Wicker Man\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",281782,11272320,0.99],[1354,\"Ghost Of The Navigator\",108,1,3,\"Bruce Dickinson\\/Janick Gers\\/Steve Harris\",408607,16345216,0.99],[1355,\"Brave New World\",108,1,3,\"Bruce Dickinson\\/David Murray\\/Steve Harris\",366785,14676148,0.99],[1356,\"Wrathchild\",108,1,3,\"Steve Harris\",185808,7434368,0.99],[1357,\"2 Minutes To Midnight\",108,1,3,\"Adrian Smith\\/Bruce Dickinson\",386821,15474816,0.99],[1358,\"Blood Brothers\",108,1,3,\"Steve Harris\",435513,17422464,0.99],[1359,\"Sign Of The Cross\",108,1,3,\"Steve Harris\",649116,25966720,0.99],[1360,\"The Mercenary\",108,1,3,\"Janick Gers\\/Steve Harris\",282697,11309184,0.99],[1361,\"The Trooper\",108,1,3,\"Steve Harris\",273528,10942592,0.99],[1362,\"Dream Of Mirrors\",109,1,1,\"Janick Gers\\/Steve Harris\",578324,23134336,0.99],[1363,\"The Clansman\",109,1,1,\"Steve Harris\",559203,22370432,0.99],[1364,\"The Evil That Men Do\",109,1,3,\"Adrian Smith\\/Bruce Dickinson\\/Steve Harris\",280737,11231360,0.99],[1365,\"Fear Of The Dark\",109,1,1,\"Steve Harris\",460695,18430080,0.99],[1366,\"Iron Maiden\",109,1,1,\"Steve Harris\",351869,14076032,0.99],[1367,\"The Number Of The Beast\",109,1,1,\"Steve Harris\",300434,12022107,0.99],[1368,\"Hallowed Be Thy Name\",109,1,1,\"Steve Harris\",443977,17760384,0.99],[1369,\"Sanctuary\",109,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",317335,12695680,0.99],[1370,\"Run To The Hills\",109,1,1,\"Steve Harris\",292179,11688064,0.99],[1371,\"Moonchild\",110,1,3,\"Adrian Smith; Bruce Dickinson\",340767,8179151,0.99],[1372,\"Infinite Dreams\",110,1,3,\"Steve Harris\",369005,8858669,0.99],[1373,\"Can I Play With Madness\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",211043,5067867,0.99],[1374,\"The Evil That Men Do\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",273998,6578930,0.99],[1375,\"Seventh Son of a Seventh Son\",110,1,3,\"Steve Harris\",593580,14249000,0.99],[1376,\"The Prophecy\",110,1,3,\"Dave Murray; Steve Harris\",305475,7334450,0.99],[1377,\"The Clairvoyant\",110,1,3,\"Adrian Smith; Bruce Dickinson; Steve Harris\",267023,6411510,0.99],[1378,\"Only the Good Die Young\",110,1,3,\"Bruce Dickinson; Harris\",280894,6744431,0.99],[1379,\"Caught Somewhere in Time\",111,1,3,\"Steve Harris\",445779,10701149,0.99],[1380,\"Wasted Years\",111,1,3,\"Adrian Smith\",307565,7384358,0.99],[1381,\"Sea of Madness\",111,1,3,\"Adrian Smith\",341995,8210695,0.99],[1382,\"Heaven Can Wait\",111,1,3,\"Steve Harris\",441417,10596431,0.99],[1383,\"Stranger in a Strange Land\",111,1,3,\"Adrian Smith\",344502,8270899,0.99],[1384,\"Alexander the Great\",111,1,3,\"Steve Harris\",515631,12377742,0.99],[1385,\"De Ja Vu\",111,1,3,\"David Murray\\/Steve Harris\",296176,7113035,0.99],[1386,\"The Loneliness of the Long Dis\",111,1,3,\"Steve Harris\",391314,9393598,0.99],[1387,\"22 Acacia Avenue\",112,1,3,\"Adrian Smith\\/Steve Harris\",395572,5542516,0.99],[1388,\"Children of the Damned\",112,1,3,\"Steve Harris\",274364,3845631,0.99],[1389,\"Gangland\",112,1,3,\"Adrian Smith\\/Clive Burr\\/Steve Harris\",228440,3202866,0.99],[1390,\"Hallowed Be Thy Name\",112,1,3,\"Steve Harris\",428669,6006107,0.99],[1391,\"Invaders\",112,1,3,\"Steve Harris\",203180,2849181,0.99],[1392,\"Run to the Hills\",112,1,3,\"Steve Harris\",228884,3209124,0.99],[1393,\"The Number Of The Beast\",112,1,1,\"Steve Harris\",293407,11737216,0.99],[1394,\"The Prisoner\",112,1,3,\"Adrian Smith\\/Steve Harris\",361299,5062906,0.99],[1395,\"Sign Of The Cross\",113,1,1,\"Steve Harris\",678008,27121792,0.99],[1396,\"Lord Of The Flies\",113,1,1,\"Janick Gers\\/Steve Harris\",303699,12148864,0.99],[1397,\"Man On The Edge\",113,1,1,\"Blaze Bayley\\/Janick Gers\",253413,10137728,0.99],[1398,\"Fortunes Of War\",113,1,1,\"Steve Harris\",443977,17760384,0.99],[1399,\"Look For The Truth\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",310230,12411008,0.99],[1400,\"The Aftermath\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",380786,15233152,0.99],[1401,\"Judgement Of Heaven\",113,1,1,\"Steve Harris\",312476,12501120,0.99],[1402,\"Blood On The World's Hands\",113,1,1,\"Steve Harris\",357799,14313600,0.99],[1403,\"The Edge Of Darkness\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",399333,15974528,0.99],[1404,\"2 A.M.\",113,1,1,\"Blaze Bayley\\/Janick Gers\\/Steve Harris\",337658,13511087,0.99],[1405,\"The Unbeliever\",113,1,1,\"Janick Gers\\/Steve Harris\",490422,19617920,0.99],[1406,\"Futureal\",114,1,1,\"Blaze Bayley\\/Steve Harris\",175777,7032960,0.99],[1407,\"The Angel And The Gambler\",114,1,1,\"Steve Harris\",592744,23711872,0.99],[1408,\"Lightning Strikes Twice\",114,1,1,\"David Murray\\/Steve Harris\",290377,11616384,0.99],[1409,\"The Clansman\",114,1,1,\"Steve Harris\",539689,21592327,0.99],[1410,\"When Two Worlds Collide\",114,1,1,\"Blaze Bayley\\/David Murray\\/Steve Harris\",377312,15093888,0.99],[1411,\"The Educated Fool\",114,1,1,\"Steve Harris\",404767,16191616,0.99],[1412,\"Don't Look To The Eyes Of A Stranger\",114,1,1,\"Steve Harris\",483657,19347584,0.99],[1413,\"Como Estais Amigos\",114,1,1,\"Blaze Bayley\\/Janick Gers\",330292,13213824,0.99],[1414,\"Please Please Please\",115,1,14,\"James Brown\\/Johnny Terry\",165067,5394585,0.99],[1415,\"Think\",115,1,14,\"Lowman Pauling\",166739,5513208,0.99],[1416,\"Night Train\",115,1,14,\"Jimmy Forrest\\/Lewis C. Simpkins\\/Oscar Washington\",212401,7027377,0.99],[1417,\"Out Of Sight\",115,1,14,\"Ted Wright\",143725,4711323,0.99],[1418,\"Papa's Got A Brand New Bag Pt.1\",115,1,14,\"James Brown\",127399,4174420,0.99],[1419,\"I Got You (I Feel Good)\",115,1,14,\"James Brown\",167392,5468472,0.99],[1420,\"It's A Man's Man's Man's World\",115,1,14,\"Betty Newsome\\/James Brown\",168228,5541611,0.99],[1421,\"Cold Sweat\",115,1,14,\"Alfred Ellis\\/James Brown\",172408,5643213,0.99],[1422,\"Say It Loud, I'm Black And I'm Proud Pt.1\",115,1,14,\"Alfred Ellis\\/James Brown\",167392,5478117,0.99],[1423,\"Get Up (I Feel Like Being A) Sex Machine\",115,1,14,\"Bobby Byrd\\/James Brown\\/Ron Lenhoff\",316551,10498031,0.99],[1424,\"Hey America\",115,1,14,\"Addie William Jones\\/Nat Jones\",218226,7187857,0.99],[1425,\"Make It Funky Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",196231,6507782,0.99],[1426,\"I'm A Greedy Man Pt.1\",115,1,14,\"Charles Bobbitt\\/James Brown\",217730,7251211,0.99],[1427,\"Get On The Good Foot\",115,1,14,\"Fred Wesley\\/James Brown\\/Joseph Mims\",215902,7182736,0.99],[1428,\"Get Up Offa That Thing\",115,1,14,\"Deanna Brown\\/Deidra Jenkins\\/Yamma Brown\",250723,8355989,0.99],[1429,\"It's Too Funky In Here\",115,1,14,\"Brad Shapiro\\/George Jackson\\/Robert Miller\\/Walter Shaw\",239072,7973979,0.99],[1430,\"Living In America\",115,1,14,\"Charlie Midnight\\/Dan Hartman\",282880,9432346,0.99],[1431,\"I'm Real\",115,1,14,\"Full Force\\/James Brown\",334236,11183457,0.99],[1432,\"Hot Pants Pt.1\",115,1,14,\"Fred Wesley\\/James Brown\",188212,6295110,0.99],[1433,\"Soul Power (Live)\",115,1,14,\"James Brown\",260728,8593206,0.99],[1434,\"When You Gonna Learn (Digeridoo)\",116,1,1,\"Jay Kay\\/Kay, Jay\",230635,7655482,0.99],[1435,\"Too Young To Die\",116,1,1,\"Smith, Toby\",365818,12391660,0.99],[1436,\"Hooked Up\",116,1,1,\"Smith, Toby\",275879,9301687,0.99],[1437,\"If I Like It, I Do It\",116,1,1,\"Gelder, Nick van\",293093,9848207,0.99],[1438,\"Music Of The Wind\",116,1,1,\"Smith, Toby\",383033,12870239,0.99],[1439,\"Emergency On Planet Earth\",116,1,1,\"Smith, Toby\",245263,8117218,0.99],[1440,\"Whatever It Is, I Just Can't Stop\",116,1,1,\"Jay Kay\\/Kay, Jay\",247222,8249453,0.99],[1441,\"Blow Your Mind\",116,1,1,\"Smith, Toby\",512339,17089176,0.99],[1442,\"Revolution 1993\",116,1,1,\"Smith, Toby\",616829,20816872,0.99],[1443,\"Didgin' Out\",116,1,1,\"Buchanan, Wallis\",157100,5263555,0.99],[1444,\"Canned Heat\",117,1,14,\"Jay Kay\",331964,11042037,0.99],[1445,\"Planet Home\",117,1,14,\"Jay Kay\\/Toby Smith\",284447,9566237,0.99],[1446,\"Black Capricorn Day\",117,1,14,\"Jay Kay\",341629,11477231,0.99],[1447,\"Soul Education\",117,1,14,\"Jay Kay\\/Toby Smith\",255477,8575435,0.99],[1448,\"Failling\",117,1,14,\"Jay Kay\\/Toby Smith\",225227,7503999,0.99],[1449,\"Destitute Illusions\",117,1,14,\"Derrick McKenzie\\/Jay Kay\\/Toby Smith\",340218,11452651,0.99],[1450,\"Supersonic\",117,1,14,\"Jay Kay\",315872,10699265,0.99],[1451,\"Butterfly\",117,1,14,\"Jay Kay\\/Toby Smith\",268852,8947356,0.99],[1452,\"Were Do We Go From Here\",117,1,14,\"Jay Kay\",313626,10504158,0.99],[1453,\"King For A Day\",117,1,14,\"Jay Kay\\/Toby Smith\",221544,7335693,0.99],[1454,\"Deeper Underground\",117,1,14,\"Toby Smith\",281808,9351277,0.99],[1455,\"Just Another Story\",118,1,15,\"Toby Smith\",529684,17582818,0.99],[1456,\"Stillness In Time\",118,1,15,\"Toby Smith\",257097,8644290,0.99],[1457,\"Half The Man\",118,1,15,\"Toby Smith\",289854,9577679,0.99],[1458,\"Light Years\",118,1,15,\"Toby Smith\",354560,11796244,0.99],[1459,\"Manifest Destiny\",118,1,15,\"Toby Smith\",382197,12676962,0.99],[1460,\"The Kids\",118,1,15,\"Toby Smith\",309995,10334529,0.99],[1461,\"Mr. Moon\",118,1,15,\"Stuard Zender\\/Toby Smith\",329534,11043559,0.99],[1462,\"Scam\",118,1,15,\"Stuart Zender\",422321,14019705,0.99],[1463,\"Journey To Arnhemland\",118,1,15,\"Toby Smith\\/Wallis Buchanan\",322455,10843832,0.99],[1464,\"Morning Glory\",118,1,15,\"J. Kay\\/Jay Kay\",384130,12777210,0.99],[1465,\"Space Cowboy\",118,1,15,\"J. Kay\\/Jay Kay\",385697,12906520,0.99],[1466,\"Last Chance\",119,1,4,\"C. Cester\\/C. Muncey\",112352,3683130,0.99],[1467,\"Are You Gonna Be My Girl\",119,1,4,\"C. Muncey\\/N. Cester\",213890,6992324,0.99],[1468,\"Rollover D.J.\",119,1,4,\"C. Cester\\/N. Cester\",196702,6406517,0.99],[1469,\"Look What You've Done\",119,1,4,\"N. Cester\",230974,7517083,0.99],[1470,\"Get What You Need\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",247719,8043765,0.99],[1471,\"Move On\",119,1,4,\"C. Cester\\/N. Cester\",260623,8519353,0.99],[1472,\"Radio Song\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",272117,8871509,0.99],[1473,\"Get Me Outta Here\",119,1,4,\"C. Cester\\/N. Cester\",176274,5729098,0.99],[1474,\"Cold Hard Bitch\",119,1,4,\"C. Cester\\/C. Muncey\\/N. Cester\",243278,7929610,0.99],[1475,\"Come Around Again\",119,1,4,\"C. Muncey\\/N. Cester\",270497,8872405,0.99],[1476,\"Take It Or Leave It\",119,1,4,\"C. Muncey\\/N. Cester\",142889,4643370,0.99],[1477,\"Lazy Gun\",119,1,4,\"C. Cester\\/N. Cester\",282174,9186285,0.99],[1478,\"Timothy\",119,1,4,\"C. Cester\",270341,8856507,0.99],[1479,\"Foxy Lady\",120,1,1,\"Jimi Hendrix\",199340,6480896,0.99],[1480,\"Manic Depression\",120,1,1,\"Jimi Hendrix\",222302,7289272,0.99],[1481,\"Red House\",120,1,1,\"Jimi Hendrix\",224130,7285851,0.99],[1482,\"Can You See Me\",120,1,1,\"Jimi Hendrix\",153077,4987068,0.99],[1483,\"Love Or Confusion\",120,1,1,\"Jimi Hendrix\",193123,6329408,0.99],[1484,\"I Don't Live Today\",120,1,1,\"Jimi Hendrix\",235311,7661214,0.99],[1485,\"May This Be Love\",120,1,1,\"Jimi Hendrix\",191216,6240028,0.99],[1486,\"Fire\",120,1,1,\"Jimi Hendrix\",164989,5383075,0.99],[1487,\"Third Stone From The Sun\",120,1,1,\"Jimi Hendrix\",404453,13186975,0.99],[1488,\"Remember\",120,1,1,\"Jimi Hendrix\",168150,5509613,0.99],[1489,\"Are You Experienced?\",120,1,1,\"Jimi Hendrix\",254537,8292497,0.99],[1490,\"Hey Joe\",120,1,1,\"Billy Roberts\",210259,6870054,0.99],[1491,\"Stone Free\",120,1,1,\"Jimi Hendrix\",216293,7002331,0.99],[1492,\"Purple Haze\",120,1,1,\"Jimi Hendrix\",171572,5597056,0.99],[1493,\"51st Anniversary\",120,1,1,\"Jimi Hendrix\",196388,6398044,0.99],[1494,\"The Wind Cries Mary\",120,1,1,\"Jimi Hendrix\",200463,6540638,0.99],[1495,\"Highway Chile\",120,1,1,\"Jimi Hendrix\",212453,6887949,0.99],[1496,\"Surfing with the Alien\",121,2,1,null,263707,4418504,0.99],[1497,\"Ice 9\",121,2,1,null,239721,4036215,0.99],[1498,\"Crushing Day\",121,2,1,null,314768,5232158,0.99],[1499,\"Always With Me, Always With You\",121,2,1,null,202035,3435777,0.99],[1500,\"Satch Boogie\",121,2,1,null,193560,3300654,0.99],[1501,\"Hill of the Skull\",121,2,1,\"J. Satriani\",108435,1944738,0.99],[1502,\"Circles\",121,2,1,null,209071,3548553,0.99],[1503,\"Lords of Karma\",121,2,1,\"J. Satriani\",288227,4809279,0.99],[1504,\"Midnight\",121,2,1,\"J. Satriani\",102630,1851753,0.99],[1505,\"Echo\",121,2,1,\"J. Satriani\",337570,5595557,0.99],[1506,\"Engenho De Dentro\",122,1,7,null,310073,10211473,0.99],[1507,\"Alcohol\",122,1,7,null,355239,12010478,0.99],[1508,\"Mama Africa\",122,1,7,null,283062,9488316,0.99],[1509,\"Salve Simpatia\",122,1,7,null,343484,11314756,0.99],[1510,\"W\\/Brasil (Chama O S\\u00c3\\u00adndico)\",122,1,7,null,317100,10599953,0.99],[1511,\"Pa\\u00c3\\u00ads Tropical\",122,1,7,null,452519,14946972,0.99],[1512,\"Os Alquimistas Est\\u00c3\\u00a3o Chegando\",122,1,7,null,367281,12304520,0.99],[1513,\"Charles Anjo 45\",122,1,7,null,389276,13022833,0.99],[1514,\"Selassi\\u00c3\\u00aa\",122,1,7,null,326321,10724982,0.99],[1515,\"Menina Sarar\\u00c3\\u00a1\",122,1,7,null,191477,6393818,0.99],[1516,\"Que Maravilha\",122,1,7,null,338076,10996656,0.99],[1517,\"Santa Clara Clareou\",122,1,7,null,380081,12524725,0.99],[1518,\"Filho Maravilha\",122,1,7,null,227526,7498259,0.99],[1519,\"Taj Mahal\",122,1,7,null,289750,9502898,0.99],[1520,\"Rapidamente\",123,1,7,null,252238,8470107,0.99],[1521,\"As Dores do Mundo\",123,1,7,\"Hyldon\",255477,8537092,0.99],[1522,\"Vou Pra Ai\",123,1,7,null,300878,10053718,0.99],[1523,\"My Brother\",123,1,7,null,253231,8431821,0.99],[1524,\"H\\u00c3\\u00a1 Quanto Tempo\",123,1,7,null,270027,9004470,0.99],[1525,\"V\\u00c3\\u00adcio\",123,1,7,null,269897,8887216,0.99],[1526,\"Encontrar Algu\\u00c3\\u00a9m\",123,1,7,\"Marco Tulio Lara\\/Rogerio Flausino\",224078,7437935,0.99],[1527,\"Dance Enquanto \\u00c3\\u00a9 Tempo\",123,1,7,null,229093,7583799,0.99],[1528,\"A Tarde\",123,1,7,null,266919,8836127,0.99],[1529,\"Always Be All Right\",123,1,7,null,128078,4299676,0.99],[1530,\"Sem Sentido\",123,1,7,null,250462,8292108,0.99],[1531,\"Onibusfobia\",123,1,7,null,315977,10474904,0.99],[1532,\"Pura Elegancia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",284107,9632269,0.99],[1533,\"Choramingando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",190484,6400532,0.99],[1534,\"Por Merecer\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",230582,7764601,0.99],[1535,\"No Futuro\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",182308,6056200,0.99],[1536,\"Voce Inteira\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",241084,8077282,0.99],[1537,\"Cuando A Noite Vai Chegando\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",270628,9081874,0.99],[1538,\"Naquele Dia\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",251768,8452654,0.99],[1539,\"Equinocio\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",269008,8871455,0.99],[1540,\"Papel\\u00c3\\u00a3o\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",213263,7257390,0.99],[1541,\"Cuando Eu For Pro Ceu\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",118804,3948371,0.99],[1542,\"Do Nosso Amor\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",203415,6774566,0.99],[1543,\"Borogodo\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",208457,7104588,0.99],[1544,\"Cafezinho\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",180924,6031174,0.99],[1545,\"Enquanto O Dia N\\u00c3\\u00a3o Vem\",124,1,16,\"Jo\\u00c3\\u00a3o Suplicy\",220891,7248336,0.99],[1546,\"The Green Manalishi\",125,1,3,null,205792,6720789,0.99],[1547,\"Living After Midnight\",125,1,3,null,213289,7056785,0.99],[1548,\"Breaking The Law (Live)\",125,1,3,null,144195,4728246,0.99],[1549,\"Hot Rockin'\",125,1,3,null,197328,6509179,0.99],[1550,\"Heading Out To The Highway (Live)\",125,1,3,null,276427,9006022,0.99],[1551,\"The Hellion\",125,1,3,null,41900,1351993,0.99],[1552,\"Electric Eye\",125,1,3,null,222197,7231368,0.99],[1553,\"You've Got Another Thing Comin'\",125,1,3,null,305162,9962558,0.99],[1554,\"Turbo Lover\",125,1,3,null,335542,11068866,0.99],[1555,\"Freewheel Burning\",125,1,3,null,265952,8713599,0.99],[1556,\"Some Heads Are Gonna Roll\",125,1,3,null,249939,8198617,0.99],[1557,\"Metal Meltdown\",125,1,3,null,290664,9390646,0.99],[1558,\"Ram It Down\",125,1,3,null,292179,9554023,0.99],[1559,\"Diamonds And Rust (Live)\",125,1,3,null,219350,7163147,0.99],[1560,\"Victim Of Change (Live)\",125,1,3,null,430942,14067512,0.99],[1561,\"Tyrant (Live)\",125,1,3,null,282253,9190536,0.99],[1562,\"Comin' Home\",126,1,1,\"Paul Stanley, Ace Frehley\",172068,5661120,0.99],[1563,\"Plaster Caster\",126,1,1,\"Gene Simmons\",198060,6528719,0.99],[1564,\"Goin' Blind\",126,1,1,\"Gene Simmons, Stephen Coronel\",217652,7167523,0.99],[1565,\"Do You Love Me\",126,1,1,\"Paul Stanley, Bob Ezrin, Kim Fowley\",193619,6343111,0.99],[1566,\"Domino\",126,1,1,\"Gene Simmons\",226377,7488191,0.99],[1567,\"Sure Know Something\",126,1,1,\"Paul Stanley, Vincent Poncia\",254354,8375190,0.99],[1568,\"A World Without Heroes\",126,1,1,\"Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed\",177815,5832524,0.99],[1569,\"Rock Bottom\",126,1,1,\"Paul Stanley, Ace Frehley\",200594,6560818,0.99],[1570,\"See You Tonight\",126,1,1,\"Gene Simmons\",146494,4817521,0.99],[1571,\"I Still Love You\",126,1,1,\"Paul Stanley\",369815,12086145,0.99],[1572,\"Every Time I Look At You\",126,1,1,\"Paul Stanley, Vincent Cusano\",283898,9290948,0.99],[1573,\"2,000 Man\",126,1,1,\"Mick Jagger, Keith Richard\",312450,10292829,0.99],[1574,\"Beth\",126,1,1,\"Peter Criss, Stan Penridge, Bob Ezrin\",170187,5577807,0.99],[1575,\"Nothin' To Lose\",126,1,1,\"Gene Simmons\",222354,7351460,0.99],[1576,\"Rock And Roll All Nite\",126,1,1,\"Paul Stanley, Gene Simmons\",259631,8549296,0.99],[1577,\"Immigrant Song\",127,1,1,\"Robert Plant\",201247,6457766,0.99],[1578,\"Heartbreaker\",127,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",316081,10179657,0.99],[1579,\"Since I've Been Loving You\",127,1,1,\"John Paul Jones\\/Robert Plant\",416365,13471959,0.99],[1580,\"Black Dog\",127,1,1,\"John Paul Jones\\/Robert Plant\",317622,10267572,0.99],[1581,\"Dazed And Confused\",127,1,1,\"Jimmy Page\\/Led Zeppelin\",1116734,36052247,0.99],[1582,\"Stairway To Heaven\",127,1,1,\"Robert Plant\",529658,17050485,0.99],[1583,\"Going To California\",127,1,1,\"Robert Plant\",234605,7646749,0.99],[1584,\"That's The Way\",127,1,1,\"Robert Plant\",343431,11248455,0.99],[1585,\"Whole Lotta Love (Medley)\",127,1,1,\"Arthur Crudup\\/Bernard Besman\\/Bukka White\\/Doc Pomus\\/John Bonham\\/John Lee Hooker\\/John Paul Jones\\/Mort Shuman\\/Robert Plant\\/Willie Dixon\",825103,26742545,0.99],[1586,\"Thank You\",127,1,1,\"Robert Plant\",398262,12831826,0.99],[1587,\"We're Gonna Groove\",128,1,1,\"Ben E.King\\/James Bethea\",157570,5180975,0.99],[1588,\"Poor Tom\",128,1,1,\"Jimmy Page\\/Robert Plant\",182491,6016220,0.99],[1589,\"I Can't Quit You Baby\",128,1,1,\"Willie Dixon\",258168,8437098,0.99],[1590,\"Walter's Walk\",128,1,1,\"Jimmy Page, Robert Plant\",270785,8712499,0.99],[1591,\"Ozone Baby\",128,1,1,\"Jimmy Page, Robert Plant\",215954,7079588,0.99],[1592,\"Darlene\",128,1,1,\"Jimmy Page, Robert Plant, John Bonham, John Paul Jones\",307226,10078197,0.99],[1593,\"Bonzo's Montreux\",128,1,1,\"John Bonham\",258925,8557447,0.99],[1594,\"Wearing And Tearing\",128,1,1,\"Jimmy Page, Robert Plant\",330004,10701590,0.99],[1595,\"The Song Remains The Same\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",330004,10708950,0.99],[1596,\"The Rain Song\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",459180,15029875,0.99],[1597,\"Over The Hills And Far Away\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",290089,9552829,0.99],[1598,\"The Crunge\",129,1,1,\"John Bonham\\/John Paul Jones\",197407,6460212,0.99],[1599,\"Dancing Days\",129,1,1,\"Jimmy Page\\/Jimmy Page & Robert Plant\\/Robert Plant\",223216,7250104,0.99],[1600,\"D'Yer Mak'er\",129,1,1,\"John Bonham\\/John Paul Jones\",262948,8645935,0.99],[1601,\"No Quarter\",129,1,1,\"John Paul Jones\",420493,13656517,0.99],[1602,\"The Ocean\",129,1,1,\"John Bonham\\/John Paul Jones\",271098,8846469,0.99],[1603,\"In The Evening\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",410566,13399734,0.99],[1604,\"South Bound Saurez\",130,1,1,\"John Paul Jones & Robert Plant\",254406,8420427,0.99],[1605,\"Fool In The Rain\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",372950,12371433,0.99],[1606,\"Hot Dog\",130,1,1,\"Jimmy Page & Robert Plant\",197198,6536167,0.99],[1607,\"Carouselambra\",130,1,1,\"John Paul Jones, Jimmy Page & Robert Plant\",634435,20858315,0.99],[1608,\"All My Love\",130,1,1,\"Robert Plant & John Paul Jones\",356284,11684862,0.99],[1609,\"I'm Gonna Crawl\",130,1,1,\"Jimmy Page, Robert Plant & John Paul Jones\",329639,10737665,0.99],[1610,\"Black Dog\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",296672,9660588,0.99],[1611,\"Rock & Roll\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",220917,7142127,0.99],[1612,\"The Battle Of Evermore\",131,1,1,\"Jimmy Page, Robert Plant\",351555,11525689,0.99],[1613,\"Stairway To Heaven\",131,1,1,\"Jimmy Page, Robert Plant\",481619,15706767,0.99],[1614,\"Misty Mountain Hop\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",278857,9092799,0.99],[1615,\"Four Sticks\",131,1,1,\"Jimmy Page, Robert Plant\",284447,9481301,0.99],[1616,\"Going To California\",131,1,1,\"Jimmy Page, Robert Plant\",215693,7068737,0.99],[1617,\"When The Levee Breaks\",131,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie\",427702,13912107,0.99],[1618,\"Good Times Bad Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",166164,5464077,0.99],[1619,\"Babe I'm Gonna Leave You\",132,1,1,\"Jimmy Page\\/Robert Plant\",401475,13189312,0.99],[1620,\"You Shook Me\",132,1,1,\"J. B. Lenoir\\/Willie Dixon\",388179,12643067,0.99],[1621,\"Dazed and Confused\",132,1,1,\"Jimmy Page\",386063,12610326,0.99],[1622,\"Your Time Is Gonna Come\",132,1,1,\"Jimmy Page\\/John Paul Jones\",274860,9011653,0.99],[1623,\"Black Mountain Side\",132,1,1,\"Jimmy Page\",132702,4440602,0.99],[1624,\"Communication Breakdown\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",150230,4899554,0.99],[1625,\"I Can't Quit You Baby\",132,1,1,\"Willie Dixon\",282671,9252733,0.99],[1626,\"How Many More Times\",132,1,1,\"Jimmy Page\\/John Bonham\\/John Paul Jones\",508055,16541364,0.99],[1627,\"Whole Lotta Love\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",334471,11026243,0.99],[1628,\"What Is And What Should Never Be\",133,1,1,\"Jimmy Page, Robert Plant\",287973,9369385,0.99],[1629,\"The Lemon Song\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",379141,12463496,0.99],[1630,\"Thank You\",133,1,1,\"Jimmy Page, Robert Plant\",287791,9337392,0.99],[1631,\"Heartbreaker\",133,1,1,\"Jimmy Page, Robert Plant, John Paul Jones, John Bonham\",253988,8387560,0.99],[1632,\"Living Loving Maid (She's Just A Woman)\",133,1,1,\"Jimmy Page, Robert Plant\",159216,5219819,0.99],[1633,\"Ramble On\",133,1,1,\"Jimmy Page, Robert Plant\",275591,9199710,0.99],[1634,\"Moby Dick\",133,1,1,\"John Bonham, John Paul Jones, Jimmy Page\",260728,8664210,0.99],[1635,\"Bring It On Home\",133,1,1,\"Jimmy Page, Robert Plant\",259970,8494731,0.99],[1636,\"Immigrant Song\",134,1,1,\"Jimmy Page, Robert Plant\",144875,4786461,0.99],[1637,\"Friends\",134,1,1,\"Jimmy Page, Robert Plant\",233560,7694220,0.99],[1638,\"Celebration Day\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",209528,6871078,0.99],[1639,\"Since I've Been Loving You\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",444055,14482460,0.99],[1640,\"Out On The Tiles\",134,1,1,\"Jimmy Page, Robert Plant, John Bonham\",246047,8060350,0.99],[1641,\"Gallows Pole\",134,1,1,\"Traditional\",296228,9757151,0.99],[1642,\"Tangerine\",134,1,1,\"Jimmy Page\",189675,6200893,0.99],[1643,\"That's The Way\",134,1,1,\"Jimmy Page, Robert Plant\",337345,11202499,0.99],[1644,\"Bron-Y-Aur Stomp\",134,1,1,\"Jimmy Page, Robert Plant, John Paul Jones\",259500,8674508,0.99],[1645,\"Hats Off To (Roy) Harper\",134,1,1,\"Traditional\",219376,7236640,0.99],[1646,\"In The Light\",135,1,1,\"John Paul Jones\\/Robert Plant\",526785,17033046,0.99],[1647,\"Bron-Yr-Aur\",135,1,1,\"Jimmy Page\",126641,4150746,0.99],[1648,\"Down By The Seaside\",135,1,1,\"Robert Plant\",316186,10371282,0.99],[1649,\"Ten Years Gone\",135,1,1,\"Robert Plant\",393116,12756366,0.99],[1650,\"Night Flight\",135,1,1,\"John Paul Jones\\/Robert Plant\",217547,7160647,0.99],[1651,\"The Wanton Song\",135,1,1,\"Robert Plant\",249887,8180988,0.99],[1652,\"Boogie With Stu\",135,1,1,\"Ian Stewart\\/John Bonham\\/John Paul Jones\\/Mrs. Valens\\/Robert Plant\",233273,7657086,0.99],[1653,\"Black Country Woman\",135,1,1,\"Robert Plant\",273084,8951732,0.99],[1654,\"Sick Again\",135,1,1,\"Robert Plant\",283036,9279263,0.99],[1655,\"Achilles Last Stand\",136,1,1,\"Jimmy Page\\/Robert Plant\",625502,20593955,0.99],[1656,\"For Your Life\",136,1,1,\"Jimmy Page\\/Robert Plant\",384391,12633382,0.99],[1657,\"Royal Orleans\",136,1,1,\"John Bonham\\/John Paul Jones\",179591,5930027,0.99],[1658,\"Nobody's Fault But Mine\",136,1,1,\"Jimmy Page\\/Robert Plant\",376215,12237859,0.99],[1659,\"Candy Store Rock\",136,1,1,\"Jimmy Page\\/Robert Plant\",252055,8397423,0.99],[1660,\"Hots On For Nowhere\",136,1,1,\"Jimmy Page\\/Robert Plant\",284107,9342342,0.99],[1661,\"Tea For One\",136,1,1,\"Jimmy Page\\/Robert Plant\",566752,18475264,0.99],[1662,\"Rock & Roll\",137,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\",242442,7897065,0.99],[1663,\"Celebration Day\",137,1,1,\"John Paul Jones\\/Robert Plant\",230034,7478487,0.99],[1664,\"The Song Remains The Same\",137,1,1,\"Robert Plant\",353358,11465033,0.99],[1665,\"Rain Song\",137,1,1,\"Robert Plant\",505808,16273705,0.99],[1666,\"Dazed And Confused\",137,1,1,\"Jimmy Page\",1612329,52490554,0.99],[1667,\"No Quarter\",138,1,1,\"John Paul Jones\\/Robert Plant\",749897,24399285,0.99],[1668,\"Stairway To Heaven\",138,1,1,\"Robert Plant\",657293,21354766,0.99],[1669,\"Moby Dick\",138,1,1,\"John Bonham\\/John Paul Jones\",766354,25345841,0.99],[1670,\"Whole Lotta Love\",138,1,1,\"John Bonham\\/John Paul Jones\\/Robert Plant\\/Willie Dixon\",863895,28191437,0.99],[1671,\"Nat\\u00c3\\u00a1lia\",139,1,7,\"Renato Russo\",235728,7640230,0.99],[1672,\"L'Avventura\",139,1,7,\"Renato Russo\",278256,9165769,0.99],[1673,\"M\\u00c3\\u00basica De Trabalho\",139,1,7,\"Renato Russo\",260231,8590671,0.99],[1674,\"Longe Do Meu Lado\",139,1,7,\"Renato Russo - Marcelo Bonf\\u00c3\\u00a1\",266161,8655249,0.99],[1675,\"A Via L\\u00c3\\u00a1ctea\",139,1,7,\"Renato Russo\",280084,9234879,0.99],[1676,\"M\\u00c3\\u00basica Ambiente\",139,1,7,\"Renato Russo\",247614,8234388,0.99],[1677,\"Aloha\",139,1,7,\"Renato Russo\",325955,10793301,0.99],[1678,\"Soul Parsifal\",139,1,7,\"Renato Russo - Marisa Monte\",295053,9853589,0.99],[1679,\"Dezesseis\",139,1,7,\"Renato Russo\",323918,10573515,0.99],[1680,\"Mil Peda\\u00c3\\u00a7os\",139,1,7,\"Renato Russo\",203337,6643291,0.99],[1681,\"Leila\",139,1,7,\"Renato Russo\",323056,10608239,0.99],[1682,\"1\\u00c2\\u00ba De Julho\",139,1,7,\"Renato Russo\",290298,9619257,0.99],[1683,\"Esperando Por Mim\",139,1,7,\"Renato Russo\",261668,8844133,0.99],[1684,\"Quando Voc\\u00c3\\u00aa Voltar\",139,1,7,\"Renato Russo\",173897,5781046,0.99],[1685,\"O Livro Dos Dias\",139,1,7,\"Renato Russo\",257253,8570929,0.99],[1686,\"Ser\\u00c3\\u00a1\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",148401,4826528,0.99],[1687,\"Ainda \\u00c3\\u0089 Cedo\",140,1,7,\"Dado Villa-Lobos\\/Ico Ouro-Preto\\/Marcelo Bonf\\u00c3\\u00a1\",236826,7796400,0.99],[1688,\"Gera\\u00c3\\u00a7\\u00c3\\u00a3o Coca-Cola\",140,1,7,\"Renato Russo\",141453,4625731,0.99],[1689,\"Eduardo E M\\u00c3\\u00b4nica\",140,1,7,\"Renato Russo\",271229,9026691,0.99],[1690,\"Tempo Perdido\",140,1,7,\"Renato Russo\",302158,9963914,0.99],[1691,\"Indios\",140,1,7,\"Renato Russo\",258168,8610226,0.99],[1692,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",140,1,7,\"Renato Russo\",177606,5822124,0.99],[1693,\"Faroeste Caboclo\",140,1,7,\"Renato Russo\",543007,18092739,0.99],[1694,\"H\\u00c3\\u00a1 Tempos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",197146,6432922,0.99],[1695,\"Pais E Filhos\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",308401,10130685,0.99],[1696,\"Meninos E Meninas\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",203781,6667802,0.99],[1697,\"Vento No Litoral\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",366445,12063806,0.99],[1698,\"Perfei\\u00c3\\u00a7\\u00c3\\u00a3o\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",276558,9258489,0.99],[1699,\"Giz\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",202213,6677671,0.99],[1700,\"Dezesseis\",140,1,7,\"Dado Villa-Lobos\\/Marcelo Bonf\\u00c3\\u00a1\",321724,10501773,0.99],[1701,\"Antes Das Seis\",140,1,7,\"Dado Villa-Lobos\",189231,6296531,0.99],[1702,\"Are You Gonna Go My Way\",141,1,1,\"Craig Ross\\/Lenny Kravitz\",211591,6905135,0.99],[1703,\"Fly Away\",141,1,1,\"Lenny Kravitz\",221962,7322085,0.99],[1704,\"Rock And Roll Is Dead\",141,1,1,\"Lenny Kravitz\",204199,6680312,0.99],[1705,\"Again\",141,1,1,\"Lenny Kravitz\",228989,7490476,0.99],[1706,\"It Ain't Over 'Til It's Over\",141,1,1,\"Lenny Kravitz\",242703,8078936,0.99],[1707,\"Can't Get You Off My Mind\",141,1,1,\"Lenny Kravitz\",273815,8937150,0.99],[1708,\"Mr. Cab Driver\",141,1,1,\"Lenny Kravitz\",230321,7668084,0.99],[1709,\"American Woman\",141,1,1,\"B. Cummings\\/G. Peterson\\/M.J. Kale\\/R. Bachman\",261773,8538023,0.99],[1710,\"Stand By My Woman\",141,1,1,\"Henry Kirssch\\/Lenny Kravitz\\/S. Pasch A. Krizan\",259683,8447611,0.99],[1711,\"Always On The Run\",141,1,1,\"Lenny Kravitz\\/Slash\",232515,7593397,0.99],[1712,\"Heaven Help\",141,1,1,\"Gerry DeVeaux\\/Terry Britten\",190354,6222092,0.99],[1713,\"I Belong To You\",141,1,1,\"Lenny Kravitz\",257123,8477980,0.99],[1714,\"Believe\",141,1,1,\"Henry Hirsch\\/Lenny Kravitz\",295131,9661978,0.99],[1715,\"Let Love Rule\",141,1,1,\"Lenny Kravitz\",342648,11298085,0.99],[1716,\"Black Velveteen\",141,1,1,\"Lenny Kravitz\",290899,9531301,0.99],[1717,\"Assim Caminha A Humanidade\",142,1,7,null,210755,6993763,0.99],[1718,\"Honolulu\",143,1,7,null,261433,8558481,0.99],[1719,\"Dancin\\u00c2\\u00b4Days\",143,1,7,null,237400,7875347,0.99],[1720,\"Um Pro Outro\",142,1,7,null,236382,7825215,0.99],[1721,\"Aviso Aos Navegantes\",143,1,7,null,242808,8058651,0.99],[1722,\"Casa\",142,1,7,null,307591,10107269,0.99],[1723,\"Condi\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,263549,8778465,0.99],[1724,\"Hyperconectividade\",143,1,7,null,180636,5948039,0.99],[1725,\"O Descobridor Dos Sete Mares\",143,1,7,null,225854,7475780,0.99],[1726,\"Satisfa\\u00c3\\u00a7\\u00c3\\u00a3o\",142,1,7,null,208065,6901681,0.99],[1727,\"Brum\\u00c3\\u00a1rio\",142,1,7,null,216241,7243499,0.99],[1728,\"Um Certo Algu\\u00c3\\u00a9m\",143,1,7,null,194063,6430939,0.99],[1729,\"Fullg\\u00c3\\u00a1s\",143,1,7,null,346070,11505484,0.99],[1730,\"S\\u00c3\\u00a1bado \\u00c3\\u0080 Noite\",142,1,7,null,193854,6435114,0.99],[1731,\"A Cura\",142,1,7,null,280920,9260588,0.99],[1732,\"Aquilo\",143,1,7,null,246073,8167819,0.99],[1733,\"Atr\\u00c3\\u00a1s Do Trio El\\u00c3\\u00a9trico\",142,1,7,null,149080,4917615,0.99],[1734,\"Senta A Pua\",143,1,7,null,217547,7205844,0.99],[1735,\"Ro-Que-Se-Da-Ne\",143,1,7,null,146703,4805897,0.99],[1736,\"Tudo Bem\",142,1,7,null,196101,6419139,0.99],[1737,\"Toda Forma De Amor\",142,1,7,null,227813,7496584,0.99],[1738,\"Tudo Igual\",143,1,7,null,276035,9201645,0.99],[1739,\"Fogo De Palha\",143,1,7,null,246804,8133732,0.99],[1740,\"Sereia\",142,1,7,null,278047,9121087,0.99],[1741,\"Assaltaram A Gram\\u00c3\\u00a1tica\",143,1,7,null,261041,8698959,0.99],[1742,\"Se Voc\\u00c3\\u00aa Pensa\",142,1,7,null,195996,6552490,0.99],[1743,\"L\\u00c3\\u00a1 Vem O Sol (Here Comes The Sun)\",142,1,7,null,189492,6229645,0.99],[1744,\"O \\u00c3\\u009altimo Rom\\u00c3\\u00a2ntico (Ao Vivo)\",143,1,7,null,231993,7692697,0.99],[1745,\"Pseudo Silk Kimono\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",134739,4334038,0.99],[1746,\"Kayleigh\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",234605,7716005,0.99],[1747,\"Lavender\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",153417,4999814,0.99],[1748,\"Bitter Suite: Brief Encounter \\/ Lost Weekend \\/ Blue Angel\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",356493,11791068,0.99],[1749,\"Heart Of Lothian: Wide Boy \\/ Curtain Call\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",366053,11893723,0.99],[1750,\"Waterhole (Expresso Bongo)\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",133093,4378835,0.99],[1751,\"Lords Of The Backstage\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",112875,3741319,0.99],[1752,\"Blind Curve: Vocal Under A Bloodlight \\/ Passing Strangers \\/ Mylo \\/ Perimeter Walk \\/ Threshold\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",569704,18578995,0.99],[1753,\"Childhoods End?\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",272796,9015366,0.99],[1754,\"White Feather\",144,1,1,\"Kelly, Mosley, Rothery, Trewaves\",143595,4711776,0.99],[1755,\"Arrepio\",145,1,7,\"Carlinhos Brown\",136254,4511390,0.99],[1756,\"Magamalabares\",145,1,7,\"Carlinhos Brown\",215875,7183757,0.99],[1757,\"Chuva No Brejo\",145,1,7,\"Morais\",145606,4857761,0.99],[1758,\"C\\u00c3\\u00a9rebro Eletr\\u00c3\\u00b4nico\",145,1,7,\"Gilberto Gil\",172800,5760864,0.99],[1759,\"Tempos Modernos\",145,1,7,\"Lulu Santos\",183066,6066234,0.99],[1760,\"Mara\\u00c3\\u00a7\\u00c3\\u00a1\",145,1,7,\"Carlinhos Brown\",230008,7621482,0.99],[1761,\"Blanco\",145,1,7,\"Marisa Monte\\/poema de Octavio Paz\\/vers\\u00c3\\u00a3o: Haroldo de Campos\",45191,1454532,0.99],[1762,\"Panis Et Circenses\",145,1,7,\"Caetano Veloso e Gilberto Gil\",192339,6318373,0.99],[1763,\"De Noite Na Cama\",145,1,7,\"Caetano Veloso e Gilberto Gil\",209005,7012658,0.99],[1764,\"Beija Eu\",145,1,7,\"Caetano Veloso e Gilberto Gil\",197276,6512544,0.99],[1765,\"Give Me Love\",145,1,7,\"Caetano Veloso e Gilberto Gil\",249808,8196331,0.99],[1766,\"Ainda Lembro\",145,1,7,\"Caetano Veloso e Gilberto Gil\",218801,7211247,0.99],[1767,\"A Menina Dan\\u00c3\\u00a7a\",145,1,7,\"Caetano Veloso e Gilberto Gil\",129410,4326918,0.99],[1768,\"Dan\\u00c3\\u00a7a Da Solid\\u00c3\\u00a3o\",145,1,7,\"Caetano Veloso e Gilberto Gil\",203520,6699368,0.99],[1769,\"Ao Meu Redor\",145,1,7,\"Caetano Veloso e Gilberto Gil\",275591,9158834,0.99],[1770,\"Bem Leve\",145,1,7,\"Caetano Veloso e Gilberto Gil\",159190,5246835,0.99],[1771,\"Segue O Seco\",145,1,7,\"Caetano Veloso e Gilberto Gil\",178207,5922018,0.99],[1772,\"O Xote Das Meninas\",145,1,7,\"Caetano Veloso e Gilberto Gil\",291866,9553228,0.99],[1773,\"Wherever I Lay My Hat\",146,1,14,null,136986,4477321,0.99],[1774,\"Get My Hands On Some Lovin'\",146,1,14,null,149054,4860380,0.99],[1775,\"No Good Without You\",146,1,14,\"William \\\"Mickey\\\" Stevenson\",161410,5259218,0.99],[1776,\"You've Been A Long Time Coming\",146,1,14,\"Brian Holland\\/Eddie Holland\\/Lamont Dozier\",137221,4437949,0.99],[1777,\"When I Had Your Love\",146,1,14,\"Robert Rogers\\/Warren \\\"Pete\\\" Moore\\/William \\\"Mickey\\\" Stevenson\",152424,4972815,0.99],[1778,\"You're What's Happening (In The World Today)\",146,1,14,\"Allen Story\\/George Gordy\\/Robert Gordy\",142027,4631104,0.99],[1779,\"Loving You Is Sweeter Than Ever\",146,1,14,\"Ivy Hunter\\/Stevie Wonder\",166295,5377546,0.99],[1780,\"It's A Bitter Pill To Swallow\",146,1,14,\"Smokey Robinson\\/Warren \\\"Pete\\\" Moore\",194821,6477882,0.99],[1781,\"Seek And You Shall Find\",146,1,14,\"Ivy Hunter\\/William \\\"Mickey\\\" Stevenson\",223451,7306719,0.99],[1782,\"Gonna Keep On Tryin' Till I Win Your Love\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",176404,5789945,0.99],[1783,\"Gonna Give Her All The Love I've Got\",146,1,14,\"Barrett Strong\\/Norman Whitfield\",210886,6893603,0.99],[1784,\"I Wish It Would Rain\",146,1,14,\"Barrett Strong\\/Norman Whitfield\\/Roger Penzabene\",172486,5647327,0.99],[1785,\"Abraham, Martin And John\",146,1,14,\"Dick Holler\",273057,8888206,0.99],[1786,\"Save The Children\",146,1,14,\"Al Cleveland\\/Marvin Gaye\\/Renaldo Benson\",194821,6342021,0.99],[1787,\"You Sure Love To Ball\",146,1,14,\"Marvin Gaye\",218540,7217872,0.99],[1788,\"Ego Tripping Out\",146,1,14,\"Marvin Gaye\",314514,10383887,0.99],[1789,\"Praise\",146,1,14,\"Marvin Gaye\",235833,7839179,0.99],[1790,\"Heavy Love Affair\",146,1,14,\"Marvin Gaye\",227892,7522232,0.99],[1791,\"Down Under\",147,1,1,null,222171,7366142,0.99],[1792,\"Overkill\",147,1,1,null,225410,7408652,0.99],[1793,\"Be Good Johnny\",147,1,1,null,216320,7139814,0.99],[1794,\"Everything I Need\",147,1,1,null,216476,7107625,0.99],[1795,\"Down by the Sea\",147,1,1,null,408163,13314900,0.99],[1796,\"Who Can It Be Now?\",147,1,1,null,202396,6682850,0.99],[1797,\"It's a Mistake\",147,1,1,null,273371,8979965,0.99],[1798,\"Dr. Heckyll & Mr. Jive\",147,1,1,null,278465,9110403,0.99],[1799,\"Shakes and Ladders\",147,1,1,null,198008,6560753,0.99],[1800,\"No Sign of Yesterday\",147,1,1,null,362004,11829011,0.99],[1801,\"Enter Sandman\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",332251,10852002,0.99],[1802,\"Sad But True\",148,1,3,\"Ulrich\",324754,10541258,0.99],[1803,\"Holier Than Thou\",148,1,3,\"Ulrich\",227892,7462011,0.99],[1804,\"The Unforgiven\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",387082,12646886,0.99],[1805,\"Wherever I May Roam\",148,1,3,\"Ulrich\",404323,13161169,0.99],[1806,\"Don't Tread On Me\",148,1,3,\"Ulrich\",240483,7827907,0.99],[1807,\"Through The Never\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",244375,8024047,0.99],[1808,\"Nothing Else Matters\",148,1,3,\"Ulrich\",388832,12606241,0.99],[1809,\"Of Wolf And Man\",148,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",256835,8339785,0.99],[1810,\"The God That Failed\",148,1,3,\"Ulrich\",308610,10055959,0.99],[1811,\"My Friend Of Misery\",148,1,3,\"James Hetfield, Lars Ulrich and Jason Newsted\",409547,13293515,0.99],[1812,\"The Struggle Within\",148,1,3,\"Ulrich\",234240,7654052,0.99],[1813,\"Helpless\",149,1,3,\"Harris\\/Tatler\",398315,12977902,0.99],[1814,\"The Small Hours\",149,1,3,\"Holocaust\",403435,13215133,0.99],[1815,\"The Wait\",149,1,3,\"Killing Joke\",295418,9688418,0.99],[1816,\"Crash Course In Brain Surgery\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",190406,6233729,0.99],[1817,\"Last Caress\\/Green Hell\",149,1,3,\"Danzig\",209972,6854313,0.99],[1818,\"Am I Evil?\",149,1,3,\"Harris\\/Tatler\",470256,15387219,0.99],[1819,\"Blitzkrieg\",149,1,3,\"Jones\\/Sirotto\\/Smith\",216685,7090018,0.99],[1820,\"Breadfan\",149,1,3,\"Bourge\\/Phillips\\/Shelley\",341551,11100130,0.99],[1821,\"The Prince\",149,1,3,\"Harris\\/Tatler\",265769,8624492,0.99],[1822,\"Stone Cold Crazy\",149,1,3,\"Deacon\\/May\\/Mercury\\/Taylor\",137717,4514830,0.99],[1823,\"So What\",149,1,3,\"Culmer\\/Exalt\",189152,6162894,0.99],[1824,\"Killing Time\",149,1,3,\"Sweet Savage\",183693,6021197,0.99],[1825,\"Overkill\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",245133,7971330,0.99],[1826,\"Damage Case\",149,1,3,\"Clarke\\/Farren\\/Kilmister\\/Tayler\",220212,7212997,0.99],[1827,\"Stone Dead Forever\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",292127,9556060,0.99],[1828,\"Too Late Too Late\",149,1,3,\"Clarke\\/Kilmister\\/Tayler\",192052,6276291,0.99],[1829,\"Hit The Lights\",150,1,3,\"James Hetfield, Lars Ulrich\",257541,8357088,0.99],[1830,\"The Four Horsemen\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",433188,14178138,0.99],[1831,\"Motorbreath\",150,1,3,\"James Hetfield\",188395,6153933,0.99],[1832,\"Jump In The Fire\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",281573,9135755,0.99],[1833,\"(Anesthesia) Pulling Teeth\",150,1,3,\"Cliff Burton\",254955,8234710,0.99],[1834,\"Whiplash\",150,1,3,\"James Hetfield, Lars Ulrich\",249208,8102839,0.99],[1835,\"Phantom Lord\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",302053,9817143,0.99],[1836,\"No Remorse\",150,1,3,\"James Hetfield, Lars Ulrich\",386795,12672166,0.99],[1837,\"Seek & Destroy\",150,1,3,\"James Hetfield, Lars Ulrich\",415817,13452301,0.99],[1838,\"Metal Militia\",150,1,3,\"James Hetfield, Lars Ulrich, Dave Mustaine\",311327,10141785,0.99],[1839,\"Ain't My Bitch\",151,1,3,\"James Hetfield, Lars Ulrich\",304457,9931015,0.99],[1840,\"2 X 4\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328254,10732251,0.99],[1841,\"The House Jack Built\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",398942,13005152,0.99],[1842,\"Until It Sleeps\",151,1,3,\"James Hetfield, Lars Ulrich\",269740,8837394,0.99],[1843,\"King Nothing\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",328097,10681477,0.99],[1844,\"Hero Of The Day\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",261982,8540298,0.99],[1845,\"Bleeding Me\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",497998,16249420,0.99],[1846,\"Cure\",151,1,3,\"James Hetfield, Lars Ulrich\",294347,9648615,0.99],[1847,\"Poor Twisted Me\",151,1,3,\"James Hetfield, Lars Ulrich\",240065,7854349,0.99],[1848,\"Wasted My Hate\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",237296,7762300,0.99],[1849,\"Mama Said\",151,1,3,\"James Hetfield, Lars Ulrich\",319764,10508310,0.99],[1850,\"Thorn Within\",151,1,3,\"James Hetfield, Lars Ulrich, Kirk Hammett\",351738,11486686,0.99],[1851,\"Ronnie\",151,1,3,\"James Hetfield, Lars Ulrich\",317204,10390947,0.99],[1852,\"The Outlaw Torn\",151,1,3,\"James Hetfield, Lars Ulrich\",588721,19286261,0.99],[1853,\"Battery\",152,1,3,\"J.Hetfield\\/L.Ulrich\",312424,10229577,0.99],[1854,\"Master Of Puppets\",152,1,3,\"K.Hammett\",515239,16893720,0.99],[1855,\"The Thing That Should Not Be\",152,1,3,\"K.Hammett\",396199,12952368,0.99],[1856,\"Welcome Home (Sanitarium)\",152,1,3,\"K.Hammett\",387186,12679965,0.99],[1857,\"Disposable Heroes\",152,1,3,\"J.Hetfield\\/L.Ulrich\",496718,16135560,0.99],[1858,\"Leper Messiah\",152,1,3,\"C.Burton\",347428,11310434,0.99],[1859,\"Orion\",152,1,3,\"K.Hammett\",500062,16378477,0.99],[1860,\"Damage Inc.\",152,1,3,\"K.Hammett\",330919,10725029,0.99],[1861,\"Fuel\",153,1,3,\"Hetfield, Ulrich, Hammett\",269557,8876811,0.99],[1862,\"The Memory Remains\",153,1,3,\"Hetfield, Ulrich\",279353,9110730,0.99],[1863,\"Devil's Dance\",153,1,3,\"Hetfield, Ulrich\",318955,10414832,0.99],[1864,\"The Unforgiven II\",153,1,3,\"Hetfield, Ulrich, Hammett\",395520,12886474,0.99],[1865,\"Better Than You\",153,1,3,\"Hetfield, Ulrich\",322899,10549070,0.99],[1866,\"Slither\",153,1,3,\"Hetfield, Ulrich, Hammett\",313103,10199789,0.99],[1867,\"Carpe Diem Baby\",153,1,3,\"Hetfield, Ulrich, Hammett\",372480,12170693,0.99],[1868,\"Bad Seed\",153,1,3,\"Hetfield, Ulrich, Hammett\",245394,8019586,0.99],[1869,\"Where The Wild Things Are\",153,1,3,\"Hetfield, Ulrich, Newsted\",414380,13571280,0.99],[1870,\"Prince Charming\",153,1,3,\"Hetfield, Ulrich\",365061,12009412,0.99],[1871,\"Low Man's Lyric\",153,1,3,\"Hetfield, Ulrich\",457639,14855583,0.99],[1872,\"Attitude\",153,1,3,\"Hetfield, Ulrich\",315898,10335734,0.99],[1873,\"Fixxxer\",153,1,3,\"Hetfield, Ulrich, Hammett\",496065,16190041,0.99],[1874,\"Fight Fire With Fire\",154,1,3,\"Metallica\",285753,9420856,0.99],[1875,\"Ride The Lightning\",154,1,3,\"Metallica\",397740,13055884,0.99],[1876,\"For Whom The Bell Tolls\",154,1,3,\"Metallica\",311719,10159725,0.99],[1877,\"Fade To Black\",154,1,3,\"Metallica\",414824,13531954,0.99],[1878,\"Trapped Under Ice\",154,1,3,\"Metallica\",244532,7975942,0.99],[1879,\"Escape\",154,1,3,\"Metallica\",264359,8652332,0.99],[1880,\"Creeping Death\",154,1,3,\"Metallica\",396878,12955593,0.99],[1881,\"The Call Of Ktulu\",154,1,3,\"Metallica\",534883,17486240,0.99],[1882,\"Frantic\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",350458,11510849,0.99],[1883,\"St. Anger\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",441234,14363779,0.99],[1884,\"Some Kind Of Monster\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",505626,16557497,0.99],[1885,\"Dirty Window\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",324989,10670604,0.99],[1886,\"Invisible Kid\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",510197,16591800,0.99],[1887,\"My World\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",345626,11253756,0.99],[1888,\"Shoot Me Again\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",430210,14093551,0.99],[1889,\"Sweet Amber\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",327235,10616595,0.99],[1890,\"The Unnamed Feeling\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",429479,14014582,0.99],[1891,\"Purify\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",314017,10232537,0.99],[1892,\"All Within My Hands\",155,1,3,\"Bob Rock\\/James Hetfield\\/Kirk Hammett\\/Lars Ulrich\",527986,17162741,0.99],[1893,\"Blackened\",156,1,3,\"James Hetfield, Lars Ulrich & Jason Newsted\",403382,13254874,0.99],[1894,\"...And Justice For All\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",585769,19262088,0.99],[1895,\"Eye Of The Beholder\",156,1,3,\"James Hetfield, Lars Ulrich & Kirk Hammett\",385828,12747894,0.99],[1896,\"One\",156,1,3,\"James Hetfield & Lars Ulrich\",446484,14695721,0.99],[1897,\"The Shortest Straw\",156,1,3,\"James Hetfield and Lars Ulrich\",395389,13013990,0.99],[1898,\"Harvester Of Sorrow\",156,1,3,\"James Hetfield and Lars Ulrich\",345547,11377339,0.99],[1899,\"The Frayed Ends Of Sanity\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",464039,15198986,0.99],[1900,\"To Live Is To Die\",156,1,3,\"James Hetfield, Lars Ulrich and Cliff Burton\",588564,19243795,0.99],[1901,\"Dyers Eve\",156,1,3,\"James Hetfield, Lars Ulrich and Kirk Hammett\",313991,10302828,0.99],[1902,\"Springsville\",157,1,2,\"J. Carisi\",207725,6776219,0.99],[1903,\"The Maids Of Cadiz\",157,1,2,\"L. Delibes\",233534,7505275,0.99],[1904,\"The Duke\",157,1,2,\"Dave Brubeck\",214961,6977626,0.99],[1905,\"My Ship\",157,1,2,\"Ira Gershwin, Kurt Weill\",268016,8581144,0.99],[1906,\"Miles Ahead\",157,1,2,\"Miles Davis, Gil Evans\",209893,6807707,0.99],[1907,\"Blues For Pablo\",157,1,2,\"Gil Evans\",318328,10218398,0.99],[1908,\"New Rhumba\",157,1,2,\"A. Jamal\",276871,8980400,0.99],[1909,\"The Meaning Of The Blues\",157,1,2,\"R. Troup, L. Worth\",168594,5395412,0.99],[1910,\"Lament\",157,1,2,\"J.J. Johnson\",134191,4293394,0.99],[1911,\"I Don't Wanna Be Kissed (By Anyone But You)\",157,1,2,\"H. Spina, J. Elliott\",191320,6219487,0.99],[1912,\"Springsville (Alternate Take)\",157,1,2,\"J. Carisi\",196388,6382079,0.99],[1913,\"Blues For Pablo (Alternate Take)\",157,1,2,\"Gil Evans\",212558,6900619,0.99],[1914,\"The Meaning Of The Blues\\/Lament (Alternate Take)\",157,1,2,\"J.J. Johnson\\/R. Troup, L. Worth\",309786,9912387,0.99],[1915,\"I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take)\",157,1,2,\"H. Spina, J. Elliott\",192078,6254796,0.99],[1916,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o De Estudante\",158,1,7,\"Wagner Tiso, Milton Nascimento\",238550,7797308,0.99],[1917,\"A Noite Do Meu Bem\",158,1,7,\"Dolores Duran\",220081,7125225,0.99],[1918,\"Paisagem Na Janela\",158,1,7,\"L\\u00c3\\u00b4 Borges, Fernando Brant\",197694,6523547,0.99],[1919,\"Cuitelinho\",158,1,7,\"Folclore\",209397,6803970,0.99],[1920,\"Caxang\\u00c3\\u00a1\",158,1,7,\"Milton Nascimento, Fernando Brant\",245551,8144179,0.99],[1921,\"Nos Bailes Da Vida\",158,1,7,\"Milton Nascimento, Fernando Brant\",275748,9126170,0.99],[1922,\"Menestrel Das Alagoas\",158,1,7,\"Milton Nascimento, Fernando Brant\",199758,6542289,0.99],[1923,\"Brasil\",158,1,7,\"Milton Nascimento, Fernando Brant\",155428,5252560,0.99],[1924,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Do Novo Mundo\",158,1,7,\"Beto Guedes, Ronaldo Bastos\",215353,7032626,0.99],[1925,\"Um Gosto De Sol\",158,1,7,\"Milton Nascimento, Ronaldo Bastos\",307200,9893875,0.99],[1926,\"Solar\",158,1,7,\"Milton Nascimento, Fernando Brant\",156212,5098288,0.99],[1927,\"Para Lennon E McCartney\",158,1,7,\"L\\u00c3\\u00b4 Borges, M\\u00c3\\u00a1rcio Borges, Fernando Brant\",321828,10626920,0.99],[1928,\"Maria, Maria\",158,1,7,\"Milton Nascimento, Fernando Brant\",72463,2371543,0.99],[1929,\"Minas\",159,1,7,\"Milton Nascimento, Caetano Veloso\",152293,4921056,0.99],[1930,\"F\\u00c3\\u00a9 Cega, Faca Amolada\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",278099,9258649,0.99],[1931,\"Beijo Partido\",159,1,7,\"Toninho Horta\",229564,7506969,0.99],[1932,\"Saudade Dos Avi\\u00c3\\u00b5es Da Panair (Conversando No Bar)\",159,1,7,\"Milton Nascimento, Fernando Brant\",268721,8805088,0.99],[1933,\"Gran Circo\",159,1,7,\"Milton Nascimento, M\\u00c3\\u00a1rcio Borges\",251297,8237026,0.99],[1934,\"Ponta de Areia\",159,1,7,\"Milton Nascimento, Fernando Brant\",272796,8874285,0.99],[1935,\"Trastevere\",159,1,7,\"Milton Nascimento, Ronaldo Bastos\",265665,8708399,0.99],[1936,\"Idolatrada\",159,1,7,\"Milton Nascimento, Fernando Brant\",286249,9426153,0.99],[1937,\"Leila (Venha Ser Feliz)\",159,1,7,\"Milton Nascimento\",209737,6898507,0.99],[1938,\"Paula E Bebeto\",159,1,7,\"Milton Nascimento, Caetano Veloso\",135732,4583956,0.99],[1939,\"Simples\",159,1,7,\"Nelson Angelo\",133093,4326333,0.99],[1940,\"Norwegian Wood\",159,1,7,\"John Lennon, Paul McCartney\",413910,13520382,0.99],[1941,\"Caso Voc\\u00c3\\u00aa Queira Saber\",159,1,7,\"Beto Guedes, M\\u00c3\\u00a1rcio Borges\",205688,6787901,0.99],[1942,\"Ace Of Spades\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",169926,5523552,0.99],[1943,\"Love Me Like A Reptile\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203546,6616389,0.99],[1944,\"Shoot You In The Back\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",160026,5175327,0.99],[1945,\"Live To Win\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",217626,7102182,0.99],[1946,\"Fast And Loose\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",203337,6643350,0.99],[1947,\"(We Are) The Road Crew\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",192600,6283035,0.99],[1948,\"Fire Fire\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",164675,5416114,0.99],[1949,\"Jailbait\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",213916,6983609,0.99],[1950,\"Dance\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",158432,5155099,0.99],[1951,\"Bite The Bullet\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",98115,3195536,0.99],[1952,\"The Chase Is Better Than The Catch\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",258403,8393310,0.99],[1953,\"The Hammer\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",168071,5543267,0.99],[1954,\"Dirty Love\",160,1,3,\"Clarke\\/Kilmister\\/Taylor\",176457,5805241,0.99],[1955,\"Please Don't Touch\",160,1,3,\"Heath\\/Robinson\",169926,5557002,0.99],[1956,\"Emergency\",160,1,3,\"Dufort\\/Johnson\\/McAuliffe\\/Williams\",180427,5828728,0.99],[1957,\"Kir Royal\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234788,7706552,0.99],[1958,\"O Que Vai Em Meu Cora\\u00c3\\u00a7\\u00c3\\u00a3o\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",255373,8366846,0.99],[1959,\"Aos Le\\u00c3\\u00b5es\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",234684,7790574,0.99],[1960,\"Dois \\u00c3\\u008dndios\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",219271,7213072,0.99],[1961,\"Noite Negra\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",206811,6819584,0.99],[1962,\"Beijo do Olhar\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",252682,8369029,0.99],[1963,\"\\u00c3\\u0089 Fogo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",194873,6501520,0.99],[1964,\"J\\u00c3\\u00a1 Foi\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",245681,8094872,0.99],[1965,\"S\\u00c3\\u00b3 Se For Pelo Cabelo\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",238288,8006345,0.99],[1966,\"No Clima\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",249495,8362040,0.99],[1967,\"A Mo\\u00c3\\u00a7a e a Chuva\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",274625,8929357,0.99],[1968,\"Demorou!\",161,1,16,\"M\\u00c3\\u00b4nica Marianno\",39131,1287083,0.99],[1969,\"Bitter Pill\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",266814,8666786,0.99],[1970,\"Enslaved\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",269844,8789966,0.99],[1971,\"Girls, Girls, Girls\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\",270288,8874814,0.99],[1972,\"Kickstart My Heart\",162,1,3,\"Nikki Sixx\",283559,9237736,0.99],[1973,\"Wild Side\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",276767,9116997,0.99],[1974,\"Glitter\",162,1,3,\"Bryan Adams\\/Nikki Sixx\\/Scott Humphrey\",340114,11184094,0.99],[1975,\"Dr. Feelgood\",162,1,3,\"Mick Mars\\/Nikki Sixx\",282618,9281875,0.99],[1976,\"Same Ol' Situation\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",254511,8283958,0.99],[1977,\"Home Sweet Home\",162,1,3,\"Nikki Sixx\\/Tommy Lee\\/Vince Neil\",236904,7697538,0.99],[1978,\"Afraid\",162,1,3,\"Nikki Sixx\",248006,8077464,0.99],[1979,\"Don't Go Away Mad (Just Go Away)\",162,1,3,\"Mick Mars\\/Nikki Sixx\",279980,9188156,0.99],[1980,\"Without You\",162,1,3,\"Mick Mars\\/Nikki Sixx\",268956,8738371,0.99],[1981,\"Smokin' in The Boys Room\",162,1,3,\"Cub Coda\\/Michael Lutz\",206837,6735408,0.99],[1982,\"Primal Scream\",162,1,3,\"Mick Mars\\/Nikki Sixx\\/Tommy Lee\\/Vince Neil\",286197,9421164,0.99],[1983,\"Too Fast For Love\",162,1,3,\"Nikki Sixx\",200829,6580542,0.99],[1984,\"Looks That Kill\",162,1,3,\"Nikki Sixx\",240979,7831122,0.99],[1985,\"Shout At The Devil\",162,1,3,\"Nikki Sixx\",221962,7281974,0.99],[1986,\"Intro\",163,1,1,\"Kurt Cobain\",52218,1688527,0.99],[1987,\"School\",163,1,1,\"Kurt Cobain\",160235,5234885,0.99],[1988,\"Drain You\",163,1,1,\"Kurt Cobain\",215196,7013175,0.99],[1989,\"Aneurysm\",163,1,1,\"Nirvana\",271516,8862545,0.99],[1990,\"Smells Like Teen Spirit\",163,1,1,\"Nirvana\",287190,9425215,0.99],[1991,\"Been A Son\",163,1,1,\"Kurt Cobain\",127555,4170369,0.99],[1992,\"Lithium\",163,1,1,\"Kurt Cobain\",250017,8148800,0.99],[1993,\"Sliver\",163,1,1,\"Kurt Cobain\",116218,3784567,0.99],[1994,\"Spank Thru\",163,1,1,\"Kurt Cobain\",190354,6186487,0.99],[1995,\"Scentless Apprentice\",163,1,1,\"Nirvana\",211200,6898177,0.99],[1996,\"Heart-Shaped Box\",163,1,1,\"Kurt Cobain\",281887,9210982,0.99],[1997,\"Milk It\",163,1,1,\"Kurt Cobain\",225724,7406945,0.99],[1998,\"Negative Creep\",163,1,1,\"Kurt Cobain\",163761,5354854,0.99],[1999,\"Polly\",163,1,1,\"Kurt Cobain\",149995,4885331,0.99],[2000,\"Breed\",163,1,1,\"Kurt Cobain\",208378,6759080,0.99],[2001,\"Tourette's\",163,1,1,\"Kurt Cobain\",115591,3753246,0.99],[2002,\"Blew\",163,1,1,\"Kurt Cobain\",216346,7096936,0.99],[2003,\"Smells Like Teen Spirit\",164,1,1,\"Kurt Cobain\",301296,9823847,0.99],[2004,\"In Bloom\",164,1,1,\"Kurt Cobain\",254928,8327077,0.99],[2005,\"Come As You Are\",164,1,1,\"Kurt Cobain\",219219,7123357,0.99],[2006,\"Breed\",164,1,1,\"Kurt Cobain\",183928,5984812,0.99],[2007,\"Lithium\",164,1,1,\"Kurt Cobain\",256992,8404745,0.99],[2008,\"Polly\",164,1,1,\"Kurt Cobain\",177031,5788407,0.99],[2009,\"Territorial Pissings\",164,1,1,\"Kurt Cobain\",143281,4613880,0.99],[2010,\"Drain You\",164,1,1,\"Kurt Cobain\",223973,7273440,0.99],[2011,\"Lounge Act\",164,1,1,\"Kurt Cobain\",156786,5093635,0.99],[2012,\"Stay Away\",164,1,1,\"Kurt Cobain\",212636,6956404,0.99],[2013,\"On A Plain\",164,1,1,\"Kurt Cobain\",196440,6390635,0.99],[2014,\"Something In The Way\",164,1,1,\"Kurt Cobain\",230556,7472168,0.99],[2015,\"Time\",165,1,1,null,96888,3124455,0.99],[2016,\"P.S.Apare\\u00c3\\u00a7a\",165,1,1,null,209188,6842244,0.99],[2017,\"Sangue Latino\",165,1,1,null,223033,7354184,0.99],[2018,\"Folhas Secas\",165,1,1,null,161253,5284522,0.99],[2019,\"Poeira\",165,1,1,null,267075,8784141,0.99],[2020,\"M\\u00c3\\u00a1gica\",165,1,1,null,233743,7627348,0.99],[2021,\"Quem Mata A Mulher Mata O Melhor\",165,1,1,null,262791,8640121,0.99],[2022,\"Mundar\\u00c3\\u00a9u\",165,1,1,null,217521,7158975,0.99],[2023,\"O Bra\\u00c3\\u00a7o Da Minha Guitarra\",165,1,1,null,258351,8469531,0.99],[2024,\"Deus\",165,1,1,null,284160,9188110,0.99],[2025,\"M\\u00c3\\u00a3e Terra\",165,1,1,null,306625,9949269,0.99],[2026,\"\\u00c3\\u0080s Vezes\",165,1,1,null,330292,10706614,0.99],[2027,\"Menino De Rua\",165,1,1,null,329795,10784595,0.99],[2028,\"Prazer E F\\u00c3\\u00a9\",165,1,1,null,214831,7031383,0.99],[2029,\"Elza\",165,1,1,null,199105,6517629,0.99],[2030,\"Requebra\",166,1,7,null,240744,8010811,0.99],[2031,\"Nossa Gente (Avisa L\\u00c3\\u00a0)\",166,1,7,null,188212,6233201,0.99],[2032,\"Olodum - Alegria Geral\",166,1,7,null,233404,7754245,0.99],[2033,\"Madag\\u00c3\\u00a1scar Olodum\",166,1,7,null,252264,8270584,0.99],[2034,\"Fara\\u00c3\\u00b3 Divindade Do Egito\",166,1,7,null,228571,7523278,0.99],[2035,\"Todo Amor (Asas Da Liberdade)\",166,1,7,null,245133,8121434,0.99],[2036,\"Den\\u00c3\\u00bancia\",166,1,7,null,159555,5327433,0.99],[2037,\"Olodum, A Banda Do Pel\\u00c3\\u00b4\",166,1,7,null,146599,4900121,0.99],[2038,\"Cartao Postal\",166,1,7,null,211565,7082301,0.99],[2039,\"Jeito Faceiro\",166,1,7,null,217286,7233608,0.99],[2040,\"Revolta Olodum\",166,1,7,null,230191,7557065,0.99],[2041,\"Reggae Odoy\\u00c3\\u00a1\",166,1,7,null,224470,7499807,0.99],[2042,\"Protesto Do Olodum (Ao Vivo)\",166,1,7,null,206001,6766104,0.99],[2043,\"Olodum - Smile (Instrumental)\",166,1,7,null,235833,7871409,0.99],[2044,\"Vulc\\u00c3\\u00a3o Dub - Fui Eu\",167,1,7,\"Bi Ribeira\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",287059,9495202,0.99],[2045,\"O Trem Da Juventude\",167,1,7,\"Herbert Vianna\",225880,7507655,0.99],[2046,\"Manguetown\",167,1,7,\"Chico Science\\/Dengue\\/L\\u00c3\\u00bacio Maia\",162925,5382018,0.99],[2047,\"Um Amor, Um Lugar\",167,1,7,\"Herbert Vianna\",184555,6090334,0.99],[2048,\"Bora-Bora\",167,1,7,\"Herbert Vianna\",182987,6036046,0.99],[2049,\"Vai Valer\",167,1,7,\"Herbert Vianna\",206524,6899778,0.99],[2050,\"I Feel Good (I Got You) - Sossego\",167,1,7,\"James Brown\\/Tim Maia\",244976,8091302,0.99],[2051,\"Uns Dias\",167,1,7,\"Herbert Vianna\",240796,7931552,0.99],[2052,\"Sincero Breu\",167,1,7,\"C. A.\\/C.A.\\/Celso Alvim\\/Herbert Vianna\\/M\\u00c3\\u00a1rio Moura\\/Pedro Lu\\u00c3\\u00ads\\/Sidon Silva\",208013,6921669,0.99],[2053,\"Meu Erro\",167,1,7,\"Herbert Vianna\",188577,6192791,0.99],[2054,\"Selvagem\",167,1,7,\"Bi Ribeiro\\/Herbert Vianna\\/Jo\\u00c3\\u00a3o Barone\",148558,4942831,0.99],[2055,\"Bras\\u00c3\\u00adlia 5:31\",167,1,7,\"Herbert Vianna\",178337,5857116,0.99],[2056,\"Tendo A Lua\",167,1,7,\"Herbert Vianna\\/Tet Tillett\",198922,6568180,0.99],[2057,\"Que Pa\\u00c3\\u00ads \\u00c3\\u0089 Este\",167,1,7,\"Renato Russo\",216685,7137865,0.99],[2058,\"Navegar Impreciso\",167,1,7,\"Herbert Vianna\",262870,8761283,0.99],[2059,\"Feira Moderna\",167,1,7,\"Beto Guedes\\/Fernando Brant\\/L Borges\",182517,6001793,0.99],[2060,\"Tequila - Lourinha Bombril (Parate Y Mira)\",167,1,7,\"Bahiano\\/Chuck Rio\\/Diego Blanco\\/Herbert Vianna\",255738,8514961,0.99],[2061,\"Vamo Bat\\u00c3\\u00aa Lata\",167,1,7,\"Herbert Vianna\",228754,7585707,0.99],[2062,\"Life During Wartime\",167,1,7,\"Chris Frantz\\/David Byrne\\/Jerry Harrison\\/Tina Weymouth\",259186,8543439,0.99],[2063,\"Nebulosa Do Amor\",167,1,7,\"Herbert Vianna\",203415,6732496,0.99],[2064,\"Caleidosc\\u00c3\\u00b3pio\",167,1,7,\"Herbert Vianna\",256522,8484597,0.99],[2065,\"Trac Trac\",168,1,7,\"Fito Paez\\/Herbert Vianna\",231653,7638256,0.99],[2066,\"Tendo A Lua\",168,1,7,\"Herbert Vianna\\/Tet\\u00c3\\u00aa Tillet\",219585,7342776,0.99],[2067,\"Mensagen De Amor (2000)\",168,1,7,\"Herbert Vianna\",183588,6061324,0.99],[2068,\"Lourinha Bombril\",168,1,7,\"Bahiano\\/Diego Blanco\\/Herbert Vianna\",159895,5301882,0.99],[2069,\"La Bella Luna\",168,1,7,\"Herbert Vianna\",192653,6428598,0.99],[2070,\"Busca Vida\",168,1,7,\"Herbert Vianna\",176431,5798663,0.99],[2071,\"Uma Brasileira\",168,1,7,\"Carlinhos Brown\\/Herbert Vianna\",217573,7280574,0.99],[2072,\"Luis Inacio (300 Picaretas)\",168,1,7,\"Herbert Vianna\",198191,6576790,0.99],[2073,\"Saber Amar\",168,1,7,\"Herbert Vianna\",202788,6723733,0.99],[2074,\"Ela Disse Adeus\",168,1,7,\"Herbert Vianna\",226298,7608999,0.99],[2075,\"O Amor Nao Sabe Esperar\",168,1,7,\"Herbert Vianna\",241084,8042534,0.99],[2076,\"Aonde Quer Que Eu Va\",168,1,7,\"Herbert Vianna\\/Paulo S\\u00c3\\u00a9rgio Valle\",258089,8470121,0.99],[2077,\"Caleidosc\\u00c3\\u00b3pio\",169,1,7,null,211330,7000017,0.99],[2078,\"\\u00c3\\u0093culos\",169,1,7,null,219271,7262419,0.99],[2079,\"Cinema Mudo\",169,1,7,null,227918,7612168,0.99],[2080,\"Alagados\",169,1,7,null,302393,10255463,0.99],[2081,\"Lanterna Dos Afogados\",169,1,7,null,190197,6264318,0.99],[2082,\"Mel\\u00c3\\u00b4 Do Marinheiro\",169,1,7,null,208352,6905668,0.99],[2083,\"Vital E Sua Moto\",169,1,7,null,210207,6902878,0.99],[2084,\"O Beco\",169,1,7,null,189178,6293184,0.99],[2085,\"Meu Erro\",169,1,7,null,208431,6893533,0.99],[2086,\"Perplexo\",169,1,7,null,161175,5355013,0.99],[2087,\"Me Liga\",169,1,7,null,229590,7565912,0.99],[2088,\"Quase Um Segundo\",169,1,7,null,275644,8971355,0.99],[2089,\"Selvagem\",169,1,7,null,245890,8141084,0.99],[2090,\"Romance Ideal\",169,1,7,null,250070,8260477,0.99],[2091,\"Ser\\u00c3\\u00a1 Que Vai Chover?\",169,1,7,null,337057,11133830,0.99],[2092,\"SKA\",169,1,7,null,148871,4943540,0.99],[2093,\"Bark at the Moon\",170,2,1,\"O. Osbourne\",257252,4601224,0.99],[2094,\"I Don't Know\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",312980,5525339,0.99],[2095,\"Crazy Train\",171,2,1,\"B. Daisley, O. Osbourne & R. Rhoads\",295960,5255083,0.99],[2096,\"Flying High Again\",172,2,1,\"L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads\",290851,5179599,0.99],[2097,\"Mama, I'm Coming Home\",173,2,1,\"L. Kilmister, O. Osbourne & Z. Wylde\",251586,4302390,0.99],[2098,\"No More Tears\",173,2,1,\"J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde\",444358,7362964,0.99],[2099,\"I Don't Know\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",283088,9207869,0.99],[2100,\"Crazy Train\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",322716,10517408,0.99],[2101,\"Believer\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",308897,10003794,0.99],[2102,\"Mr. Crowley\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",344241,11184130,0.99],[2103,\"Flying High Again\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake\",261224,8481822,0.99],[2104,\"Relvelation (Mother Earth)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",349440,11367866,0.99],[2105,\"Steal Away (The Night)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",485720,15945806,0.99],[2106,\"Suicide Solution (With Guitar Solo)\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",467069,15119938,0.99],[2107,\"Iron Man\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",172120,5609799,0.99],[2108,\"Children Of The Grave\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",357067,11626740,0.99],[2109,\"Paranoid\",174,1,3,\"A. F. Iommi, W. Ward, T. Butler, J. Osbourne\",176352,5729813,0.99],[2110,\"Goodbye To Romance\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",334393,10841337,0.99],[2111,\"No Bone Movies\",174,1,3,\"O. Osbourne, R. Daisley, R. Rhoads\",249208,8095199,0.99],[2112,\"Dee\",174,1,3,\"R. Rhoads\",261302,8555963,0.99],[2113,\"Shining In The Light\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",240796,7951688,0.99],[2114,\"When The World Was Young\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",373394,12198930,0.99],[2115,\"Upon A Golden Horse\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",232359,7594829,0.99],[2116,\"Blue Train\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",405028,13170391,0.99],[2117,\"Please Read The Letter\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",262112,8603372,0.99],[2118,\"Most High\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",336535,10999203,0.99],[2119,\"Heart In Your Hand\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",230896,7598019,0.99],[2120,\"Walking Into Clarksdale\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",318511,10396315,0.99],[2121,\"Burning Up\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",321619,10525136,0.99],[2122,\"When I Was A Child\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",345626,11249456,0.99],[2123,\"House Of Love\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",335699,10990880,0.99],[2124,\"Sons Of Freedom\",175,1,1,\"Jimmy Page, Robert Plant, Charlie Jones, Michael Lee\",246465,8087944,0.99],[2125,\"United Colours\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",330266,10939131,0.99],[2126,\"Slug\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",281469,9295950,0.99],[2127,\"Your Blue Room\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",328228,10867860,0.99],[2128,\"Always Forever Now\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",383764,12727928,0.99],[2129,\"A Different Kind Of Blue\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",120816,3884133,0.99],[2130,\"Beach Sequence\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",212297,6928259,0.99],[2131,\"Miss Sarajevo\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",340767,11064884,0.99],[2132,\"Ito Okashi\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",205087,6572813,0.99],[2133,\"One Minute Warning\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",279693,9335453,0.99],[2134,\"Corpse (These Chains Are Way Too Long)\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",214909,6920451,0.99],[2135,\"Elvis Ate America\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",180166,5851053,0.99],[2136,\"Plot 180\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",221596,7253729,0.99],[2137,\"Theme From The Swan\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",203911,6638076,0.99],[2138,\"Theme From Let's Go Native\",176,1,10,\"Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.\",186723,6179777,0.99],[2139,\"Wrathchild\",177,1,1,\"Steve Harris\",170396,5499390,0.99],[2140,\"Killers\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",309995,10009697,0.99],[2141,\"Prowler\",177,1,1,\"Steve Harris\",240274,7782963,0.99],[2142,\"Murders In The Rue Morgue\",177,1,1,\"Steve Harris\",258638,8360999,0.99],[2143,\"Women In Uniform\",177,1,1,\"Greg Macainsh\",189936,6139651,0.99],[2144,\"Remember Tomorrow\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",326426,10577976,0.99],[2145,\"Sanctuary\",177,1,1,\"David Murray\\/Paul Di'Anno\\/Steve Harris\",198844,6423543,0.99],[2146,\"Running Free\",177,1,1,\"Paul Di'Anno\\/Steve Harris\",199706,6483496,0.99],[2147,\"Phantom Of The Opera\",177,1,1,\"Steve Harris\",418168,13585530,0.99],[2148,\"Iron Maiden\",177,1,1,\"Steve Harris\",235232,7600077,0.99],[2149,\"Corduroy\",178,1,1,\"Pearl Jam & Eddie Vedder\",305293,9991106,0.99],[2150,\"Given To Fly\",178,1,1,\"Eddie Vedder & Mike McCready\",233613,7678347,0.99],[2151,\"Hail, Hail\",178,1,1,\"Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready\",223764,7364206,0.99],[2152,\"Daughter\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",407484,13420697,0.99],[2153,\"Elderly Woman Behind The Counter In A Small Town\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",229328,7509304,0.99],[2154,\"Untitled\",178,1,1,\"Pearl Jam\",122801,3957141,0.99],[2155,\"MFC\",178,1,1,\"Eddie Vedder\",148192,4817665,0.99],[2156,\"Go\",178,1,1,\"Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder\",161541,5290810,0.99],[2157,\"Red Mosquito\",178,1,1,\"Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder\",242991,7944923,0.99],[2158,\"Even Flow\",178,1,1,\"Stone Gossard & Eddie Vedder\",317100,10394239,0.99],[2159,\"Off He Goes\",178,1,1,\"Eddie Vedder\",343222,11245109,0.99],[2160,\"Nothingman\",178,1,1,\"Jeff Ament & Eddie Vedder\",278595,9107017,0.99],[2161,\"Do The Evolution\",178,1,1,\"Eddie Vedder & Stone Gossard\",225462,7377286,0.99],[2162,\"Better Man\",178,1,1,\"Eddie Vedder\",246204,8019563,0.99],[2163,\"Black\",178,1,1,\"Stone Gossard & Eddie Vedder\",415712,13580009,0.99],[2164,\"F*Ckin' Up\",178,1,1,\"Neil Young\",377652,12360893,0.99],[2165,\"Life Wasted\",179,1,4,\"Stone Gossard\",234344,7610169,0.99],[2166,\"World Wide Suicide\",179,1,4,\"Eddie Vedder\",209188,6885908,0.99],[2167,\"Comatose\",179,1,4,\"Mike McCready & Stone Gossard\",139990,4574516,0.99],[2168,\"Severed Hand\",179,1,4,\"Eddie Vedder\",270341,8817438,0.99],[2169,\"Marker In The Sand\",179,1,4,\"Mike McCready\",263235,8656578,0.99],[2170,\"Parachutes\",179,1,4,\"Stone Gossard\",216555,7074973,0.99],[2171,\"Unemployable\",179,1,4,\"Matt Cameron & Mike McCready\",184398,6066542,0.99],[2172,\"Big Wave\",179,1,4,\"Jeff Ament\",178573,5858788,0.99],[2173,\"Gone\",179,1,4,\"Eddie Vedder\",249547,8158204,0.99],[2174,\"Wasted Reprise\",179,1,4,\"Stone Gossard\",53733,1731020,0.99],[2175,\"Army Reserve\",179,1,4,\"Jeff Ament\",225567,7393771,0.99],[2176,\"Come Back\",179,1,4,\"Eddie Vedder & Mike McCready\",329743,10768701,0.99],[2177,\"Inside Job\",179,1,4,\"Eddie Vedder & Mike McCready\",428643,14006924,0.99],[2178,\"Can't Keep\",180,1,1,\"Eddie Vedder\",219428,7215713,0.99],[2179,\"Save You\",180,1,1,\"Eddie Vedder\\/Jeff Ament\\/Matt Cameron\\/Mike McCready\\/Stone Gossard\",230112,7609110,0.99],[2180,\"Love Boat Captain\",180,1,1,\"Eddie Vedder\",276453,9016789,0.99],[2181,\"Cropduster\",180,1,1,\"Matt Cameron\",231888,7588928,0.99],[2182,\"Ghost\",180,1,1,\"Jeff Ament\",195108,6383772,0.99],[2183,\"I Am Mine\",180,1,1,\"Eddie Vedder\",215719,7086901,0.99],[2184,\"Thumbing My Way\",180,1,1,\"Eddie Vedder\",250226,8201437,0.99],[2185,\"You Are\",180,1,1,\"Matt Cameron\",270863,8938409,0.99],[2186,\"Get Right\",180,1,1,\"Matt Cameron\",158589,5223345,0.99],[2187,\"Green Disease\",180,1,1,\"Eddie Vedder\",161253,5375818,0.99],[2188,\"Help Help\",180,1,1,\"Jeff Ament\",215092,7033002,0.99],[2189,\"Bushleager\",180,1,1,\"Stone Gossard\",237479,7849757,0.99],[2190,\"1\\/2 Full\",180,1,1,\"Jeff Ament\",251010,8197219,0.99],[2191,\"Arc\",180,1,1,\"Pearl Jam\",65593,2099421,0.99],[2192,\"All or None\",180,1,1,\"Stone Gossard\",277655,9104728,0.99],[2193,\"Once\",181,1,1,\"Stone Gossard\",231758,7561555,0.99],[2194,\"Evenflow\",181,1,1,\"Stone Gossard\",293720,9622017,0.99],[2195,\"Alive\",181,1,1,\"Stone Gossard\",341080,11176623,0.99],[2196,\"Why Go\",181,1,1,\"Jeff Ament\",200254,6539287,0.99],[2197,\"Black\",181,1,1,\"Dave Krusen\\/Stone Gossard\",343823,11213314,0.99],[2198,\"Jeremy\",181,1,1,\"Jeff Ament\",318981,10447222,0.99],[2199,\"Oceans\",181,1,1,\"Jeff Ament\\/Stone Gossard\",162194,5282368,0.99],[2200,\"Porch\",181,1,1,\"Eddie Vedder\",210520,6877475,0.99],[2201,\"Garden\",181,1,1,\"Jeff Ament\\/Stone Gossard\",299154,9740738,0.99],[2202,\"Deep\",181,1,1,\"Jeff Ament\\/Stone Gossard\",258324,8432497,0.99],[2203,\"Release\",181,1,1,\"Jeff Ament\\/Mike McCready\\/Stone Gossard\",546063,17802673,0.99],[2204,\"Go\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",193123,6351920,0.99],[2205,\"Animal\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",169325,5503459,0.99],[2206,\"Daughter\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",235598,7824586,0.99],[2207,\"Glorified G\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",206968,6772116,0.99],[2208,\"Dissident\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",215510,7034500,0.99],[2209,\"W.M.A.\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",359262,12037261,0.99],[2210,\"Blood\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",170631,5551478,0.99],[2211,\"Rearviewmirror\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",284186,9321053,0.99],[2212,\"Rats\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",255425,8341934,0.99],[2213,\"Elderly Woman Behind The Counter In A Small Town\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",196336,6499398,0.99],[2214,\"Leash\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",189257,6191560,0.99],[2215,\"Indifference\",182,1,1,\"Dave Abbruzzese\\/Eddie Vedder\\/Jeff Ament\\/Mike McCready\\/Stone Gossard\",302053,9756133,0.99],[2216,\"Johnny B. Goode\",141,1,8,null,243200,8092024,0.99],[2217,\"Don't Look Back\",141,1,8,null,221100,7344023,0.99],[2218,\"Jah Seh No\",141,1,8,null,276871,9134476,0.99],[2219,\"I'm The Toughest\",141,1,8,null,230191,7657594,0.99],[2220,\"Nothing But Love\",141,1,8,null,221570,7335228,0.99],[2221,\"Buk-In-Hamm Palace\",141,1,8,null,265665,8964369,0.99],[2222,\"Bush Doctor\",141,1,8,null,239751,7942299,0.99],[2223,\"Wanted Dread And Alive\",141,1,8,null,260310,8670933,0.99],[2224,\"Mystic Man\",141,1,8,null,353671,11812170,0.99],[2225,\"Coming In Hot\",141,1,8,null,213054,7109414,0.99],[2226,\"Pick Myself Up\",141,1,8,null,234684,7788255,0.99],[2227,\"Crystal Ball\",141,1,8,null,309733,10319296,0.99],[2228,\"Equal Rights Downpresser Man\",141,1,8,null,366733,12086524,0.99],[2229,\"Speak To Me\\/Breathe\",183,1,1,\"Mason\\/Waters, Gilmour, Wright\",234213,7631305,0.99],[2230,\"On The Run\",183,1,1,\"Gilmour, Waters\",214595,7206300,0.99],[2231,\"Time\",183,1,1,\"Mason, Waters, Wright, Gilmour\",425195,13955426,0.99],[2232,\"The Great Gig In The Sky\",183,1,1,\"Wright, Waters\",284055,9147563,0.99],[2233,\"Money\",183,1,1,\"Waters\",391888,12930070,0.99],[2234,\"Us And Them\",183,1,1,\"Waters, Wright\",461035,15000299,0.99],[2235,\"Any Colour You Like\",183,1,1,\"Gilmour, Mason, Wright, Waters\",205740,6707989,0.99],[2236,\"Brain Damage\",183,1,1,\"Waters\",230556,7497655,0.99],[2237,\"Eclipse\",183,1,1,\"Waters\",125361,4065299,0.99],[2238,\"ZeroVinteUm\",184,1,17,null,315637,10426550,0.99],[2239,\"Queimando Tudo\",184,1,17,null,172591,5723677,0.99],[2240,\"Hip Hop Rio\",184,1,17,null,151536,4991935,0.99],[2241,\"Bossa\",184,1,17,null,29048,967098,0.99],[2242,\"100% HardCore\",184,1,17,null,165146,5407744,0.99],[2243,\"Biruta\",184,1,17,null,213263,7108200,0.99],[2244,\"M\\u00c3\\u00a3o Na Cabe\\u00c3\\u00a7a\",184,1,17,null,202631,6642753,0.99],[2245,\"O Bicho T\\u00c3\\u00a1 Pregando\",184,1,17,null,171964,5683369,0.99],[2246,\"Adoled (Ocean)\",184,1,17,null,185103,6009946,0.99],[2247,\"Seus Amigos\",184,1,17,null,100858,3304738,0.99],[2248,\"Paga Pau\",184,1,17,null,197485,6529041,0.99],[2249,\"Rappers Reais\",184,1,17,null,202004,6684160,0.99],[2250,\"Nega Do Cabelo Duro\",184,1,17,null,121808,4116536,0.99],[2251,\"Hemp Family\",184,1,17,null,205923,6806900,0.99],[2252,\"Quem Me Cobrou?\",184,1,17,null,121704,3947664,0.99],[2253,\"Se Liga\",184,1,17,null,410409,13559173,0.99],[2254,\"Bohemian Rhapsody\",185,1,1,\"Mercury, Freddie\",358948,11619868,0.99],[2255,\"Another One Bites The Dust\",185,1,1,\"Deacon, John\",216946,7172355,0.99],[2256,\"Killer Queen\",185,1,1,\"Mercury, Freddie\",182099,5967749,0.99],[2257,\"Fat Bottomed Girls\",185,1,1,\"May, Brian\",204695,6630041,0.99],[2258,\"Bicycle Race\",185,1,1,\"Mercury, Freddie\",183823,6012409,0.99],[2259,\"You're My Best Friend\",185,1,1,\"Deacon, John\",172225,5602173,0.99],[2260,\"Don't Stop Me Now\",185,1,1,\"Mercury, Freddie\",211826,6896666,0.99],[2261,\"Save Me\",185,1,1,\"May, Brian\",228832,7444624,0.99],[2262,\"Crazy Little Thing Called Love\",185,1,1,\"Mercury, Freddie\",164231,5435501,0.99],[2263,\"Somebody To Love\",185,1,1,\"Mercury, Freddie\",297351,9650520,0.99],[2264,\"Now I'm Here\",185,1,1,\"May, Brian\",255346,8328312,0.99],[2265,\"Good Old-Fashioned Lover Boy\",185,1,1,\"Mercury, Freddie\",175960,5747506,0.99],[2266,\"Play The Game\",185,1,1,\"Mercury, Freddie\",213368,6915832,0.99],[2267,\"Flash\",185,1,1,\"May, Brian\",168489,5464986,0.99],[2268,\"Seven Seas Of Rhye\",185,1,1,\"Mercury, Freddie\",170553,5539957,0.99],[2269,\"We Will Rock You\",185,1,1,\"Deacon, John\\/May, Brian\",122880,4026955,0.99],[2270,\"We Are The Champions\",185,1,1,\"Mercury, Freddie\",180950,5880231,0.99],[2271,\"We Will Rock You\",186,1,1,\"May\",122671,4026815,0.99],[2272,\"We Are The Champions\",186,1,1,\"Mercury\",182883,5939794,0.99],[2273,\"Sheer Heart Attack\",186,1,1,\"Taylor\",207386,6642685,0.99],[2274,\"All Dead, All Dead\",186,1,1,\"May\",190119,6144878,0.99],[2275,\"Spread Your Wings\",186,1,1,\"Deacon\",275356,8936992,0.99],[2276,\"Fight From The Inside\",186,1,1,\"Taylor\",184737,6078001,0.99],[2277,\"Get Down, Make Love\",186,1,1,\"Mercury\",231235,7509333,0.99],[2278,\"Sleep On The Sidewalk\",186,1,1,\"May\",187428,6099840,0.99],[2279,\"Who Needs You\",186,1,1,\"Deacon\",186958,6292969,0.99],[2280,\"It's Late\",186,1,1,\"May\",386194,12519388,0.99],[2281,\"My Melancholy Blues\",186,1,1,\"Mercury\",206471,6691838,0.99],[2282,\"Shiny Happy People\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",226298,7475323,0.99],[2283,\"Me In Honey\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",246674,8194751,0.99],[2284,\"Radio Song\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",255477,8421172,0.99],[2285,\"Pop Song 89\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",185730,6132218,0.99],[2286,\"Get Up\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",160235,5264376,0.99],[2287,\"You Are The Everything\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",226298,7373181,0.99],[2288,\"Stand\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",192862,6349090,0.99],[2289,\"World Leader Pretend\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",259761,8537282,0.99],[2290,\"The Wrong Child\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",216633,7065060,0.99],[2291,\"Orange Crush\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",231706,7742894,0.99],[2292,\"Turn You Inside-Out\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",257358,8395671,0.99],[2293,\"Hairshirt\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",235911,7753807,0.99],[2294,\"I Remember California\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",304013,9950311,0.99],[2295,\"Untitled\",188,1,4,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",191503,6332426,0.99],[2296,\"How The West Was Won And Where It Got Us\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",271151,8994291,0.99],[2297,\"The Wake-Up Bomb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",308532,10077337,0.99],[2298,\"New Test Leper\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",326791,10866447,0.99],[2299,\"Undertow\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",309498,10131005,0.99],[2300,\"E-Bow The Letter\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",324963,10714576,0.99],[2301,\"Leave\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",437968,14433365,0.99],[2302,\"Departure\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",209423,6818425,0.99],[2303,\"Bittersweet Me\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245812,8114718,0.99],[2304,\"Be Mine\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",333087,10790541,0.99],[2305,\"Binky The Doormat\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",301688,9950320,0.99],[2306,\"Zither\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",154148,5032962,0.99],[2307,\"So Fast, So Numb\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",252682,8341223,0.99],[2308,\"Low Desert\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",212062,6989288,0.99],[2309,\"Electrolite\",189,1,1,\"Bill Berry-Peter Buck-Mike Mills-Michael Stipe\",245315,8051199,0.99],[2310,\"Losing My Religion\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",269035,8885672,0.99],[2311,\"Low\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",296777,9633860,0.99],[2312,\"Near Wild Heaven\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",199862,6610009,0.99],[2313,\"Endgame\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",230687,7664479,0.99],[2314,\"Belong\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",247013,8219375,0.99],[2315,\"Half A World Away\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",208431,6837283,0.99],[2316,\"Texarkana\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",220081,7260681,0.99],[2317,\"Country Feedback\",187,1,4,\"Bill Berry\\/Michael Stipe\\/Mike Mills\\/Peter Buck\",249782,8178943,0.99],[2318,\"Carnival Of Sorts\",190,1,4,\"R.E.M.\",233482,7669658,0.99],[2319,\"Radio Free Aurope\",190,1,4,\"R.E.M.\",245315,8163490,0.99],[2320,\"Perfect Circle\",190,1,4,\"R.E.M.\",208509,6898067,0.99],[2321,\"Talk About The Passion\",190,1,4,\"R.E.M.\",203206,6725435,0.99],[2322,\"So Central Rain\",190,1,4,\"R.E.M.\",194768,6414550,0.99],[2323,\"Don't Go Back To Rockville\",190,1,4,\"R.E.M.\",272352,9010715,0.99],[2324,\"Pretty Persuasion\",190,1,4,\"R.E.M.\",229929,7577754,0.99],[2325,\"Green Grow The Rushes\",190,1,4,\"R.E.M.\",225671,7422425,0.99],[2326,\"Can't Get There From Here\",190,1,4,\"R.E.M.\",220630,7285936,0.99],[2327,\"Driver 8\",190,1,4,\"R.E.M.\",204747,6779076,0.99],[2328,\"Fall On Me\",190,1,4,\"R.E.M.\",172016,5676811,0.99],[2329,\"I Believe\",190,1,4,\"R.E.M.\",227709,7542929,0.99],[2330,\"Cuyahoga\",190,1,4,\"R.E.M.\",260623,8591057,0.99],[2331,\"The One I Love\",190,1,4,\"R.E.M.\",197355,6495125,0.99],[2332,\"The Finest Worksong\",190,1,4,\"R.E.M.\",229276,7574856,0.99],[2333,\"It's The End Of The World As We Know It (And I Feel Fine)\",190,1,4,\"R.E.M.\",244819,7998987,0.99],[2334,\"Infeliz Natal\",191,1,4,\"Rodolfo\",138266,4503299,0.99],[2335,\"A Sua\",191,1,4,\"Rodolfo\",142132,4622064,0.99],[2336,\"Papeau Nuky Doe\",191,1,4,\"Rodolfo\",121652,3995022,0.99],[2337,\"Merry Christmas\",191,1,4,\"Rodolfo\",126040,4166652,0.99],[2338,\"Bodies\",191,1,4,\"Rodolfo\",180035,5873778,0.99],[2339,\"Puteiro Em Jo\\u00c3\\u00a3o Pessoa\",191,1,4,\"Rodolfo\",195578,6395490,0.99],[2340,\"Esporrei Na Manivela\",191,1,4,\"Rodolfo\",293276,9618499,0.99],[2341,\"B\\u00c3\\u00aa-a-B\\u00c3\\u00a1\",191,1,4,\"Rodolfo\",249051,8130636,0.99],[2342,\"Cajueiro\",191,1,4,\"Rodolfo\",158589,5164837,0.99],[2343,\"Palhas Do Coqueiro\",191,1,4,\"Rodolfo\",133851,4396466,0.99],[2344,\"Maluco Beleza\",192,1,1,null,203206,6628067,0.99],[2345,\"O Dia Em Que A Terra Parou\",192,1,1,null,261720,8586678,0.99],[2346,\"No Fundo Do Quintal Da Escola\",192,1,1,null,177606,5836953,0.99],[2347,\"O Segredo Do Universo\",192,1,1,null,192679,6315187,0.99],[2348,\"As Profecias\",192,1,1,null,232515,7657732,0.99],[2349,\"Mata Virgem\",192,1,1,null,142602,4690029,0.99],[2350,\"Sapato 36\",192,1,1,null,196702,6507301,0.99],[2351,\"Todo Mundo Explica\",192,1,1,null,134896,4449772,0.99],[2352,\"Que Luz \\u00c3\\u0089 Essa\",192,1,1,null,165067,5620058,0.99],[2353,\"Diamante De Mendigo\",192,1,1,null,206053,6775101,0.99],[2354,\"Neg\\u00c3\\u00b3cio \\u00c3\\u0089\",192,1,1,null,175464,5826775,0.99],[2355,\"Muita Estrela, Pouca Constela\\u00c3\\u00a7\\u00c3\\u00a3o\",192,1,1,null,268068,8781021,0.99],[2356,\"S\\u00c3\\u00a9culo XXI\",192,1,1,null,244897,8040563,0.99],[2357,\"Rock Das Aranhas (Ao Vivo) (Live)\",192,1,1,null,231836,7591945,0.99],[2358,\"The Power Of Equality\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",243591,8148266,0.99],[2359,\"If You Have To Ask\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",216790,7199175,0.99],[2360,\"Breaking The Girl\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",295497,9805526,0.99],[2361,\"Funky Monks\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",323395,10708168,0.99],[2362,\"Suck My Kiss\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",217234,7129137,0.99],[2363,\"I Could Have Lied\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",244506,8088244,0.99],[2364,\"Mellowship Slinky In B Major\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",240091,7971384,0.99],[2365,\"The Righteous & The Wicked\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",248084,8134096,0.99],[2366,\"Give It Away\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",283010,9308997,0.99],[2367,\"Blood Sugar Sex Magik\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",271229,8940573,0.99],[2368,\"Under The Bridge\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",264359,8682716,0.99],[2369,\"Naked In The Rain\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",265717,8724674,0.99],[2370,\"Apache Rose Peacock\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",282226,9312588,0.99],[2371,\"The Greeting Song\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",193593,6346507,0.99],[2372,\"My Lovely Man\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",279118,9220114,0.99],[2373,\"Sir Psycho Sexy\",193,1,4,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",496692,16354362,0.99],[2374,\"They're Red Hot\",193,1,4,\"Robert Johnson\",71941,2382220,0.99],[2375,\"By The Way\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218017,7197430,0.99],[2376,\"Universally Speaking\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",259213,8501904,0.99],[2377,\"This Is The Place\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",257906,8469765,0.99],[2378,\"Dosed\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",312058,10235611,0.99],[2379,\"Don't Forget Me\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",277995,9107071,0.99],[2380,\"The Zephyr Song\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",232960,7690312,0.99],[2381,\"Can't Stop\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",269400,8872479,0.99],[2382,\"I Could Die For You\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",193906,6333311,0.99],[2383,\"Midnight\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",295810,9702450,0.99],[2384,\"Throw Away Your Television\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",224574,7483526,0.99],[2385,\"Cabron\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",218592,7458864,0.99],[2386,\"Tear\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",317413,10395500,0.99],[2387,\"On Mercury\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",208509,6834762,0.99],[2388,\"Minor Thing\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",217835,7148115,0.99],[2389,\"Warm Tape\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",256653,8358200,0.99],[2390,\"Venice Queen\",194,1,1,\"Anthony Kiedis, Flea, John Frusciante, and Chad Smith\",369110,12280381,0.99],[2391,\"Around The World\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",238837,7859167,0.99],[2392,\"Parallel Universe\",195,1,1,\"Red Hot Chili Peppers\",270654,8958519,0.99],[2393,\"Scar Tissue\",195,1,1,\"Red Hot Chili Peppers\",217469,7153744,0.99],[2394,\"Otherside\",195,1,1,\"Red Hot Chili Peppers\",255973,8357989,0.99],[2395,\"Get On Top\",195,1,1,\"Red Hot Chili Peppers\",198164,6587883,0.99],[2396,\"Californication\",195,1,1,\"Red Hot Chili Peppers\",321671,10568999,0.99],[2397,\"Easily\",195,1,1,\"Red Hot Chili Peppers\",231418,7504534,0.99],[2398,\"Porcelain\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",163787,5278793,0.99],[2399,\"Emit Remmus\",195,1,1,\"Red Hot Chili Peppers\",240300,7901717,0.99],[2400,\"I Like Dirt\",195,1,1,\"Red Hot Chili Peppers\",157727,5225917,0.99],[2401,\"This Velvet Glove\",195,1,1,\"Red Hot Chili Peppers\",225280,7480537,0.99],[2402,\"Savior\",195,1,1,\"Anthony Kiedis\\/Chad Smith\\/Flea\\/John Frusciante\",292493,9551885,0.99],[2403,\"Purple Stain\",195,1,1,\"Red Hot Chili Peppers\",253440,8359971,0.99],[2404,\"Right On Time\",195,1,1,\"Red Hot Chili Peppers\",112613,3722219,0.99],[2405,\"Road Trippin'\",195,1,1,\"Red Hot Chili Peppers\",205635,6685831,0.99],[2406,\"The Spirit Of Radio\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",299154,9862012,0.99],[2407,\"The Trees\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",285126,9345473,0.99],[2408,\"Something For Nothing\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",240770,7898395,0.99],[2409,\"Freewill\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",324362,10694110,0.99],[2410,\"Xanadu\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",667428,21753168,0.99],[2411,\"Bastille Day\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",280528,9264769,0.99],[2412,\"By-Tor And The Snow Dog\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",519888,17076397,0.99],[2413,\"Anthem\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",264515,8693343,0.99],[2414,\"Closer To The Heart\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",175412,5767005,0.99],[2415,\"2112 Overture\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",272718,8898066,0.99],[2416,\"The Temples Of Syrinx\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",133459,4360163,0.99],[2417,\"La Villa Strangiato\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",577488,19137855,0.99],[2418,\"Fly By Night\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",202318,6683061,0.99],[2419,\"Finding My Way\",196,1,1,\"Geddy Lee And Alex Lifeson\\/Geddy Lee And Neil Peart\\/Rush\",305528,9985701,0.99],[2420,\"Jingo\",197,1,1,\"M.Babatunde Olantunji\",592953,19736495,0.99],[2421,\"El Corazon Manda\",197,1,1,\"E.Weiss\",713534,23519583,0.99],[2422,\"La Puesta Del Sol\",197,1,1,\"E.Weiss\",628062,20614621,0.99],[2423,\"Persuasion\",197,1,1,\"Carlos Santana\",318432,10354751,0.99],[2424,\"As The Years Go by\",197,1,1,\"Albert King\",233064,7566829,0.99],[2425,\"Soul Sacrifice\",197,1,1,\"Carlos Santana\",296437,9801120,0.99],[2426,\"Fried Neckbones And Home Fries\",197,1,1,\"W.Correa\",638563,20939646,0.99],[2427,\"Santana Jam\",197,1,1,\"Carlos Santana\",882834,29207100,0.99],[2428,\"Evil Ways\",198,1,1,null,475402,15289235,0.99],[2429,\"We've Got To Get Together\\/Jingo\",198,1,1,null,1070027,34618222,0.99],[2430,\"Rock Me\",198,1,1,null,94720,3037596,0.99],[2431,\"Just Ain't Good Enough\",198,1,1,null,850259,27489067,0.99],[2432,\"Funky Piano\",198,1,1,null,934791,30200730,0.99],[2433,\"The Way You Do To Mer\",198,1,1,null,618344,20028702,0.99],[2434,\"Holding Back The Years\",141,1,1,\"Mick Hucknall and Neil Moss\",270053,8833220,0.99],[2435,\"Money's Too Tight To Mention\",141,1,1,\"John and William Valentine\",268408,8861921,0.99],[2436,\"The Right Thing\",141,1,1,\"Mick Hucknall\",262687,8624063,0.99],[2437,\"It's Only Love\",141,1,1,\"Jimmy and Vella Cameron\",232594,7659017,0.99],[2438,\"A New Flame\",141,1,1,\"Mick Hucknall\",237662,7822875,0.99],[2439,\"You've Got It\",141,1,1,\"Mick Hucknall and Lamont Dozier\",235232,7712845,0.99],[2440,\"If You Don't Know Me By Now\",141,1,1,\"Kenny Gamble and Leon Huff\",206524,6712634,0.99],[2441,\"Stars\",141,1,1,\"Mick Hucknall\",248137,8194906,0.99],[2442,\"Something Got Me Started\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",239595,7997139,0.99],[2443,\"Thrill Me\",141,1,1,\"Mick Hucknall and Fritz McIntyre\",303934,10034711,0.99],[2444,\"Your Mirror\",141,1,1,\"Mick Hucknall\",240666,7893821,0.99],[2445,\"For Your Babies\",141,1,1,\"Mick Hucknall\",256992,8408803,0.99],[2446,\"So Beautiful\",141,1,1,\"Mick Hucknall\",298083,9837832,0.99],[2447,\"Angel\",141,1,1,\"Carolyn Franklin and Sonny Saunders\",240561,7880256,0.99],[2448,\"Fairground\",141,1,1,\"Mick Hucknall\",263888,8793094,0.99],[2449,\"\\u00c3\\u0081gua E Fogo\",199,1,1,\"Chico Amaral\\/Edgard Scandurra\\/Samuel Rosa\",278987,9272272,0.99],[2450,\"Tr\\u00c3\\u00aas Lados\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",233665,7699609,0.99],[2451,\"Ela Desapareceu\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",250122,8289200,0.99],[2452,\"Balada Do Amor Inabal\\u00c3\\u00a1vel\",199,1,1,\"Fausto Fawcett\\/Samuel Rosa\",240613,8025816,0.99],[2453,\"Can\\u00c3\\u00a7\\u00c3\\u00a3o Noturna\",199,1,1,\"Chico Amaral\\/Lelo Zanettik\",238628,7874774,0.99],[2454,\"Mu\\u00c3\\u00a7ulmano\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/Samuel Rosa\",249600,8270613,0.99],[2455,\"Maquinarama\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",245629,8213710,0.99],[2456,\"Rebeli\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",298527,9817847,0.99],[2457,\"A \\u00c3\\u009altima Guerra\",199,1,1,\"Le\\u00c3\\u00a3o, Rodrigo F.\\/L\\u00c3\\u00b4 Borges\\/Samuel Rosa\",314723,10480391,0.99],[2458,\"Fica\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",272169,8980972,0.99],[2459,\"Ali\",199,1,1,\"Nando Reis\\/Samuel Rosa\",306390,10110351,0.99],[2460,\"Preto Dami\\u00c3\\u00a3o\",199,1,1,\"Chico Amaral\\/Samuel Rosa\",264568,8697658,0.99],[2461,\"\\u00c3\\u0089 Uma Partida De Futebol\",200,1,1,\"Samuel Rosa\",1071,38747,0.99],[2462,\"Eu Disse A Ela\",200,1,1,\"Samuel Rosa\",254223,8479463,0.99],[2463,\"Z\\u00c3\\u00a9 Trindade\",200,1,1,\"Samuel Rosa\",247954,8331310,0.99],[2464,\"Garota Nacional\",200,1,1,\"Samuel Rosa\",317492,10511239,0.99],[2465,\"T\\u00c3\\u00a3o Seu\",200,1,1,\"Samuel Rosa\",243748,8133126,0.99],[2466,\"Sem Terra\",200,1,1,\"Samuel Rosa\",279353,9196411,0.99],[2467,\"Os Exilados\",200,1,1,\"Samuel Rosa\",245551,8222095,0.99],[2468,\"Um Dia Qualquer\",200,1,1,\"Samuel Rosa\",292414,9805570,0.99],[2469,\"Los Pretos\",200,1,1,\"Samuel Rosa\",239229,8025667,0.99],[2470,\"Sul Da Am\\u00c3\\u00a9rica\",200,1,1,\"Samuel Rosa\",254928,8484871,0.99],[2471,\"Pocon\\u00c3\\u00a9\",200,1,1,\"Samuel Rosa\",318406,10771610,0.99],[2472,\"Lucky 13\",201,1,4,\"Billy Corgan\",189387,6200617,0.99],[2473,\"Aeroplane Flies High\",201,1,4,\"Billy Corgan\",473391,15408329,0.99],[2474,\"Because You Are\",201,1,4,\"Billy Corgan\",226403,7405137,0.99],[2475,\"Slow Dawn\",201,1,4,\"Billy Corgan\",192339,6269057,0.99],[2476,\"Believe\",201,1,4,\"James Iha\",192940,6320652,0.99],[2477,\"My Mistake\",201,1,4,\"Billy Corgan\",240901,7843477,0.99],[2478,\"Marquis In Spades\",201,1,4,\"Billy Corgan\",192731,6304789,0.99],[2479,\"Here's To The Atom Bomb\",201,1,4,\"Billy Corgan\",266893,8763140,0.99],[2480,\"Sparrow\",201,1,4,\"Billy Corgan\",176822,5696989,0.99],[2481,\"Waiting\",201,1,4,\"Billy Corgan\",228336,7627641,0.99],[2482,\"Saturnine\",201,1,4,\"Billy Corgan\",229877,7523502,0.99],[2483,\"Rock On\",201,1,4,\"David Cook\",366471,12133825,0.99],[2484,\"Set The Ray To Jerry\",201,1,4,\"Billy Corgan\",249364,8215184,0.99],[2485,\"Winterlong\",201,1,4,\"Billy Corgan\",299389,9670616,0.99],[2486,\"Soot & Stars\",201,1,4,\"Billy Corgan\",399986,12866557,0.99],[2487,\"Blissed & Gone\",201,1,4,\"Billy Corgan\",286302,9305998,0.99],[2488,\"Siva\",202,1,4,\"Billy Corgan\",261172,8576622,0.99],[2489,\"Rhinocerous\",202,1,4,\"Billy Corgan\",353462,11526684,0.99],[2490,\"Drown\",202,1,4,\"Billy Corgan\",270497,8883496,0.99],[2491,\"Cherub Rock\",202,1,4,\"Billy Corgan\",299389,9786739,0.99],[2492,\"Today\",202,1,4,\"Billy Corgan\",202213,6596933,0.99],[2493,\"Disarm\",202,1,4,\"Billy Corgan\",198556,6508249,0.99],[2494,\"Landslide\",202,1,4,\"Stevie Nicks\",190275,6187754,0.99],[2495,\"Bullet With Butterfly Wings\",202,1,4,\"Billy Corgan\",257306,8431747,0.99],[2496,\"1979\",202,1,4,\"Billy Corgan\",263653,8728470,0.99],[2497,\"Zero\",202,1,4,\"Billy Corgan\",161123,5267176,0.99],[2498,\"Tonight, Tonight\",202,1,4,\"Billy Corgan\",255686,8351543,0.99],[2499,\"Eye\",202,1,4,\"Billy Corgan\",294530,9784201,0.99],[2500,\"Ava Adore\",202,1,4,\"Billy Corgan\",261433,8590412,0.99],[2501,\"Perfect\",202,1,4,\"Billy Corgan\",203023,6734636,0.99],[2502,\"The Everlasting Gaze\",202,1,4,\"Billy Corgan\",242155,7844404,0.99],[2503,\"Stand Inside Your Love\",202,1,4,\"Billy Corgan\",253753,8270113,0.99],[2504,\"Real Love\",202,1,4,\"Billy Corgan\",250697,8025896,0.99],[2505,\"[Untitled]\",202,1,4,\"Billy Corgan\",231784,7689713,0.99],[2506,\"Nothing To Say\",203,1,1,\"Chris Cornell\\/Kim Thayil\",238027,7744833,0.99],[2507,\"Flower\",203,1,1,\"Chris Cornell\\/Kim Thayil\",208822,6830732,0.99],[2508,\"Loud Love\",203,1,1,\"Chris Cornell\",297456,9660953,0.99],[2509,\"Hands All Over\",203,1,1,\"Chris Cornell\\/Kim Thayil\",362475,11893108,0.99],[2510,\"Get On The Snake\",203,1,1,\"Chris Cornell\\/Kim Thayil\",225123,7313744,0.99],[2511,\"Jesus Christ Pose\",203,1,1,\"Ben Shepherd\\/Chris Cornell\\/Kim Thayil\\/Matt Cameron\",352966,11739886,0.99],[2512,\"Outshined\",203,1,1,\"Chris Cornell\",312476,10274629,0.99],[2513,\"Rusty Cage\",203,1,1,\"Chris Cornell\",267728,8779485,0.99],[2514,\"Spoonman\",203,1,1,\"Chris Cornell\",248476,8289906,0.99],[2515,\"The Day I Tried To Live\",203,1,1,\"Chris Cornell\",321175,10507137,0.99],[2516,\"Black Hole Sun\",203,1,1,\"Soundgarden\",320365,10425229,0.99],[2517,\"Fell On Black Days\",203,1,1,\"Chris Cornell\",282331,9256082,0.99],[2518,\"Pretty Noose\",203,1,1,\"Chris Cornell\",253570,8317931,0.99],[2519,\"Burden In My Hand\",203,1,1,\"Chris Cornell\",292153,9659911,0.99],[2520,\"Blow Up The Outside World\",203,1,1,\"Chris Cornell\",347898,11379527,0.99],[2521,\"Ty Cobb\",203,1,1,\"Ben Shepherd\\/Chris Cornell\",188786,6233136,0.99],[2522,\"Bleed Together\",203,1,1,\"Chris Cornell\",232202,7597074,0.99],[2523,\"Morning Dance\",204,1,2,\"Jay Beckenstein\",238759,8101979,0.99],[2524,\"Jubilee\",204,1,2,\"Jeremy Wall\",275147,9151846,0.99],[2525,\"Rasul\",204,1,2,\"Jeremy Wall\",238315,7854737,0.99],[2526,\"Song For Lorraine\",204,1,2,\"Jay Beckenstein\",240091,8101723,0.99],[2527,\"Starburst\",204,1,2,\"Jeremy Wall\",291500,9768399,0.99],[2528,\"Heliopolis\",204,1,2,\"Jay Beckenstein\",338729,11365655,0.99],[2529,\"It Doesn't Matter\",204,1,2,\"Chet Catallo\",270027,9034177,0.99],[2530,\"Little Linda\",204,1,2,\"Jeremy Wall\",264019,8958743,0.99],[2531,\"End Of Romanticism\",204,1,2,\"Rick Strauss\",320078,10553155,0.99],[2532,\"The House Is Rockin'\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",144352,4706253,0.99],[2533,\"Crossfire\",205,1,6,\"B. Carter\\/C. Layton\\/R. Ellsworth\\/R. Wynans\\/T. Shannon\",251219,8238033,0.99],[2534,\"Tightrope\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",281155,9254906,0.99],[2535,\"Let Me Love You Baby\",205,1,6,\"Willie Dixon\",164127,5378455,0.99],[2536,\"Leave My Girl Alone\",205,1,6,\"B. Guy\",256365,8438021,0.99],[2537,\"Travis Walk\",205,1,6,\"Stevie Ray Vaughan\",140826,4650979,0.99],[2538,\"Wall Of Denial\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",336927,11085915,0.99],[2539,\"Scratch-N-Sniff\",205,1,6,\"Doyle Bramhall\\/Stevie Ray Vaughan\",163422,5353627,0.99],[2540,\"Love Me Darlin'\",205,1,6,\"C. Burnett\",201586,6650869,0.99],[2541,\"Riviera Paradise\",205,1,6,\"Stevie Ray Vaughan\",528692,17232776,0.99],[2542,\"Dead And Bloated\",206,1,1,\"R. DeLeo\\/Weiland\",310386,10170433,0.99],[2543,\"Sex Type Thing\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",218723,7102064,0.99],[2544,\"Wicked Garden\",206,1,1,\"D. DeLeo\\/R. DeLeo\\/Weiland\",245368,7989505,0.99],[2545,\"No Memory\",206,1,1,\"Dean Deleo\",80613,2660859,0.99],[2546,\"Sin\",206,1,1,\"R. DeLeo\\/Weiland\",364800,12018823,0.99],[2547,\"Naked Sunday\",206,1,1,\"D. DeLeo\\/Kretz\\/R. DeLeo\\/Weiland\",229720,7444201,0.99],[2548,\"Creep\",206,1,1,\"R. DeLeo\\/Weiland\",333191,10894988,0.99],[2549,\"Piece Of Pie\",206,1,1,\"R. DeLeo\\/Weiland\",324623,10605231,0.99],[2550,\"Plush\",206,1,1,\"R. DeLeo\\/Weiland\",314017,10229848,0.99],[2551,\"Wet My Bed\",206,1,1,\"R. DeLeo\\/Weiland\",96914,3198627,0.99],[2552,\"Crackerman\",206,1,1,\"Kretz\\/R. DeLeo\\/Weiland\",194403,6317361,0.99],[2553,\"Where The River Goes\",206,1,1,\"D. DeLeo\\/Kretz\\/Weiland\",505991,16468904,0.99],[2554,\"Soldier Side - Intro\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",63764,2056079,0.99],[2555,\"B.Y.O.B.\",207,1,3,\"Tankian, Serj\",255555,8407935,0.99],[2556,\"Revenga\",207,1,3,\"Tankian, Serj\",228127,7503805,0.99],[2557,\"Cigaro\",207,1,3,\"Tankian, Serj\",131787,4321705,0.99],[2558,\"Radio\\/Video\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",249312,8224917,0.99],[2559,\"This Cocaine Makes Me Feel Like I'm On This Song\",207,1,3,\"Tankian, Serj\",128339,4185193,0.99],[2560,\"Violent Pornography\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",211435,6985960,0.99],[2561,\"Question!\",207,1,3,\"Tankian, Serj\",200698,6616398,0.99],[2562,\"Sad Statue\",207,1,3,\"Tankian, Serj\",205897,6733449,0.99],[2563,\"Old School Hollywood\",207,1,3,\"Dolmayan, John\\/Malakian, Daron\\/Odadjian, Shavo\",176953,5830258,0.99],[2564,\"Lost in Hollywood\",207,1,3,\"Tankian, Serj\",320783,10535158,0.99],[2565,\"The Sun Road\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",880640,29008407,0.99],[2566,\"Dark Corners\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",513541,16839223,0.99],[2567,\"Duende\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",447582,14956771,0.99],[2568,\"Black Light Syndrome\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",526471,17300835,0.99],[2569,\"Falling in Circles\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",549093,18263248,0.99],[2570,\"Book of Hours\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",583366,19464726,0.99],[2571,\"Chaos-Control\",208,1,1,\"Terry Bozzio, Steve Stevens, Tony Levin\",529841,17455568,0.99],[2572,\"Midnight From The Inside Out\",209,1,6,\"Chris Robinson\\/Rich Robinson\",286981,9442157,0.99],[2573,\"Sting Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",268094,8813561,0.99],[2574,\"Thick & Thin\",209,1,6,\"Chris Robinson\\/Rich Robinson\",222720,7284377,0.99],[2575,\"Greasy Grass River\",209,1,6,\"Chris Robinson\\/Rich Robinson\",218749,7157045,0.99],[2576,\"Sometimes Salvation\",209,1,6,\"Chris Robinson\\/Rich Robinson\",389146,12749424,0.99],[2577,\"Cursed Diamonds\",209,1,6,\"Chris Robinson\\/Rich Robinson\",368300,12047978,0.99],[2578,\"Miracle To Me\",209,1,6,\"Chris Robinson\\/Rich Robinson\",372636,12222116,0.99],[2579,\"Wiser Time\",209,1,6,\"Chris Robinson\\/Rich Robinson\",459990,15161907,0.99],[2580,\"Girl From A Pawnshop\",209,1,6,\"Chris Robinson\\/Rich Robinson\",404688,13250848,0.99],[2581,\"Cosmic Fiend\",209,1,6,\"Chris Robinson\\/Rich Robinson\",308401,10115556,0.99],[2582,\"Black Moon Creeping\",210,1,6,\"Chris Robinson\\/Rich Robinson\",359314,11740886,0.99],[2583,\"High Head Blues\",210,1,6,\"Chris Robinson\\/Rich Robinson\",371879,12227998,0.99],[2584,\"Title Song\",210,1,6,\"Chris Robinson\\/Rich Robinson\",505521,16501316,0.99],[2585,\"She Talks To Angels\",210,1,6,\"Chris Robinson\\/Rich Robinson\",361978,11837342,0.99],[2586,\"Twice As Hard\",210,1,6,\"Chris Robinson\\/Rich Robinson\",275565,9008067,0.99],[2587,\"Lickin'\",210,1,6,\"Chris Robinson\\/Rich Robinson\",314409,10331216,0.99],[2588,\"Soul Singing\",210,1,6,\"Chris Robinson\\/Rich Robinson\",233639,7672489,0.99],[2589,\"Hard To Handle\",210,1,6,\"A.Isbell\\/A.Jones\\/O.Redding\",206994,6786304,0.99],[2590,\"Remedy\",210,1,6,\"Chris Robinson\\/Rich Robinson\",337084,11049098,0.99],[2591,\"White Riot\",211,1,4,\"Joe Strummer\\/Mick Jones\",118726,3922819,0.99],[2592,\"Remote Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",180297,5949647,0.99],[2593,\"Complete Control\",211,1,4,\"Joe Strummer\\/Mick Jones\",192653,6272081,0.99],[2594,\"Clash City Rockers\",211,1,4,\"Joe Strummer\\/Mick Jones\",227500,7555054,0.99],[2595,\"(White Man) In Hammersmith Palais\",211,1,4,\"Joe Strummer\\/Mick Jones\",240640,7883532,0.99],[2596,\"Tommy Gun\",211,1,4,\"Joe Strummer\\/Mick Jones\",195526,6399872,0.99],[2597,\"English Civil War\",211,1,4,\"Mick Jones\\/Traditional arr. Joe Strummer\",156708,5111226,0.99],[2598,\"I Fought The Law\",211,1,4,\"Sonny Curtis\",159764,5245258,0.99],[2599,\"London Calling\",211,1,4,\"Joe Strummer\\/Mick Jones\",199706,6569007,0.99],[2600,\"Train In Vain\",211,1,4,\"Joe Strummer\\/Mick Jones\",189675,6329877,0.99],[2601,\"Bankrobber\",211,1,4,\"Joe Strummer\\/Mick Jones\",272431,9067323,0.99],[2602,\"The Call Up\",211,1,4,\"The Clash\",324336,10746937,0.99],[2603,\"Hitsville UK\",211,1,4,\"The Clash\",261433,8606887,0.99],[2604,\"The Magnificent Seven\",211,1,4,\"The Clash\",268486,8889821,0.99],[2605,\"This Is Radio Clash\",211,1,4,\"The Clash\",249756,8366573,0.99],[2606,\"Know Your Rights\",211,1,4,\"The Clash\",217678,7195726,0.99],[2607,\"Rock The Casbah\",211,1,4,\"The Clash\",222145,7361500,0.99],[2608,\"Should I Stay Or Should I Go\",211,1,4,\"The Clash\",187219,6188688,0.99],[2609,\"War (The Process)\",212,1,1,\"Billy Duffy\\/Ian Astbury\",252630,8254842,0.99],[2610,\"The Saint\",212,1,1,\"Billy Duffy\\/Ian Astbury\",216215,7061584,0.99],[2611,\"Rise\",212,1,1,\"Billy Duffy\\/Ian Astbury\",219088,7106195,0.99],[2612,\"Take The Power\",212,1,1,\"Billy Duffy\\/Ian Astbury\",235755,7650012,0.99],[2613,\"Breathe\",212,1,1,\"Billy Duffy\\/Ian Astbury\\/Marti Frederiksen\\/Mick Jones\",299781,9742361,0.99],[2614,\"Nico\",212,1,1,\"Billy Duffy\\/Ian Astbury\",289488,9412323,0.99],[2615,\"American Gothic\",212,1,1,\"Billy Duffy\\/Ian Astbury\",236878,7739840,0.99],[2616,\"Ashes And Ghosts\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",300591,9787692,0.99],[2617,\"Shape The Sky\",212,1,1,\"Billy Duffy\\/Ian Astbury\",209789,6885647,0.99],[2618,\"Speed Of Light\",212,1,1,\"Billy Duffy\\/Bob Rock\\/Ian Astbury\",262817,8563352,0.99],[2619,\"True Believers\",212,1,1,\"Billy Duffy\\/Ian Astbury\",308009,9981359,0.99],[2620,\"My Bridges Burn\",212,1,1,\"Billy Duffy\\/Ian Astbury\",231862,7571370,0.99],[2621,\"She Sells Sanctuary\",213,1,1,null,253727,8368634,0.99],[2622,\"Fire Woman\",213,1,1,null,312790,10196995,0.99],[2623,\"Lil' Evil\",213,1,1,null,165825,5419655,0.99],[2624,\"Spirit Walker\",213,1,1,null,230060,7555897,0.99],[2625,\"The Witch\",213,1,1,null,258768,8725403,0.99],[2626,\"Revolution\",213,1,1,null,256026,8371254,0.99],[2627,\"Wild Hearted Son\",213,1,1,null,266893,8670550,0.99],[2628,\"Love Removal Machine\",213,1,1,null,257619,8412167,0.99],[2629,\"Rain\",213,1,1,null,236669,7788461,0.99],[2630,\"Edie (Ciao Baby)\",213,1,1,null,241632,7846177,0.99],[2631,\"Heart Of Soul\",213,1,1,null,274207,8967257,0.99],[2632,\"Love\",213,1,1,null,326739,10729824,0.99],[2633,\"Wild Flower\",213,1,1,null,215536,7084321,0.99],[2634,\"Go West\",213,1,1,null,238158,7777749,0.99],[2635,\"Resurrection Joe\",213,1,1,null,255451,8532840,0.99],[2636,\"Sun King\",213,1,1,null,368431,12010865,0.99],[2637,\"Sweet Soul Sister\",213,1,1,null,212009,6889883,0.99],[2638,\"Earth Mofo\",213,1,1,null,282200,9204581,0.99],[2639,\"Break on Through\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",149342,4943144,0.99],[2640,\"Soul Kitchen\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",215066,7040865,0.99],[2641,\"The Crystal Ship\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",154853,5052658,0.99],[2642,\"Twentienth Century Fox\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",153913,5069211,0.99],[2643,\"Alabama Song\",214,1,1,\"Weill-Brecht\",200097,6563411,0.99],[2644,\"Light My Fire\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",428329,13963351,0.99],[2645,\"Back Door Man\",214,1,1,\"Willie Dixon, C. Burnett\",214360,7035636,0.99],[2646,\"I Looked At You\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",142080,4663988,0.99],[2647,\"End Of The Night\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",172695,5589732,0.99],[2648,\"Take It As It Comes\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",137168,4512656,0.99],[2649,\"The End\",214,1,1,\"Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison\",701831,22927336,0.99],[2650,\"Roxanne\",215,1,1,\"G M Sumner\",192992,6330159,0.99],[2651,\"Can't Stand Losing You\",215,1,1,\"G M Sumner\",181159,5971983,0.99],[2652,\"Message in a Bottle\",215,1,1,\"G M Sumner\",291474,9647829,0.99],[2653,\"Walking on the Moon\",215,1,1,\"G M Sumner\",302080,10019861,0.99],[2654,\"Don't Stand so Close to Me\",215,1,1,\"G M Sumner\",241031,7956658,0.99],[2655,\"De Do Do Do, De Da Da Da\",215,1,1,\"G M Sumner\",247196,8227075,0.99],[2656,\"Every Little Thing She Does is Magic\",215,1,1,\"G M Sumner\",261120,8646853,0.99],[2657,\"Invisible Sun\",215,1,1,\"G M Sumner\",225593,7304320,0.99],[2658,\"Spirit's in the Material World\",215,1,1,\"G M Sumner\",181133,5986622,0.99],[2659,\"Every Breath You Take\",215,1,1,\"G M Sumner\",254615,8364520,0.99],[2660,\"King Of Pain\",215,1,1,\"G M Sumner\",300512,9880303,0.99],[2661,\"Wrapped Around Your Finger\",215,1,1,\"G M Sumner\",315454,10361490,0.99],[2662,\"Don't Stand So Close to Me '86\",215,1,1,\"G M Sumner\",293590,9636683,0.99],[2663,\"Message in a Bottle (new classic rock mix)\",215,1,1,\"G M Sumner\",290951,9640349,0.99],[2664,\"Time Is On My Side\",216,1,1,\"Jerry Ragavoy\",179983,5855836,0.99],[2665,\"Heart Of Stone\",216,1,1,\"Jagger\\/Richards\",164493,5329538,0.99],[2666,\"Play With Fire\",216,1,1,\"Nanker Phelge\",132022,4265297,0.99],[2667,\"Satisfaction\",216,1,1,\"Jagger\\/Richards\",226612,7398766,0.99],[2668,\"As Tears Go By\",216,1,1,\"Jagger\\/Richards\\/Oldham\",164284,5357350,0.99],[2669,\"Get Off Of My Cloud\",216,1,1,\"Jagger\\/Richards\",176013,5719514,0.99],[2670,\"Mother's Little Helper\",216,1,1,\"Jagger\\/Richards\",167549,5422434,0.99],[2671,\"19th Nervous Breakdown\",216,1,1,\"Jagger\\/Richards\",237923,7742984,0.99],[2672,\"Paint It Black\",216,1,1,\"Jagger\\/Richards\",226063,7442888,0.99],[2673,\"Under My Thumb\",216,1,1,\"Jagger\\/Richards\",221387,7371799,0.99],[2674,\"Ruby Tuesday\",216,1,1,\"Jagger\\/Richards\",197459,6433467,0.99],[2675,\"Let's Spend The Night Together\",216,1,1,\"Jagger\\/Richards\",217495,7137048,0.99],[2676,\"Intro\",217,1,1,\"Jagger\\/Richards\",49737,1618591,0.99],[2677,\"You Got Me Rocking\",217,1,1,\"Jagger\\/Richards\",205766,6734385,0.99],[2678,\"Gimmie Shelters\",217,1,1,\"Jagger\\/Richards\",382119,12528764,0.99],[2679,\"Flip The Switch\",217,1,1,\"Jagger\\/Richards\",252421,8336591,0.99],[2680,\"Memory Motel\",217,1,1,\"Jagger\\/Richards\",365844,11982431,0.99],[2681,\"Corinna\",217,1,1,\"Jesse Ed Davis III\\/Taj Mahal\",257488,8449471,0.99],[2682,\"Saint Of Me\",217,1,1,\"Jagger\\/Richards\",325694,10725160,0.99],[2683,\"Wainting On A Friend\",217,1,1,\"Jagger\\/Richards\",302497,9978046,0.99],[2684,\"Sister Morphine\",217,1,1,\"Faithfull\\/Jagger\\/Richards\",376215,12345289,0.99],[2685,\"Live With Me\",217,1,1,\"Jagger\\/Richards\",234893,7709006,0.99],[2686,\"Respectable\",217,1,1,\"Jagger\\/Richards\",215693,7099669,0.99],[2687,\"Thief In The Night\",217,1,1,\"De Beauport\\/Jagger\\/Richards\",337266,10952756,0.99],[2688,\"The Last Time\",217,1,1,\"Jagger\\/Richards\",287294,9498758,0.99],[2689,\"Out Of Control\",217,1,1,\"Jagger\\/Richards\",479242,15749289,0.99],[2690,\"Love Is Strong\",218,1,1,\"Jagger\\/Richards\",230896,7639774,0.99],[2691,\"You Got Me Rocking\",218,1,1,\"Jagger\\/Richards\",215928,7162159,0.99],[2692,\"Sparks Will Fly\",218,1,1,\"Jagger\\/Richards\",196466,6492847,0.99],[2693,\"The Worst\",218,1,1,\"Jagger\\/Richards\",144613,4750094,0.99],[2694,\"New Faces\",218,1,1,\"Jagger\\/Richards\",172146,5689122,0.99],[2695,\"Moon Is Up\",218,1,1,\"Jagger\\/Richards\",222119,7366316,0.99],[2696,\"Out Of Tears\",218,1,1,\"Jagger\\/Richards\",327418,10677236,0.99],[2697,\"I Go Wild\",218,1,1,\"Jagger\\/Richards\",264019,8630833,0.99],[2698,\"Brand New Car\",218,1,1,\"Jagger\\/Richards\",256052,8459344,0.99],[2699,\"Sweethearts Together\",218,1,1,\"Jagger\\/Richards\",285492,9550459,0.99],[2700,\"Suck On The Jugular\",218,1,1,\"Jagger\\/Richards\",268225,8920566,0.99],[2701,\"Blinded By Rainbows\",218,1,1,\"Jagger\\/Richards\",273946,8971343,0.99],[2702,\"Baby Break It Down\",218,1,1,\"Jagger\\/Richards\",249417,8197309,0.99],[2703,\"Thru And Thru\",218,1,1,\"Jagger\\/Richards\",375092,12175406,0.99],[2704,\"Mean Disposition\",218,1,1,\"Jagger\\/Richards\",249155,8273602,0.99],[2705,\"Walking Wounded\",219,1,4,\"The Tea Party\",277968,9184345,0.99],[2706,\"Temptation\",219,1,4,\"The Tea Party\",205087,6711943,0.99],[2707,\"The Messenger\",219,1,4,\"Daniel Lanois\",212062,6975437,0.99],[2708,\"Psychopomp\",219,1,4,\"The Tea Party\",315559,10295199,0.99],[2709,\"Sister Awake\",219,1,4,\"The Tea Party\",343875,11299407,0.99],[2710,\"The Bazaar\",219,1,4,\"The Tea Party\",222458,7245691,0.99],[2711,\"Save Me (Remix)\",219,1,4,\"The Tea Party\",396303,13053839,0.99],[2712,\"Fire In The Head\",219,1,4,\"The Tea Party\",306337,10005675,0.99],[2713,\"Release\",219,1,4,\"The Tea Party\",244114,8014606,0.99],[2714,\"Heaven Coming Down\",219,1,4,\"The Tea Party\",241867,7846459,0.99],[2715,\"The River (Remix)\",219,1,4,\"The Tea Party\",343170,11193268,0.99],[2716,\"Babylon\",219,1,4,\"The Tea Party\",169795,5568808,0.99],[2717,\"Waiting On A Sign\",219,1,4,\"The Tea Party\",261903,8558590,0.99],[2718,\"Life Line\",219,1,4,\"The Tea Party\",277786,9082773,0.99],[2719,\"Paint It Black\",219,1,4,\"Keith Richards\\/Mick Jagger\",214752,7101572,0.99],[2720,\"Temptation\",220,1,4,\"The Tea Party\",205244,6719465,0.99],[2721,\"Army Ants\",220,1,4,\"The Tea Party\",215405,7075838,0.99],[2722,\"Psychopomp\",220,1,4,\"The Tea Party\",317231,10351778,0.99],[2723,\"Gyroscope\",220,1,4,\"The Tea Party\",177711,5810323,0.99],[2724,\"Alarum\",220,1,4,\"The Tea Party\",298187,9712545,0.99],[2725,\"Release\",220,1,4,\"The Tea Party\",266292,8725824,0.99],[2726,\"Transmission\",220,1,4,\"The Tea Party\",317257,10351152,0.99],[2727,\"Babylon\",220,1,4,\"The Tea Party\",292466,9601786,0.99],[2728,\"Pulse\",220,1,4,\"The Tea Party\",250253,8183872,0.99],[2729,\"Emerald\",220,1,4,\"The Tea Party\",289750,9543789,0.99],[2730,\"Aftermath\",220,1,4,\"The Tea Party\",343745,11085607,0.99],[2731,\"I Can't Explain\",221,1,1,\"Pete Townshend\",125152,4082896,0.99],[2732,\"Anyway, Anyhow, Anywhere\",221,1,1,\"Pete Townshend, Roger Daltrey\",161253,5234173,0.99],[2733,\"My Generation\",221,1,1,\"John Entwistle\\/Pete Townshend\",197825,6446634,0.99],[2734,\"Substitute\",221,1,1,\"Pete Townshend\",228022,7409995,0.99],[2735,\"I'm A Boy\",221,1,1,\"Pete Townshend\",157126,5120605,0.99],[2736,\"Boris The Spider\",221,1,1,\"John Entwistle\",149472,4835202,0.99],[2737,\"Happy Jack\",221,1,1,\"Pete Townshend\",132310,4353063,0.99],[2738,\"Pictures Of Lily\",221,1,1,\"Pete Townshend\",164414,5329751,0.99],[2739,\"I Can See For Miles\",221,1,1,\"Pete Townshend\",262791,8604989,0.99],[2740,\"Magic Bus\",221,1,1,\"Pete Townshend\",197224,6452700,0.99],[2741,\"Pinball Wizard\",221,1,1,\"John Entwistle\\/Pete Townshend\",181890,6055580,0.99],[2742,\"The Seeker\",221,1,1,\"Pete Townshend\",204643,6736866,0.99],[2743,\"Baba O'Riley\",221,1,1,\"John Entwistle\\/Pete Townshend\",309472,10141660,0.99],[2744,\"Won't Get Fooled Again (Full Length Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",513750,16855521,0.99],[2745,\"Let's See Action\",221,1,1,\"Pete Townshend\",243513,8078418,0.99],[2746,\"5.15\",221,1,1,\"Pete Townshend\",289619,9458549,0.99],[2747,\"Join Together\",221,1,1,\"Pete Townshend\",262556,8602485,0.99],[2748,\"Squeeze Box\",221,1,1,\"Pete Townshend\",161280,5256508,0.99],[2749,\"Who Are You (Single Edit Version)\",221,1,1,\"John Entwistle\\/Pete Townshend\",299232,9900469,0.99],[2750,\"You Better You Bet\",221,1,1,\"Pete Townshend\",338520,11160877,0.99],[2751,\"Primavera\",222,1,7,\"Genival Cassiano\\/Silvio Rochael\",126615,4152604,0.99],[2752,\"Chocolate\",222,1,7,\"Tim Maia\",194690,6411587,0.99],[2753,\"Azul Da Cor Do Mar\",222,1,7,\"Tim Maia\",197955,6475007,0.99],[2754,\"O Descobridor Dos Sete Mares\",222,1,7,\"Gilson Mendon\\u00c3\\u00a7a\\/Michel\",262974,8749583,0.99],[2755,\"At\\u00c3\\u00a9 Que Enfim Encontrei Voc\\u00c3\\u00aa\",222,1,7,\"Tim Maia\",105064,3477751,0.99],[2756,\"Coron\\u00c3\\u00a9 Antonio Bento\",222,1,7,\"Do Vale, Jo\\u00c3\\u00a3o\\/Luiz Wanderley\",131317,4340326,0.99],[2757,\"New Love\",222,1,7,\"Tim Maia\",237897,7786824,0.99],[2758,\"N\\u00c3\\u00a3o Vou Ficar\",222,1,7,\"Tim Maia\",172068,5642919,0.99],[2759,\"M\\u00c3\\u00basica No Ar\",222,1,7,\"Tim Maia\",158511,5184891,0.99],[2760,\"Salve Nossa Senhora\",222,1,7,\"Carlos Imperial\\/Edardo Ara\\u00c3\\u00bajo\",115461,3827629,0.99],[2761,\"Voc\\u00c3\\u00aa Fugiu\",222,1,7,\"Genival Cassiano\",238367,7971147,0.99],[2762,\"Cristina N\\u00c2\\u00ba 2\",222,1,7,\"Carlos Imperial\\/Tim Maia\",90148,2978589,0.99],[2763,\"Compadre\",222,1,7,\"Tim Maia\",171389,5631446,0.99],[2764,\"Over Again\",222,1,7,\"Tim Maia\",200489,6612634,0.99],[2765,\"R\\u00c3\\u00a9u Confesso\",222,1,7,\"Tim Maia\",217391,7189874,0.99],[2766,\"O Que Me Importa\",223,1,7,null,153155,4977852,0.99],[2767,\"Gostava Tanto De Voc\\u00c3\\u00aa\",223,1,7,null,253805,8380077,0.99],[2768,\"Voc\\u00c3\\u00aa\",223,1,7,null,242599,7911702,0.99],[2769,\"N\\u00c3\\u00a3o Quero Dinheiro\",223,1,7,null,152607,5031797,0.99],[2770,\"Eu Amo Voc\\u00c3\\u00aa\",223,1,7,null,242782,7914628,0.99],[2771,\"A Festa Do Santo Reis\",223,1,7,null,159791,5204995,0.99],[2772,\"I Don't Know What To Do With Myself\",223,1,7,null,221387,7251478,0.99],[2773,\"Padre C\\u00c3\\u00adcero\",223,1,7,null,139598,4581685,0.99],[2774,\"Nosso Adeus\",223,1,7,null,206471,6793270,0.99],[2775,\"Can\\u00c3\\u00a1rio Do Reino\",223,1,7,null,139337,4552858,0.99],[2776,\"Preciso Ser Amado\",223,1,7,null,174001,5618895,0.99],[2777,\"Balan\\u00c3\\u00a7o\",223,1,7,null,209737,6890327,0.99],[2778,\"Preciso Aprender A Ser S\\u00c3\\u00b3\",223,1,7,null,162220,5213894,0.99],[2779,\"Esta \\u00c3\\u0089 A Can\\u00c3\\u00a7\\u00c3\\u00a3o\",223,1,7,null,184450,6069933,0.99],[2780,\"Formigueiro\",223,1,7,null,252943,8455132,0.99],[2781,\"Comida\",224,1,4,\"Tit\\u00c3\\u00a3s\",322612,10786578,0.99],[2782,\"Go Back\",224,1,4,\"Tit\\u00c3\\u00a3s\",230504,7668899,0.99],[2783,\"Pr\\u00c3\\u00a1 Dizer Adeus\",224,1,4,\"Tit\\u00c3\\u00a3s\",222484,7382048,0.99],[2784,\"Fam\\u00c3\\u00adlia\",224,1,4,\"Tit\\u00c3\\u00a3s\",218331,7267458,0.99],[2785,\"Os Cegos Do Castelo\",224,1,4,\"Tit\\u00c3\\u00a3s\",296829,9868187,0.99],[2786,\"O Pulso\",224,1,4,\"Tit\\u00c3\\u00a3s\",199131,6566998,0.99],[2787,\"Marvin\",224,1,4,\"Tit\\u00c3\\u00a3s\",264359,8741444,0.99],[2788,\"Nem 5 Minutos Guardados\",224,1,4,\"Tit\\u00c3\\u00a3s\",245995,8143797,0.99],[2789,\"Flores\",224,1,4,\"Tit\\u00c3\\u00a3s\",215510,7148017,0.99],[2790,\"Palavras\",224,1,4,\"Tit\\u00c3\\u00a3s\",158458,5285715,0.99],[2791,\"Heredit\\u00c3\\u00a1rio\",224,1,4,\"Tit\\u00c3\\u00a3s\",151693,5020547,0.99],[2792,\"A Melhor Forma\",224,1,4,\"Tit\\u00c3\\u00a3s\",191503,6349938,0.99],[2793,\"Cabe\\u00c3\\u00a7a Dinossauro\",224,1,4,\"Tit\\u00c3\\u00a3s\",37120,1220930,0.99],[2794,\"32 Dentes\",224,1,4,\"Tit\\u00c3\\u00a3s\",184946,6157904,0.99],[2795,\"Bichos Escrotos (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",104986,3503755,0.99],[2796,\"N\\u00c3\\u00a3o Vou Lutar\",224,1,4,\"Tit\\u00c3\\u00a3s\",189988,6308613,0.99],[2797,\"Homem Primata (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",34168,1124909,0.99],[2798,\"Homem Primata\",224,1,4,\"Tit\\u00c3\\u00a3s\",195500,6486470,0.99],[2799,\"Pol\\u00c3\\u00adcia (Vinheta)\",224,1,4,\"Tit\\u00c3\\u00a3s\",56111,1824213,0.99],[2800,\"Querem Meu Sangue\",224,1,4,\"Tit\\u00c3\\u00a3s\",212401,7069773,0.99],[2801,\"Divers\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",285936,9531268,0.99],[2802,\"Televis\\u00c3\\u00a3o\",224,1,4,\"Tit\\u00c3\\u00a3s\",293668,9776548,0.99],[2803,\"Sonifera Ilha\",225,1,4,\"Branco Mello\\/Carlos Barmack\\/Ciro Pessoa\\/Marcelo Fromer\\/Toni Belloto\",170684,5678290,0.99],[2804,\"Lugar Nenhum\",225,1,4,\"Arnaldo Antunes\\/Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",195840,6472780,0.99],[2805,\"Sua Impossivel Chance\",225,1,4,\"Nando Reis\",246622,8073248,0.99],[2806,\"Desordem\",225,1,4,\"Charles Gavin\\/Marcelo Fromer\\/S\\u00c3\\u00a9rgio Britto\",213289,7067340,0.99],[2807,\"N\\u00c3\\u00a3o Vou Me Adaptar\",225,1,4,\"Arnaldo Antunes\",221831,7304656,0.99],[2808,\"Domingo\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\\/Toni Bellotto\",208613,6883180,0.99],[2809,\"Amanh\\u00c3\\u00a3 N\\u00c3\\u00a3o Se Sabe\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",189440,6243967,0.99],[2810,\"Caras Como Eu\",225,1,4,\"Toni Bellotto\",183092,5999048,0.99],[2811,\"Senhora E Senhor\",225,1,4,\"Arnaldo Anutnes\\/Marcelo Fromer\\/Paulo Miklos\",203702,6733733,0.99],[2812,\"Era Uma Vez\",225,1,4,\"Arnaldo Anutnes\\/Branco Mello\\/Marcelo Fromer\\/Sergio Brotto\\/Toni Bellotto\",224261,7453156,0.99],[2813,\"Mis\\u00c3\\u00a9ria\",225,1,4,\"Arnaldo Antunes\\/Britto, SergioMiklos, Paulo\",262191,8727645,0.99],[2814,\"Insens\\u00c3\\u00advel\",225,1,4,\"S\\u00c3\\u00a9rgio Britto\",207830,6893664,0.99],[2815,\"Eu E Ela\",225,1,4,\"Nando Reis\",276035,9138846,0.99],[2816,\"Toda Cor\",225,1,4,\"Ciro Pressoa\\/Marcelo Fromer\",209084,6939176,0.99],[2817,\"\\u00c3\\u0089 Preciso Saber Viver\",225,1,4,\"Erasmo Carlos\\/Roberto Carlos\",251115,8271418,0.99],[2818,\"Senhor Delegado\\/Eu N\\u00c3\\u00a3o Aguento\",225,1,4,\"Antonio Lopes\",156656,5277983,0.99],[2819,\"Battlestar Galactica: The Story So Far\",226,3,18,null,2622250,490750393,1.99],[2820,\"Occupation \\/ Precipice\",227,3,19,null,5286953,1054423946,1.99],[2821,\"Exodus, Pt. 1\",227,3,19,null,2621708,475079441,1.99],[2822,\"Exodus, Pt. 2\",227,3,19,null,2618000,466820021,1.99],[2823,\"Collaborators\",227,3,19,null,2626626,483484911,1.99],[2824,\"Torn\",227,3,19,null,2631291,495262585,1.99],[2825,\"A Measure of Salvation\",227,3,18,null,2563938,489715554,1.99],[2826,\"Hero\",227,3,18,null,2713755,506896959,1.99],[2827,\"Unfinished Business\",227,3,18,null,2622038,528499160,1.99],[2828,\"The Passage\",227,3,18,null,2623875,490375760,1.99],[2829,\"The Eye of Jupiter\",227,3,18,null,2618750,517909587,1.99],[2830,\"Rapture\",227,3,18,null,2624541,508406153,1.99],[2831,\"Taking a Break from All Your Worries\",227,3,18,null,2624207,492700163,1.99],[2832,\"The Woman King\",227,3,18,null,2626376,552893447,1.99],[2833,\"A Day In the Life\",227,3,18,null,2620245,462818231,1.99],[2834,\"Dirty Hands\",227,3,18,null,2627961,537648614,1.99],[2835,\"Maelstrom\",227,3,18,null,2622372,514154275,1.99],[2836,\"The Son Also Rises\",227,3,18,null,2621830,499258498,1.99],[2837,\"Crossroads, Pt. 1\",227,3,20,null,2622622,486233524,1.99],[2838,\"Crossroads, Pt. 2\",227,3,20,null,2869953,497335706,1.99],[2839,\"Genesis\",228,3,19,null,2611986,515671080,1.99],[2840,\"Don't Look Back\",228,3,21,null,2571154,493628775,1.99],[2841,\"One Giant Leap\",228,3,21,null,2607649,521616246,1.99],[2842,\"Collision\",228,3,21,null,2605480,526182322,1.99],[2843,\"Hiros\",228,3,21,null,2533575,488835454,1.99],[2844,\"Better Halves\",228,3,21,null,2573031,549353481,1.99],[2845,\"Nothing to Hide\",228,3,19,null,2605647,510058181,1.99],[2846,\"Seven Minutes to Midnight\",228,3,21,null,2613988,515590682,1.99],[2847,\"Homecoming\",228,3,21,null,2601351,516015339,1.99],[2848,\"Six Months Ago\",228,3,19,null,2602852,505133869,1.99],[2849,\"Fallout\",228,3,21,null,2594761,501145440,1.99],[2850,\"The Fix\",228,3,21,null,2600266,507026323,1.99],[2851,\"Distractions\",228,3,21,null,2590382,537111289,1.99],[2852,\"Run!\",228,3,21,null,2602602,542936677,1.99],[2853,\"Unexpected\",228,3,21,null,2598139,511777758,1.99],[2854,\"Company Man\",228,3,21,null,2601226,493168135,1.99],[2855,\"Company Man\",228,3,21,null,2601101,503786316,1.99],[2856,\"Parasite\",228,3,21,null,2602727,487461520,1.99],[2857,\"A Tale of Two Cities\",229,3,19,null,2636970,513691652,1.99],[2858,\"Lost (Pilot, Part 1) [Premiere]\",230,3,19,null,2548875,217124866,1.99],[2859,\"Man of Science, Man of Faith (Premiere)\",231,3,19,null,2612250,543342028,1.99],[2860,\"Adrift\",231,3,19,null,2564958,502663995,1.99],[2861,\"Lost (Pilot, Part 2)\",230,3,19,null,2436583,204995876,1.99],[2862,\"The Glass Ballerina\",229,3,21,null,2637458,535729216,1.99],[2863,\"Further Instructions\",229,3,19,null,2563980,502041019,1.99],[2864,\"Orientation\",231,3,19,null,2609083,500600434,1.99],[2865,\"Tabula Rasa\",230,3,19,null,2627105,210526410,1.99],[2866,\"Every Man for Himself\",229,3,21,null,2637387,513803546,1.99],[2867,\"Everybody Hates Hugo\",231,3,19,null,2609192,498163145,1.99],[2868,\"Walkabout\",230,3,19,null,2587370,207748198,1.99],[2869,\"...And Found\",231,3,19,null,2563833,500330548,1.99],[2870,\"The Cost of Living\",229,3,19,null,2637500,505647192,1.99],[2871,\"White Rabbit\",230,3,19,null,2571965,201654606,1.99],[2872,\"Abandoned\",231,3,19,null,2587041,537348711,1.99],[2873,\"House of the Rising Sun\",230,3,19,null,2590032,210379525,1.99],[2874,\"I Do\",229,3,19,null,2627791,504676825,1.99],[2875,\"Not In Portland\",229,3,21,null,2637303,499061234,1.99],[2876,\"Not In Portland\",229,3,21,null,2637345,510546847,1.99],[2877,\"The Moth\",230,3,19,null,2631327,228896396,1.99],[2878,\"The Other 48 Days\",231,3,19,null,2610625,535256753,1.99],[2879,\"Collision\",231,3,19,null,2564916,475656544,1.99],[2880,\"Confidence Man\",230,3,19,null,2615244,223756475,1.99],[2881,\"Flashes Before Your Eyes\",229,3,21,null,2636636,537760755,1.99],[2882,\"Lost Survival Guide\",229,3,21,null,2632590,486675063,1.99],[2883,\"Solitary\",230,3,19,null,2612894,207045178,1.99],[2884,\"What Kate Did\",231,3,19,null,2610250,484583988,1.99],[2885,\"Raised By Another\",230,3,19,null,2590459,223623810,1.99],[2886,\"Stranger In a Strange Land\",229,3,21,null,2636428,505056021,1.99],[2887,\"The 23rd Psalm\",231,3,19,null,2610416,487401604,1.99],[2888,\"All the Best Cowboys Have Daddy Issues\",230,3,19,null,2555492,211743651,1.99],[2889,\"The Hunting Party\",231,3,21,null,2611333,520350364,1.99],[2890,\"Tricia Tanaka Is Dead\",229,3,21,null,2635010,548197162,1.99],[2891,\"Enter 77\",229,3,21,null,2629796,517521422,1.99],[2892,\"Fire + Water\",231,3,21,null,2600333,488458695,1.99],[2893,\"Whatever the Case May Be\",230,3,19,null,2616410,183867185,1.99],[2894,\"Hearts and Minds\",230,3,19,null,2619462,207607466,1.99],[2895,\"Par Avion\",229,3,21,null,2629879,517079642,1.99],[2896,\"The Long Con\",231,3,19,null,2679583,518376636,1.99],[2897,\"One of Them\",231,3,21,null,2698791,542332389,1.99],[2898,\"Special\",230,3,19,null,2618530,219961967,1.99],[2899,\"The Man from Tallahassee\",229,3,21,null,2637637,550893556,1.99],[2900,\"Expos\\u00c3\\u00a9\",229,3,21,null,2593760,511338017,1.99],[2901,\"Homecoming\",230,3,19,null,2515882,210675221,1.99],[2902,\"Maternity Leave\",231,3,21,null,2780416,555244214,1.99],[2903,\"Left Behind\",229,3,21,null,2635343,538491964,1.99],[2904,\"Outlaws\",230,3,19,null,2619887,206500939,1.99],[2905,\"The Whole Truth\",231,3,21,null,2610125,495487014,1.99],[2906,\"...In Translation\",230,3,19,null,2604575,215441983,1.99],[2907,\"Lockdown\",231,3,21,null,2610250,543886056,1.99],[2908,\"One of Us\",229,3,21,null,2638096,502387276,1.99],[2909,\"Catch-22\",229,3,21,null,2561394,489773399,1.99],[2910,\"Dave\",231,3,19,null,2825166,574325829,1.99],[2911,\"Numbers\",230,3,19,null,2609772,214709143,1.99],[2912,\"D.O.C.\",229,3,21,null,2616032,518556641,1.99],[2913,\"Deus Ex Machina\",230,3,19,null,2582009,214996732,1.99],[2914,\"S.O.S.\",231,3,19,null,2639541,517979269,1.99],[2915,\"Do No Harm\",230,3,19,null,2618487,212039309,1.99],[2916,\"Two for the Road\",231,3,21,null,2610958,502404558,1.99],[2917,\"The Greater Good\",230,3,19,null,2617784,214130273,1.99],[2918,\"\\\"?\\\"\",231,3,19,null,2782333,528227089,1.99],[2919,\"Born to Run\",230,3,19,null,2618619,213772057,1.99],[2920,\"Three Minutes\",231,3,19,null,2763666,531556853,1.99],[2921,\"Exodus (Part 1)\",230,3,19,null,2620747,213107744,1.99],[2922,\"Live Together, Die Alone, Pt. 1\",231,3,21,null,2478041,457364940,1.99],[2923,\"Exodus (Part 2) [Season Finale]\",230,3,19,null,2605557,208667059,1.99],[2924,\"Live Together, Die Alone, Pt. 2\",231,3,19,null,2656531,503619265,1.99],[2925,\"Exodus (Part 3) [Season Finale]\",230,3,19,null,2619869,197937785,1.99],[2926,\"Zoo Station\",232,1,1,\"U2\",276349,9056902,0.99],[2927,\"Even Better Than The Real Thing\",232,1,1,\"U2\",221361,7279392,0.99],[2928,\"One\",232,1,1,\"U2\",276192,9158892,0.99],[2929,\"Until The End Of The World\",232,1,1,\"U2\",278700,9132485,0.99],[2930,\"Who's Gonna Ride Your Wild Horses\",232,1,1,\"U2\",316551,10304369,0.99],[2931,\"So Cruel\",232,1,1,\"U2\",349492,11527614,0.99],[2932,\"The Fly\",232,1,1,\"U2\",268982,8825399,0.99],[2933,\"Mysterious Ways\",232,1,1,\"U2\",243826,8062057,0.99],[2934,\"Tryin' To Throw Your Arms Around The World\",232,1,1,\"U2\",232463,7612124,0.99],[2935,\"Ultraviolet (Light My Way)\",232,1,1,\"U2\",330788,10754631,0.99],[2936,\"Acrobat\",232,1,1,\"U2\",270288,8824723,0.99],[2937,\"Love Is Blindness\",232,1,1,\"U2\",263497,8531766,0.99],[2938,\"Beautiful Day\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",248163,8056723,0.99],[2939,\"Stuck In A Moment You Can't Get Out Of\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",272378,8997366,0.99],[2940,\"Elevation\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",227552,7479414,0.99],[2941,\"Walk On\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",296280,9800861,0.99],[2942,\"Kite\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",266893,8765761,0.99],[2943,\"In A Little While\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",219271,7189647,0.99],[2944,\"Wild Honey\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",226768,7466069,0.99],[2945,\"Peace On Earth\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",288496,9476171,0.99],[2946,\"When I Look At The World\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",257776,8500491,0.99],[2947,\"New York\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330370,10862323,0.99],[2948,\"Grace\",233,1,1,\"Adam Clayton, Bono, Larry Mullen, The Edge\",330657,10877148,0.99],[2949,\"The Three Sunrises\",234,1,1,\"U2\",234788,7717990,0.99],[2950,\"Spanish Eyes\",234,1,1,\"U2\",196702,6392710,0.99],[2951,\"Sweetest Thing\",234,1,1,\"U2\",185103,6154896,0.99],[2952,\"Love Comes Tumbling\",234,1,1,\"U2\",282671,9328802,0.99],[2953,\"Bass Trap\",234,1,1,\"U2\",213289,6834107,0.99],[2954,\"Dancing Barefoot\",234,1,1,\"Ivan Kral\\/Patti Smith\",287895,9488294,0.99],[2955,\"Everlasting Love\",234,1,1,\"Buzz Cason\\/Mac Gayden\",202631,6708932,0.99],[2956,\"Unchained Melody\",234,1,1,\"Alex North\\/Hy Zaret\",294164,9597568,0.99],[2957,\"Walk To The Water\",234,1,1,\"U2\",289253,9523336,0.99],[2958,\"Luminous Times (Hold On To Love)\",234,1,1,\"Brian Eno\\/U2\",277760,9015513,0.99],[2959,\"Hallelujah Here She Comes\",234,1,1,\"U2\",242364,8027028,0.99],[2960,\"Silver And Gold\",234,1,1,\"Bono\",279875,9199746,0.99],[2961,\"Endless Deep\",234,1,1,\"U2\",179879,5899070,0.99],[2962,\"A Room At The Heartbreak Hotel\",234,1,1,\"U2\",274546,9015416,0.99],[2963,\"Trash, Trampoline And The Party Girl\",234,1,1,\"U2\",153965,5083523,0.99],[2964,\"Vertigo\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",194612,6329502,0.99],[2965,\"Miracle Drug\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",239124,7760916,0.99],[2966,\"Sometimes You Can't Make It On Your Own\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",308976,10112863,0.99],[2967,\"Love And Peace Or Else\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",290690,9476723,0.99],[2968,\"City Of Blinding Lights\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",347951,11432026,0.99],[2969,\"All Because Of You\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",219141,7198014,0.99],[2970,\"A Man And A Woman\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",270132,8938285,0.99],[2971,\"Crumbs From Your Table\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",303568,9892349,0.99],[2972,\"One Step Closer\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",231680,7512912,0.99],[2973,\"Original Of The Species\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",281443,9230041,0.99],[2974,\"Yahweh\",235,1,1,\"Adam Clayton, Bono, Larry Mullen & The Edge\",262034,8636998,0.99],[2975,\"Discotheque\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",319582,10442206,0.99],[2976,\"Do You Feel Loved\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",307539,10122694,0.99],[2977,\"Mofo\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",349178,11583042,0.99],[2978,\"If God Will Send His Angels\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",322533,10563329,0.99],[2979,\"Staring At The Sun\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",276924,9082838,0.99],[2980,\"Last Night On Earth\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",285753,9401017,0.99],[2981,\"Gone\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",266866,8746301,0.99],[2982,\"Miami\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",293041,9741603,0.99],[2983,\"The Playboy Mansion\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",280555,9274144,0.99],[2984,\"If You Wear That Velvet Dress\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",315167,10227333,0.99],[2985,\"Please\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",302602,9909484,0.99],[2986,\"Wake Up Dead Man\",236,1,1,\"Bono, The Edge, Adam Clayton, and Larry Mullen\",292832,9515903,0.99],[2987,\"Helter Skelter\",237,1,1,\"Lennon, John\\/McCartney, Paul\",187350,6097636,0.99],[2988,\"Van Diemen's Land\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",186044,5990280,0.99],[2989,\"Desire\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",179226,5874535,0.99],[2990,\"Hawkmoon 269\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",382458,12494987,0.99],[2991,\"All Along The Watchtower\",237,1,1,\"Dylan, Bob\",264568,8623572,0.99],[2992,\"I Still Haven't Found What I'm Looking for\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",353567,11542247,0.99],[2993,\"Freedom For My People\",237,1,1,\"Mabins, Macie\\/Magee, Sterling\\/Robinson, Bobby\",38164,1249764,0.99],[2994,\"Silver And Gold\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",349831,11450194,0.99],[2995,\"Pride (In The Name Of Love)\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",267807,8806361,0.99],[2996,\"Angel Of Harlem\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",229276,7498022,0.99],[2997,\"Love Rescue Me\",237,1,1,\"Bono\\/Clayton, Adam\\/Dylan, Bob\\/Mullen Jr., Larry\\/The Edge\",384522,12508716,0.99],[2998,\"When Love Comes To Town\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",255869,8340954,0.99],[2999,\"Heartland\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",303360,9867748,0.99],[3000,\"God Part II\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",195604,6497570,0.99],[3001,\"The Star Spangled Banner\",237,1,1,\"Hendrix, Jimi\",43232,1385810,0.99],[3002,\"Bullet The Blue Sky\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",337005,10993607,0.99],[3003,\"All I Want Is You\",237,1,1,\"Bono\\/Clayton, Adam\\/Mullen Jr., Larry\\/The Edge\",390243,12729820,0.99],[3004,\"Pride (In The Name Of Love)\",238,1,1,\"U2\",230243,7549085,0.99],[3005,\"New Year's Day\",238,1,1,\"U2\",258925,8491818,0.99],[3006,\"With Or Without You\",238,1,1,\"U2\",299023,9765188,0.99],[3007,\"I Still Haven't Found What I'm Looking For\",238,1,1,\"U2\",280764,9306737,0.99],[3008,\"Sunday Bloody Sunday\",238,1,1,\"U2\",282174,9269668,0.99],[3009,\"Bad\",238,1,1,\"U2\",351817,11628058,0.99],[3010,\"Where The Streets Have No Name\",238,1,1,\"U2\",276218,9042305,0.99],[3011,\"I Will Follow\",238,1,1,\"U2\",218253,7184825,0.99],[3012,\"The Unforgettable Fire\",238,1,1,\"U2\",295183,9684664,0.99],[3013,\"Sweetest Thing\",238,1,1,\"U2 & Daragh O'Toole\",183066,6071385,0.99],[3014,\"Desire\",238,1,1,\"U2\",179853,5893206,0.99],[3015,\"When Love Comes To Town\",238,1,1,\"U2\",258194,8479525,0.99],[3016,\"Angel Of Harlem\",238,1,1,\"U2\",230217,7527339,0.99],[3017,\"All I Want Is You\",238,1,1,\"U2 & Van Dyke Parks\",591986,19202252,0.99],[3018,\"Sunday Bloody Sunday\",239,1,1,\"U2\",278204,9140849,0.99],[3019,\"Seconds\",239,1,1,\"U2\",191582,6352121,0.99],[3020,\"New Year's Day\",239,1,1,\"U2\",336274,11054732,0.99],[3021,\"Like A Song...\",239,1,1,\"U2\",287294,9365379,0.99],[3022,\"Drowning Man\",239,1,1,\"U2\",254458,8457066,0.99],[3023,\"The Refugee\",239,1,1,\"U2\",221283,7374043,0.99],[3024,\"Two Hearts Beat As One\",239,1,1,\"U2\",243487,7998323,0.99],[3025,\"Red Light\",239,1,1,\"U2\",225854,7453704,0.99],[3026,\"Surrender\",239,1,1,\"U2\",333505,11221406,0.99],[3027,\"\\\"40\\\"\",239,1,1,\"U2\",157962,5251767,0.99],[3028,\"Zooropa\",240,1,1,\"U2; Bono\",392359,12807979,0.99],[3029,\"Babyface\",240,1,1,\"U2; Bono\",241998,7942573,0.99],[3030,\"Numb\",240,1,1,\"U2; Edge, The\",260284,8577861,0.99],[3031,\"Lemon\",240,1,1,\"U2; Bono\",418324,13988878,0.99],[3032,\"Stay (Faraway, So Close!)\",240,1,1,\"U2; Bono\",298475,9785480,0.99],[3033,\"Daddy's Gonna Pay For Your Crashed Car\",240,1,1,\"U2; Bono\",320287,10609581,0.99],[3034,\"Some Days Are Better Than Others\",240,1,1,\"U2; Bono\",257436,8417690,0.99],[3035,\"The First Time\",240,1,1,\"U2; Bono\",225697,7247651,0.99],[3036,\"Dirty Day\",240,1,1,\"U2; Bono & Edge, The\",324440,10652877,0.99],[3037,\"The Wanderer\",240,1,1,\"U2; Bono\",283951,9258717,0.99],[3038,\"Breakfast In Bed\",241,1,8,null,196179,6513325,0.99],[3039,\"Where Did I Go Wrong\",241,1,8,null,226742,7485054,0.99],[3040,\"I Would Do For You\",241,1,8,null,334524,11193602,0.99],[3041,\"Homely Girl\",241,1,8,null,203833,6790788,0.99],[3042,\"Here I Am (Come And Take Me)\",241,1,8,null,242102,8106249,0.99],[3043,\"Kingston Town\",241,1,8,null,226951,7638236,0.99],[3044,\"Wear You To The Ball\",241,1,8,null,213342,7159527,0.99],[3045,\"(I Can't Help) Falling In Love With You\",241,1,8,null,207568,6905623,0.99],[3046,\"Higher Ground\",241,1,8,null,260179,8665244,0.99],[3047,\"Bring Me Your Cup\",241,1,8,null,341498,11346114,0.99],[3048,\"C'est La Vie\",241,1,8,null,270053,9031661,0.99],[3049,\"Reggae Music\",241,1,8,null,245106,8203931,0.99],[3050,\"Superstition\",241,1,8,null,319582,10728099,0.99],[3051,\"Until My Dying Day\",241,1,8,null,235807,7886195,0.99],[3052,\"Where Have All The Good Times Gone?\",242,1,1,\"Ray Davies\",186723,6063937,0.99],[3053,\"Hang 'Em High\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",210259,6872314,0.99],[3054,\"Cathedral\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",82860,2650998,0.99],[3055,\"Secrets\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",206968,6803255,0.99],[3056,\"Intruder\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",100153,3282142,0.99],[3057,\"(Oh) Pretty Woman\",242,1,1,\"Bill Dees\\/Roy Orbison\",174680,5665828,0.99],[3058,\"Dancing In The Street\",242,1,1,\"Ivy Jo Hunter\\/Marvin Gaye\\/William Stevenson\",225985,7461499,0.99],[3059,\"Little Guitars (Intro)\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",42240,1439530,0.99],[3060,\"Little Guitars\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",228806,7453043,0.99],[3061,\"Big Bad Bill (Is Sweet William Now)\",242,1,1,\"Jack Yellen\\/Milton Ager\",165146,5489609,0.99],[3062,\"The Full Bug\",242,1,1,\"Alex Van Halen\\/David Lee Roth\\/Edward Van Halen\\/Michael Anthony\",201116,6551013,0.99],[3063,\"Happy Trails\",242,1,1,\"Dale Evans\",65488,2111141,0.99],[3064,\"Eruption\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",102164,3272891,0.99],[3065,\"Ain't Talkin' 'bout Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",228336,7569506,0.99],[3066,\"Runnin' With The Devil\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",215902,7061901,0.99],[3067,\"Dance the Night Away\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",185965,6087433,0.99],[3068,\"And the Cradle Will Rock...\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",213968,7011402,0.99],[3069,\"Unchained\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony\",208953,6777078,0.99],[3070,\"Jump\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",241711,7911090,0.99],[3071,\"Panama\",243,1,1,\"Edward Van Halen, Alex Van Halen, David Lee Roth\",211853,6921784,0.99],[3072,\"Why Can't This Be Love\",243,1,1,\"Van Halen\",227761,7457655,0.99],[3073,\"Dreams\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",291813,9504119,0.99],[3074,\"When It's Love\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",338991,11049966,0.99],[3075,\"Poundcake\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",321854,10366978,0.99],[3076,\"Right Now\",243,1,1,\"Van Halen\",321828,10503352,0.99],[3077,\"Can't Stop Loving You\",243,1,1,\"Van Halen\",248502,8107896,0.99],[3078,\"Humans Being\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar\",308950,10014683,0.99],[3079,\"Can't Get This Stuff No More\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",315376,10355753,0.99],[3080,\"Me Wise Magic\",243,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony,\\/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth\",366053,12013467,0.99],[3081,\"Runnin' With The Devil\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",216032,7056863,0.99],[3082,\"Eruption\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",102556,3286026,0.99],[3083,\"You Really Got Me\",244,1,1,\"Ray Davies\",158589,5194092,0.99],[3084,\"Ain't Talkin' 'Bout Love\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",230060,7617284,0.99],[3085,\"I'm The One\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",226507,7373922,0.99],[3086,\"Jamie's Cryin'\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",210546,6946086,0.99],[3087,\"Atomic Punk\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",182073,5908861,0.99],[3088,\"Feel Your Love Tonight\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",222850,7293608,0.99],[3089,\"Little Dreamer\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",203258,6648122,0.99],[3090,\"Ice Cream Man\",244,1,1,\"John Brim\",200306,6573145,0.99],[3091,\"On Fire\",244,1,1,\"Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth\",180636,5879235,0.99],[3092,\"Neworld\",245,1,1,\"Van Halen\",105639,3495897,0.99],[3093,\"Without You\",245,1,1,\"Van Halen\",390295,12619558,0.99],[3094,\"One I Want\",245,1,1,\"Van Halen\",330788,10743970,0.99],[3095,\"From Afar\",245,1,1,\"Van Halen\",324414,10524554,0.99],[3096,\"Dirty Water Dog\",245,1,1,\"Van Halen\",327392,10709202,0.99],[3097,\"Once\",245,1,1,\"Van Halen\",462837,15378082,0.99],[3098,\"Fire in the Hole\",245,1,1,\"Van Halen\",331728,10846768,0.99],[3099,\"Josephina\",245,1,1,\"Van Halen\",342491,11161521,0.99],[3100,\"Year to the Day\",245,1,1,\"Van Halen\",514612,16621333,0.99],[3101,\"Primary\",245,1,1,\"Van Halen\",86987,2812555,0.99],[3102,\"Ballot or the Bullet\",245,1,1,\"Van Halen\",342282,11212955,0.99],[3103,\"How Many Say I\",245,1,1,\"Van Halen\",363937,11716855,0.99],[3104,\"Sucker Train Blues\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",267859,8738780,0.99],[3105,\"Do It For The Kids\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",235911,7693331,0.99],[3106,\"Big Machine\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",265613,8673442,0.99],[3107,\"Illegal I Song\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",257750,8483347,0.99],[3108,\"Spectacle\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",221701,7252876,0.99],[3109,\"Fall To Pieces\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",270889,8823096,0.99],[3110,\"Headspace\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",223033,7237986,0.99],[3111,\"Superhuman\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",255921,8365328,0.99],[3112,\"Set Me Free\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",247954,8053388,0.99],[3113,\"You Got No Right\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",335412,10991094,0.99],[3114,\"Slither\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",248398,8118785,0.99],[3115,\"Dirty Little Thing\",246,1,1,\"Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash\",237844,7732982,0.99],[3116,\"Loving The Alien\",246,1,1,\"Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash\",348786,11412762,0.99],[3117,\"Pela Luz Dos Olhos Teus\",247,1,7,null,119196,3905715,0.99],[3118,\"A Bencao E Outros\",247,1,7,null,421093,14234427,0.99],[3119,\"Tudo Na Mais Santa Paz\",247,1,7,null,222406,7426757,0.99],[3120,\"O Velho E Aflor\",247,1,7,null,275121,9126828,0.99],[3121,\"Cotidiano N 2\",247,1,7,null,55902,1805797,0.99],[3122,\"Adeus\",247,1,7,null,221884,7259351,0.99],[3123,\"Samba Pra Endrigo\",247,1,7,null,259265,8823551,0.99],[3124,\"So Por Amor\",247,1,7,null,236591,7745764,0.99],[3125,\"Meu Pranto Rolou\",247,1,7,null,181760,6003345,0.99],[3126,\"Mulher Carioca\",247,1,7,null,191686,6395048,0.99],[3127,\"Um Homem Chamado Alfredo\",247,1,7,null,151640,4976227,0.99],[3128,\"Samba Do Jato\",247,1,7,null,220813,7357840,0.99],[3129,\"Oi, La\",247,1,7,null,167053,5562700,0.99],[3130,\"Vinicius, Poeta Do Encontro\",247,1,7,null,336431,10858776,0.99],[3131,\"Soneto Da Separacao\",247,1,7,null,193880,6277511,0.99],[3132,\"Still Of The Night\",141,1,3,\"Sykes\",398210,13043817,0.99],[3133,\"Here I Go Again\",141,1,3,\"Marsden\",233874,7652473,0.99],[3134,\"Is This Love\",141,1,3,\"Sykes\",283924,9262360,0.99],[3135,\"Love Ain't No Stranger\",141,1,3,\"Galley\",259395,8490428,0.99],[3136,\"Looking For Love\",141,1,3,\"Sykes\",391941,12769847,0.99],[3137,\"Now You're Gone\",141,1,3,\"Vandenberg\",251141,8162193,0.99],[3138,\"Slide It In\",141,1,3,\"Coverdale\",202475,6615152,0.99],[3139,\"Slow An' Easy\",141,1,3,\"Moody\",367255,11961332,0.99],[3140,\"Judgement Day\",141,1,3,\"Vandenberg\",317074,10326997,0.99],[3141,\"You're Gonna Break My Hart Again\",141,1,3,\"Sykes\",250853,8176847,0.99],[3142,\"The Deeper The Love\",141,1,3,\"Vandenberg\",262791,8606504,0.99],[3143,\"Crying In The Rain\",141,1,3,\"Coverdale\",337005,10931921,0.99],[3144,\"Fool For Your Loving\",141,1,3,\"Marsden\\/Moody\",250801,8129820,0.99],[3145,\"Sweet Lady Luck\",141,1,3,\"Vandenberg\",273737,8919163,0.99],[3146,\"Faixa Amarela\",248,1,7,\"Beto Gogo\\/Jess\\u00c3\\u00a9 Pai\\/Luiz Carlos\\/Zeca Pagodinho\",240692,8082036,0.99],[3147,\"Posso At\\u00c3\\u00a9 Me Apaixonar\",248,1,7,\"Dudu Nobre\",200698,6735526,0.99],[3148,\"N\\u00c3\\u00a3o Sou Mais Disso\",248,1,7,\"Jorge Arag\\u00c3\\u00a3o\\/Zeca Pagodinho\",225985,7613817,0.99],[3149,\"Vivo Isolado Do Mundo\",248,1,7,\"Alcides Dias Lopes\",180035,6073995,0.99],[3150,\"Cora\\u00c3\\u00a7\\u00c3\\u00a3o Em Desalinho\",248,1,7,\"Mauro Diniz\\/Ratino Sigem\",185208,6225948,0.99],[3151,\"Seu Balanc\\u00c3\\u00aa\",248,1,7,\"Paulinho Rezende\\/Toninho Geraes\",219454,7311219,0.99],[3152,\"Vai Adiar\",248,1,7,\"Alcino Corr\\u00c3\\u00aaa\\/Monarco\",270393,9134882,0.99],[3153,\"Rugas\",248,1,7,\"Augusto Garcez\\/Nelson Cavaquinho\",140930,4703182,0.99],[3154,\"Feirinha da Pavuna\\/Luz do Repente\\/Baga\\u00c3\\u00a7o da Laranja\",248,1,7,\"Arlindo Cruz\\/Franco\\/Marquinhos PQD\\/Negro, Jovelina P\\u00c3\\u00a9rolo\\/Zeca Pagodinho\",107206,3593684,0.99],[3155,\"Sem Essa de Malandro Agulha\",248,1,7,\"Aldir Blanc\\/Jayme Vignoli\",158484,5332668,0.99],[3156,\"Chico N\\u00c3\\u00a3o Vai na Corimba\",248,1,7,\"Dudu Nobre\\/Zeca Pagodinho\",269374,9122188,0.99],[3157,\"Papel Principal\",248,1,7,\"Almir Guineto\\/Ded\\u00c3\\u00a9 Paraiso\\/Luverci Ernesto\",217495,7325302,0.99],[3158,\"Saudade Louca\",248,1,7,\"Acyr Marques\\/Arlindo Cruz\\/Franco\",243591,8136475,0.99],[3159,\"Camar\\u00c3\\u00a3o que Dorme e Onda Leva\",248,1,7,\"Acyi Marques\\/Arlindo Bruz\\/Bra\\u00c3\\u00a7o, Beto Sem\\/Zeca Pagodinho\",299102,10012231,0.99],[3160,\"Sapopemba e Maxambomba\",248,1,7,\"Nei Lopes\\/Wilson Moreira\",245394,8268712,0.99],[3161,\"Minha F\\u00c3\\u00a9\",248,1,7,\"Muril\\u00c3\\u00a3o\",206994,6981474,0.99],[3162,\"Lua de Ogum\",248,1,7,\"Ratinho\\/Zeca Pagodinho\",168463,5719129,0.99],[3163,\"Samba pras mo\\u00c3\\u00a7as\",248,1,7,\"Grazielle\\/Roque Ferreira\",152816,5121366,0.99],[3164,\"Verdade\",248,1,7,\"Carlinhos Santana\\/Nelson Rufino\",332826,11120708,0.99],[3165,\"The Brig\",229,3,21,null,2617325,488919543,1.99],[3166,\".07%\",228,3,21,null,2585794,541715199,1.99],[3167,\"Five Years Gone\",228,3,21,null,2587712,530551890,1.99],[3168,\"The Hard Part\",228,3,21,null,2601017,475996611,1.99],[3169,\"The Man Behind the Curtain\",229,3,21,null,2615990,493951081,1.99],[3170,\"Greatest Hits\",229,3,21,null,2617117,522102916,1.99],[3171,\"Landslide\",228,3,21,null,2600725,518677861,1.99],[3172,\"The Office: An American Workplace (Pilot)\",249,3,19,null,1380833,290482361,1.99],[3173,\"Diversity Day\",249,3,19,null,1306416,257879716,1.99],[3174,\"Health Care\",249,3,19,null,1321791,260493577,1.99],[3175,\"The Alliance\",249,3,19,null,1317125,266203162,1.99],[3176,\"Basketball\",249,3,19,null,1323541,267464180,1.99],[3177,\"Hot Girl\",249,3,19,null,1325458,267836576,1.99],[3178,\"The Dundies\",250,3,19,null,1253541,246845576,1.99],[3179,\"Sexual Harassment\",250,3,19,null,1294541,273069146,1.99],[3180,\"Office Olympics\",250,3,19,null,1290458,256247623,1.99],[3181,\"The Fire\",250,3,19,null,1288166,266856017,1.99],[3182,\"Halloween\",250,3,19,null,1315333,249205209,1.99],[3183,\"The Fight\",250,3,19,null,1320028,277149457,1.99],[3184,\"The Client\",250,3,19,null,1299341,253836788,1.99],[3185,\"Performance Review\",250,3,19,null,1292458,256143822,1.99],[3186,\"Email Surveillance\",250,3,19,null,1328870,265101113,1.99],[3187,\"Christmas Party\",250,3,19,null,1282115,260891300,1.99],[3188,\"Booze Cruise\",250,3,19,null,1267958,252518021,1.99],[3189,\"The Injury\",250,3,19,null,1275275,253912762,1.99],[3190,\"The Secret\",250,3,19,null,1264875,253143200,1.99],[3191,\"The Carpet\",250,3,19,null,1264375,256477011,1.99],[3192,\"Boys and Girls\",250,3,19,null,1278333,255245729,1.99],[3193,\"Valentine's Day\",250,3,19,null,1270375,253552710,1.99],[3194,\"Dwight's Speech\",250,3,19,null,1278041,255001728,1.99],[3195,\"Take Your Daughter to Work Day\",250,3,19,null,1268333,253451012,1.99],[3196,\"Michael's Birthday\",250,3,19,null,1237791,247238398,1.99],[3197,\"Drug Testing\",250,3,19,null,1278625,244626927,1.99],[3198,\"Conflict Resolution\",250,3,19,null,1274583,253808658,1.99],[3199,\"Casino Night - Season Finale\",250,3,19,null,1712791,327642458,1.99],[3200,\"Gay Witch Hunt\",251,3,19,null,1326534,276942637,1.99],[3201,\"The Convention\",251,3,19,null,1297213,255117055,1.99],[3202,\"The Coup\",251,3,19,null,1276526,267205501,1.99],[3203,\"Grief Counseling\",251,3,19,null,1282615,256912833,1.99],[3204,\"The Initiation\",251,3,19,null,1280113,251728257,1.99],[3205,\"Diwali\",251,3,19,null,1279904,252726644,1.99],[3206,\"Branch Closing\",251,3,19,null,1822781,358761786,1.99],[3207,\"The Merger\",251,3,19,null,1801926,345960631,1.99],[3208,\"The Convict\",251,3,22,null,1273064,248863427,1.99],[3209,\"A Benihana Christmas, Pts. 1 & 2\",251,3,22,null,2519436,515301752,1.99],[3210,\"Back from Vacation\",251,3,22,null,1271688,245378749,1.99],[3211,\"Traveling Salesmen\",251,3,22,null,1289039,250822697,1.99],[3212,\"Producer's Cut: The Return\",251,3,22,null,1700241,337219980,1.99],[3213,\"Ben Franklin\",251,3,22,null,1271938,264168080,1.99],[3214,\"Phyllis's Wedding\",251,3,22,null,1271521,258561054,1.99],[3215,\"Business School\",251,3,22,null,1302093,254402605,1.99],[3216,\"Cocktails\",251,3,22,null,1272522,259011909,1.99],[3217,\"The Negotiation\",251,3,22,null,1767851,371663719,1.99],[3218,\"Safety Training\",251,3,22,null,1271229,253054534,1.99],[3219,\"Product Recall\",251,3,22,null,1268268,251208610,1.99],[3220,\"Women's Appreciation\",251,3,22,null,1732649,338778844,1.99],[3221,\"Beach Games\",251,3,22,null,1676134,333671149,1.99],[3222,\"The Job\",251,3,22,null,2541875,501060138,1.99],[3223,\"How to Stop an Exploding Man\",228,3,21,null,2687103,487881159,1.99],[3224,\"Through a Looking Glass\",229,3,21,null,5088838,1059546140,1.99],[3225,\"Your Time Is Gonna Come\",252,2,1,\"Page, Jones\",310774,5126563,0.99],[3226,\"Battlestar Galactica, Pt. 1\",253,3,20,null,2952702,541359437,1.99],[3227,\"Battlestar Galactica, Pt. 2\",253,3,20,null,2956081,521387924,1.99],[3228,\"Battlestar Galactica, Pt. 3\",253,3,20,null,2927802,554509033,1.99],[3229,\"Lost Planet of the Gods, Pt. 1\",253,3,20,null,2922547,537812711,1.99],[3230,\"Lost Planet of the Gods, Pt. 2\",253,3,20,null,2914664,534343985,1.99],[3231,\"The Lost Warrior\",253,3,20,null,2920045,558872190,1.99],[3232,\"The Long Patrol\",253,3,20,null,2925008,513122217,1.99],[3233,\"The Gun On Ice Planet Zero, Pt. 1\",253,3,20,null,2907615,540980196,1.99],[3234,\"The Gun On Ice Planet Zero, Pt. 2\",253,3,20,null,2924341,546542281,1.99],[3235,\"The Magnificent Warriors\",253,3,20,null,2924716,570152232,1.99],[3236,\"The Young Lords\",253,3,20,null,2863571,587051735,1.99],[3237,\"The Living Legend, Pt. 1\",253,3,20,null,2924507,503641007,1.99],[3238,\"The Living Legend, Pt. 2\",253,3,20,null,2923298,515632754,1.99],[3239,\"Fire In Space\",253,3,20,null,2926593,536784757,1.99],[3240,\"War of the Gods, Pt. 1\",253,3,20,null,2922630,505761343,1.99],[3241,\"War of the Gods, Pt. 2\",253,3,20,null,2923381,487899692,1.99],[3242,\"The Man With Nine Lives\",253,3,20,null,2956998,577829804,1.99],[3243,\"Murder On the Rising Star\",253,3,20,null,2935894,551759986,1.99],[3244,\"Greetings from Earth, Pt. 1\",253,3,20,null,2960293,536824558,1.99],[3245,\"Greetings from Earth, Pt. 2\",253,3,20,null,2903778,527842860,1.99],[3246,\"Baltar's Escape\",253,3,20,null,2922088,525564224,1.99],[3247,\"Experiment In Terra\",253,3,20,null,2923548,547982556,1.99],[3248,\"Take the Celestra\",253,3,20,null,2927677,512381289,1.99],[3249,\"The Hand of God\",253,3,20,null,2924007,536583079,1.99],[3250,\"Pilot\",254,3,19,null,2484567,492670102,1.99],[3251,\"Through the Looking Glass, Pt. 2\",229,3,21,null,2617117,550943353,1.99],[3252,\"Through the Looking Glass, Pt. 1\",229,3,21,null,2610860,493211809,1.99],[3253,\"Instant Karma\",255,2,9,null,193188,3150090,0.99],[3254,\"#9 Dream\",255,2,9,null,278312,4506425,0.99],[3255,\"Mother\",255,2,9,null,287740,4656660,0.99],[3256,\"Give Peace a Chance\",255,2,9,null,274644,4448025,0.99],[3257,\"Cold Turkey\",255,2,9,null,281424,4556003,0.99],[3258,\"Whatever Gets You Thru the Night\",255,2,9,null,215084,3499018,0.99],[3259,\"I'm Losing You\",255,2,9,null,240719,3907467,0.99],[3260,\"Gimme Some Truth\",255,2,9,null,232778,3780807,0.99],[3261,\"Oh, My Love\",255,2,9,null,159473,2612788,0.99],[3262,\"Imagine\",255,2,9,null,192329,3136271,0.99],[3263,\"Nobody Told Me\",255,2,9,null,210348,3423395,0.99],[3264,\"Jealous Guy\",255,2,9,null,239094,3881620,0.99],[3265,\"Working Class Hero\",255,2,9,null,265449,4301430,0.99],[3266,\"Power to the People\",255,2,9,null,213018,3466029,0.99],[3267,\"Imagine\",255,2,9,null,219078,3562542,0.99],[3268,\"Beautiful Boy\",255,2,9,null,227995,3704642,0.99],[3269,\"Isolation\",255,2,9,null,156059,2558399,0.99],[3270,\"Watching the Wheels\",255,2,9,null,198645,3237063,0.99],[3271,\"Grow Old With Me\",255,2,9,null,149093,2447453,0.99],[3272,\"Gimme Some Truth\",255,2,9,null,187546,3060083,0.99],[3273,\"[Just Like] Starting Over\",255,2,9,null,215549,3506308,0.99],[3274,\"God\",255,2,9,null,260410,4221135,0.99],[3275,\"Real Love\",255,2,9,null,236911,3846658,0.99],[3276,\"Sympton of the Universe\",256,2,1,null,340890,5489313,0.99],[3277,\"Snowblind\",256,2,1,null,295960,4773171,0.99],[3278,\"Black Sabbath\",256,2,1,null,364180,5860455,0.99],[3279,\"Fairies Wear Boots\",256,2,1,null,392764,6315916,0.99],[3280,\"War Pigs\",256,2,1,null,515435,8270194,0.99],[3281,\"The Wizard\",256,2,1,null,282678,4561796,0.99],[3282,\"N.I.B.\",256,2,1,null,335248,5399456,0.99],[3283,\"Sweet Leaf\",256,2,1,null,354706,5709700,0.99],[3284,\"Never Say Die\",256,2,1,null,258343,4173799,0.99],[3285,\"Sabbath, Bloody Sabbath\",256,2,1,null,333622,5373633,0.99],[3286,\"Iron Man\\/Children of the Grave\",256,2,1,null,552308,8858616,0.99],[3287,\"Paranoid\",256,2,1,null,189171,3071042,0.99],[3288,\"Rock You Like a Hurricane\",257,2,1,null,255766,4300973,0.99],[3289,\"No One Like You\",257,2,1,null,240325,4050259,0.99],[3290,\"The Zoo\",257,2,1,null,332740,5550779,0.99],[3291,\"Loving You Sunday Morning\",257,2,1,null,339125,5654493,0.99],[3292,\"Still Loving You\",257,2,1,null,390674,6491444,0.99],[3293,\"Big City Nights\",257,2,1,null,251865,4237651,0.99],[3294,\"Believe in Love\",257,2,1,null,325774,5437651,0.99],[3295,\"Rhythm of Love\",257,2,1,null,231246,3902834,0.99],[3296,\"I Can't Explain\",257,2,1,null,205332,3482099,0.99],[3297,\"Tease Me Please Me\",257,2,1,null,287229,4811894,0.99],[3298,\"Wind of Change\",257,2,1,null,315325,5268002,0.99],[3299,\"Send Me an Angel\",257,2,1,null,273041,4581492,0.99],[3300,\"Jump Around\",258,1,17,\"E. Schrody\\/L. Muggerud\",217835,8715653,0.99],[3301,\"Salutations\",258,1,17,\"E. Schrody\\/L. Dimant\",69120,2767047,0.99],[3302,\"Put Your Head Out\",258,1,17,\"E. Schrody\\/L. Freese\\/L. Muggerud\",182230,7291473,0.99],[3303,\"Top O' The Morning To Ya\",258,1,17,\"E. Schrody\\/L. Dimant\",216633,8667599,0.99],[3304,\"Commercial 1\",258,1,17,\"L. Muggerud\",7941,319888,0.99],[3305,\"House And The Rising Sun\",258,1,17,\"E. Schrody\\/J. Vasquez\\/L. Dimant\",219402,8778369,0.99],[3306,\"Shamrocks And Shenanigans\",258,1,17,\"E. Schrody\\/L. Dimant\",218331,8735518,0.99],[3307,\"House Of Pain Anthem\",258,1,17,\"E. Schrody\\/L. Dimant\",155611,6226713,0.99],[3308,\"Danny Boy, Danny Boy\",258,1,17,\"E. Schrody\\/L. Muggerud\",114520,4583091,0.99],[3309,\"Guess Who's Back\",258,1,17,\"E. Schrody\\/L. Muggerud\",238393,9537994,0.99],[3310,\"Commercial 2\",258,1,17,\"L. Muggerud\",21211,850698,0.99],[3311,\"Put On Your Shit Kickers\",258,1,17,\"E. Schrody\\/L. Muggerud\",190432,7619569,0.99],[3312,\"Come And Get Some Of This\",258,1,17,\"E. Schrody\\/L. Muggerud\\/R. Medrano\",170475,6821279,0.99],[3313,\"Life Goes On\",258,1,17,\"E. Schrody\\/R. Medrano\",163030,6523458,0.99],[3314,\"One For The Road\",258,1,17,\"E. Schrody\\/L. Dimant\\/L. Muggerud\",170213,6810820,0.99],[3315,\"Feel It\",258,1,17,\"E. Schrody\\/R. Medrano\",239908,9598588,0.99],[3316,\"All My Love\",258,1,17,\"E. Schrody\\/L. Dimant\",200620,8027065,0.99],[3317,\"Jump Around (Pete Rock Remix)\",258,1,17,\"E. Schrody\\/L. Muggerud\",236120,9447101,0.99],[3318,\"Shamrocks And Shenanigans (Boom Shalock Lock Boom\\/Butch Vig Mix)\",258,1,17,\"E. Schrody\\/L. Dimant\",237035,9483705,0.99],[3319,\"Instinto Colectivo\",259,1,15,null,300564,12024875,0.99],[3320,\"Chapa o Coco\",259,1,15,null,143830,5755478,0.99],[3321,\"Prostituta\",259,1,15,null,359000,14362307,0.99],[3322,\"Eu So Queria Sumir\",259,1,15,null,269740,10791921,0.99],[3323,\"Tres Reis\",259,1,15,null,304143,12168015,0.99],[3324,\"Um Lugar ao Sol\",259,1,15,null,212323,8495217,0.99],[3325,\"Batalha Naval\",259,1,15,null,285727,11431382,0.99],[3326,\"Todo o Carnaval tem seu Fim\",259,1,15,null,237426,9499371,0.99],[3327,\"O Misterio do Samba\",259,1,15,null,226142,9047970,0.99],[3328,\"Armadura\",259,1,15,null,232881,9317533,0.99],[3329,\"Na Ladeira\",259,1,15,null,221570,8865099,0.99],[3330,\"Carimbo\",259,1,15,null,328751,13152314,0.99],[3331,\"Catimbo\",259,1,15,null,254484,10181692,0.99],[3332,\"Funk de Bamba\",259,1,15,null,237322,9495184,0.99],[3333,\"Chega no Suingue\",259,1,15,null,221805,8874509,0.99],[3334,\"Mun-Ra\",259,1,15,null,274651,10988338,0.99],[3335,\"Freestyle Love\",259,1,15,null,318484,12741680,0.99],[3336,\"War Pigs\",260,4,23,null,234013,8052374,0.99],[3337,\"Past, Present, and Future\",261,3,21,null,2492867,490796184,1.99],[3338,\"The Beginning of the End\",261,3,21,null,2611903,526865050,1.99],[3339,\"LOST Season 4 Trailer\",261,3,21,null,112712,20831818,1.99],[3340,\"LOST In 8:15\",261,3,21,null,497163,98460675,1.99],[3341,\"Confirmed Dead\",261,3,21,null,2611986,512168460,1.99],[3342,\"The Economist\",261,3,21,null,2609025,516934914,1.99],[3343,\"Eggtown\",261,3,19,null,2608817,501061240,1.99],[3344,\"The Constant\",261,3,21,null,2611569,520209363,1.99],[3345,\"The Other Woman\",261,3,21,null,2605021,513246663,1.99],[3346,\"Ji Yeon\",261,3,19,null,2588797,506458858,1.99],[3347,\"Meet Kevin Johnson\",261,3,19,null,2612028,504132981,1.99],[3348,\"The Shape of Things to Come\",261,3,21,null,2591299,502284266,1.99],[3349,\"Amanda\",262,5,2,\"Luca Gusella\",246503,4011615,0.99],[3350,\"Despertar\",262,5,2,\"Andrea Dulbecco\",307385,4821485,0.99],[3351,\"Din Din Wo (Little Child)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",285837,4615841,0.99],[3352,\"Distance\",264,5,15,\"Karsh Kale\\/Vishal Vaid\",327122,5327463,0.99],[3353,\"I Guess You're Right\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",212044,3453849,0.99],[3354,\"I Ka Barra (Your Work)\",263,5,16,\"Habib Koit\\u00c3\\u00a9\",300605,4855457,0.99],[3355,\"Love Comes\",265,5,1,\"Darius \\\"Take One\\\" Minwalla\\/Jon Auer\\/Ken Stringfellow\\/Matt Harris\",199923,3240609,0.99],[3356,\"Muita Bobeira\",266,5,7,\"Luciana Souza\",172710,2775071,0.99],[3357,\"OAM's Blues\",267,5,2,\"Aaron Goldberg\",266936,4292028,0.99],[3358,\"One Step Beyond\",264,5,15,\"Karsh Kale\",366085,6034098,0.99],[3359,\"Symphony No. 3 in E-flat major, Op. 55, \\\"Eroica\\\" - Scherzo: Allegro Vivace\",268,5,24,\"Ludwig van Beethoven\",356426,5817216,0.99],[3360,\"Something Nice Back Home\",261,3,21,null,2612779,484711353,1.99],[3361,\"Cabin Fever\",261,3,21,null,2612028,477733942,1.99],[3362,\"There's No Place Like Home, Pt. 1\",261,3,21,null,2609526,522919189,1.99],[3363,\"There's No Place Like Home, Pt. 2\",261,3,21,null,2497956,523748920,1.99],[3364,\"There's No Place Like Home, Pt. 3\",261,3,21,null,2582957,486161766,1.99],[3365,\"Say Hello 2 Heaven\",269,2,23,null,384497,6477217,0.99],[3366,\"Reach Down\",269,2,23,null,672773,11157785,0.99],[3367,\"Hunger Strike\",269,2,23,null,246292,4233212,0.99],[3368,\"Pushin Forward Back\",269,2,23,null,225278,3892066,0.99],[3369,\"Call Me a Dog\",269,2,23,null,304458,5177612,0.99],[3370,\"Times of Trouble\",269,2,23,null,342539,5795951,0.99],[3371,\"Wooden Jesus\",269,2,23,null,250565,4302603,0.99],[3372,\"Your Savior\",269,2,23,null,244226,4199626,0.99],[3373,\"Four Walled World\",269,2,23,null,414474,6964048,0.99],[3374,\"All Night Thing\",269,2,23,null,231803,3997982,0.99],[3375,\"No Such Thing\",270,2,23,\"Chris Cornell\",224837,3691272,0.99],[3376,\"Poison Eye\",270,2,23,\"Chris Cornell\",237120,3890037,0.99],[3377,\"Arms Around Your Love\",270,2,23,\"Chris Cornell\",214016,3516224,0.99],[3378,\"Safe and Sound\",270,2,23,\"Chris Cornell\",256764,4207769,0.99],[3379,\"She'll Never Be Your Man\",270,2,23,\"Chris Cornell\",204078,3355715,0.99],[3380,\"Ghosts\",270,2,23,\"Chris Cornell\",231547,3799745,0.99],[3381,\"Killing Birds\",270,2,23,\"Chris Cornell\",218498,3588776,0.99],[3382,\"Billie Jean\",270,2,23,\"Michael Jackson\",281401,4606408,0.99],[3383,\"Scar On the Sky\",270,2,23,\"Chris Cornell\",220193,3616618,0.99],[3384,\"Your Soul Today\",270,2,23,\"Chris Cornell\",205959,3385722,0.99],[3385,\"Finally Forever\",270,2,23,\"Chris Cornell\",217035,3565098,0.99],[3386,\"Silence the Voices\",270,2,23,\"Chris Cornell\",267376,4379597,0.99],[3387,\"Disappearing Act\",270,2,23,\"Chris Cornell\",273320,4476203,0.99],[3388,\"You Know My Name\",270,2,23,\"Chris Cornell\",240255,3940651,0.99],[3389,\"Revelations\",271,2,23,null,252376,4111051,0.99],[3390,\"One and the Same\",271,2,23,null,217732,3559040,0.99],[3391,\"Sound of a Gun\",271,2,23,null,260154,4234990,0.99],[3392,\"Until We Fall\",271,2,23,null,230758,3766605,0.99],[3393,\"Original Fire\",271,2,23,null,218916,3577821,0.99],[3394,\"Broken City\",271,2,23,null,228366,3728955,0.99],[3395,\"Somedays\",271,2,23,null,213831,3497176,0.99],[3396,\"Shape of Things to Come\",271,2,23,null,274597,4465399,0.99],[3397,\"Jewel of the Summertime\",271,2,23,null,233242,3806103,0.99],[3398,\"Wide Awake\",271,2,23,null,266308,4333050,0.99],[3399,\"Nothing Left to Say But Goodbye\",271,2,23,null,213041,3484335,0.99],[3400,\"Moth\",271,2,23,null,298049,4838884,0.99],[3401,\"Show Me How to Live (Live at the Quart Festival)\",271,2,23,null,301974,4901540,0.99],[3402,\"Band Members Discuss Tracks from \\\"Revelations\\\"\",271,3,23,null,294294,61118891,0.99],[3403,\"Intoitus: Adorate Deum\",272,2,24,\"Anonymous\",245317,4123531,0.99],[3404,\"Miserere mei, Deus\",273,2,24,\"Gregorio Allegri\",501503,8285941,0.99],[3405,\"Canon and Gigue in D Major: I. Canon\",274,2,24,\"Johann Pachelbel\",271788,4438393,0.99],[3406,\"Concerto No. 1 in E Major, RV 269 \\\"Spring\\\": I. Allegro\",275,2,24,\"Antonio Vivaldi\",199086,3347810,0.99],[3407,\"Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace\",276,2,24,\"Johann Sebastian Bach\",193722,3192890,0.99],[3408,\"Aria Mit 30 Ver\\u00c3\\u00a4nderungen, BWV 988 \\\"Goldberg Variations\\\": Aria\",277,2,24,\"Johann Sebastian Bach\",120463,2081895,0.99],[3409,\"Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Pr\\u00c3\\u00a9lude\",278,2,24,\"Johann Sebastian Bach\",143288,2315495,0.99],[3410,\"The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound\",279,2,24,\"George Frideric Handel\",582029,9553140,0.99],[3411,\"Solomon HWV 67: The Arrival of the Queen of Sheba\",280,2,24,\"George Frideric Handel\",197135,3247914,0.99],[3412,\"\\\"Eine Kleine Nachtmusik\\\" Serenade In G, K. 525: I. Allegro\",281,2,24,\"Wolfgang Amadeus Mozart\",348971,5760129,0.99],[3413,\"Concerto for Clarinet in A Major, K. 622: II. Adagio\",282,2,24,\"Wolfgang Amadeus Mozart\",394482,6474980,0.99],[3414,\"Symphony No. 104 in D Major \\\"London\\\": IV. Finale: Spiritoso\",283,4,24,\"Franz Joseph Haydn\",306687,10085867,0.99],[3415,\"Symphony No.5 in C Minor: I. Allegro con brio\",284,2,24,\"Ludwig van Beethoven\",392462,6419730,0.99],[3416,\"Ave Maria\",285,2,24,\"Franz Schubert\",338243,5605648,0.99],[3417,\"Nabucco: Chorus, \\\"Va, Pensiero, Sull'ali Dorate\\\"\",286,2,24,\"Giuseppe Verdi\",274504,4498583,0.99],[3418,\"Die Walk\\u00c3\\u00bcre: The Ride of the Valkyries\",287,2,24,\"Richard Wagner\",189008,3114209,0.99],[3419,\"Requiem, Op.48: 4. Pie Jesu\",288,2,24,\"Gabriel Faur\\u00c3\\u00a9\",258924,4314850,0.99],[3420,\"The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy\",289,2,24,\"Peter Ilyich Tchaikovsky\",304226,5184289,0.99],[3421,\"Nimrod (Adagio) from Variations On an Original Theme, Op. 36 \\\"Enigma\\\"\",290,2,24,\"Edward Elgar\",250031,4124707,0.99],[3422,\"Madama Butterfly: Un Bel D\\u00c3\\u00ac Vedremo\",291,2,24,\"Giacomo Puccini\",277639,4588197,0.99],[3423,\"Jupiter, the Bringer of Jollity\",292,2,24,\"Gustav Holst\",522099,8547876,0.99],[3424,\"Turandot, Act III, Nessun dorma!\",293,2,24,\"Giacomo Puccini\",176911,2920890,0.99],[3425,\"Adagio for Strings from the String Quartet, Op. 11\",294,2,24,\"Samuel Barber\",596519,9585597,0.99],[3426,\"Carmina Burana: O Fortuna\",295,2,24,\"Carl Orff\",156710,2630293,0.99],[3427,\"Fanfare for the Common Man\",296,2,24,\"Aaron Copland\",198064,3211245,0.99],[3428,\"Branch Closing\",251,3,22,null,1814855,360331351,1.99],[3429,\"The Return\",251,3,22,null,1705080,343877320,1.99],[3430,\"Toccata and Fugue in D Minor, BWV 565: I. Toccata\",297,2,24,\"Johann Sebastian Bach\",153901,2649938,0.99],[3431,\"Symphony No.1 in D Major, Op.25 \\\"Classical\\\", Allegro Con Brio\",298,2,24,\"Sergei Prokofiev\",254001,4195542,0.99],[3432,\"Scheherazade, Op. 35: I. The Sea and Sindbad's Ship\",299,2,24,\"Nikolai Rimsky-Korsakov\",545203,8916313,0.99],[3433,\"Concerto No.2 in F Major, BWV1047, I. Allegro\",300,2,24,\"Johann Sebastian Bach\",307244,5064553,0.99],[3434,\"Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto\",301,2,24,\"Fr\\u00c3\\u00a9d\\u00c3\\u00a9ric Chopin\",560342,9160082,0.99],[3435,\"Cavalleria Rusticana Act Intermezzo Sinfonico\",302,2,24,\"Pietro Mascagni\",243436,4001276,0.99],[3436,\"Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)\",303,2,24,\"Jean Sibelius\",406000,5908455,0.99],[3437,\"Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, \\\"Moonlight\\\": I. Adagio sostenuto\",304,2,24,\"Ludwig van Beethoven\",391000,6318740,0.99],[3438,\"Fantasia On Greensleeves\",280,2,24,\"Ralph Vaughan Williams\",268066,4513190,0.99],[3439,\"Das Lied Von Der Erde, Von Der Jugend\",305,2,24,\"Gustav Mahler\",223583,3700206,0.99],[3440,\"Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato\",306,2,24,\"Edward Elgar\",483133,7865479,0.99],[3441,\"Two Fanfares for Orchestra: II. Short Ride in a Fast Machine\",307,2,24,\"John Adams\",254930,4310896,0.99],[3442,\"Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph\",308,2,24,\"Ludwig van Beethoven\",412000,6965201,0.99],[3443,\"Missa Papae Marcelli: Kyrie\",309,2,24,\"Giovanni Pierluigi da Palestrina\",240666,4244149,0.99],[3444,\"Romeo et Juliette: No. 11 - Danse des Chevaliers\",310,2,24,null,275015,4519239,0.99],[3445,\"On the Beautiful Blue Danube\",311,2,24,\"Johann Strauss II\",526696,8610225,0.99],[3446,\"Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat\",312,2,24,\"Hector Berlioz\",561967,9173344,0.99],[3447,\"Carmen: Overture\",313,2,24,\"Georges Bizet\",132932,2189002,0.99],[3448,\"Lamentations of Jeremiah, First Set Incipit Lamentatio\",314,2,24,\"Thomas Tallis\",69194,1208080,0.99],[3449,\"Music for the Royal Fireworks, HWV351 (1749): La R\\u00c3\\u00a9jouissance\",315,2,24,\"George Frideric Handel\",120000,2193734,0.99],[3450,\"Peer Gynt Suite No.1, Op.46: 1. Morning Mood\",316,2,24,\"Edvard Grieg\",253422,4298769,0.99],[3451,\"Die Zauberfl\\u00c3\\u00b6te, K.620: \\\"Der H\\u00c3\\u00b6lle Rache Kocht in Meinem Herze\\\"\",317,2,25,\"Wolfgang Amadeus Mozart\",174813,2861468,0.99],[3452,\"SCRIABIN: Prelude in B Major, Op. 11, No. 11\",318,4,24,null,101293,3819535,0.99],[3453,\"Pavan, Lachrimae Antiquae\",319,2,24,\"John Dowland\",253281,4211495,0.99],[3454,\"Symphony No. 41 in C Major, K. 551, \\\"Jupiter\\\": IV. Molto allegro\",320,2,24,\"Wolfgang Amadeus Mozart\",362933,6173269,0.99],[3455,\"Rehab\",321,2,14,null,213240,3416878,0.99],[3456,\"You Know I'm No Good\",321,2,14,null,256946,4133694,0.99],[3457,\"Me & Mr. Jones\",321,2,14,null,151706,2449438,0.99],[3458,\"Just Friends\",321,2,14,null,191933,3098906,0.99],[3459,\"Back to Black\",321,2,14,\"Mark Ronson\",240320,3852953,0.99],[3460,\"Love Is a Losing Game\",321,2,14,null,154386,2509409,0.99],[3461,\"Tears Dry On Their Own\",321,2,14,\"Nickolas Ashford & Valerie Simpson\",185293,2996598,0.99],[3462,\"Wake Up Alone\",321,2,14,\"Paul O'duffy\",221413,3576773,0.99],[3463,\"Some Unholy War\",321,2,14,null,141520,2304465,0.99],[3464,\"He Can Only Hold Her\",321,2,14,\"Richard Poindexter & Robert Poindexter\",166680,2666531,0.99],[3465,\"You Know I'm No Good (feat. Ghostface Killah)\",321,2,14,null,202320,3260658,0.99],[3466,\"Rehab (Hot Chip Remix)\",321,2,14,null,418293,6670600,0.99],[3467,\"Intro \\/ Stronger Than Me\",322,2,9,null,234200,3832165,0.99],[3468,\"You Sent Me Flying \\/ Cherry\",322,2,9,null,409906,6657517,0.99],[3469,\"F**k Me Pumps\",322,2,9,\"Salaam Remi\",200253,3324343,0.99],[3470,\"I Heard Love Is Blind\",322,2,9,null,129666,2190831,0.99],[3471,\"(There Is) No Greater Love (Teo Licks)\",322,2,9,\"Isham Jones & Marty Symes\",167933,2773507,0.99],[3472,\"In My Bed\",322,2,9,\"Salaam Remi\",315960,5211774,0.99],[3473,\"Take the Box\",322,2,9,\"Luke Smith\",199160,3281526,0.99],[3474,\"October Song\",322,2,9,\"Matt Rowe & Stefan Skarbek\",204846,3358125,0.99],[3475,\"What Is It About Men\",322,2,9,\"Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole\",209573,3426106,0.99],[3476,\"Help Yourself\",322,2,9,\"Freddy James, Jimmy hogarth & Larry Stock\",300884,5029266,0.99],[3477,\"Amy Amy Amy (Outro)\",322,2,9,\"Astor Campbell, Delroy \\\"Chris\\\" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek\",663426,10564704,0.99],[3478,\"Slowness\",323,2,23,null,215386,3644793,0.99],[3479,\"Prometheus Overture, Op. 43\",324,4,24,\"Ludwig van Beethoven\",339567,10887931,0.99],[3480,\"Sonata for Solo Violin: IV: Presto\",325,4,24,\"B\\u00c3\\u00a9la Bart\\u00c3\\u00b3k\",299350,9785346,0.99],[3481,\"A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno\",326,2,24,null,387826,6497867,0.99],[3482,\"Suite No. 3 in D, BWV 1068: III. Gavotte I & II\",327,2,24,\"Johann Sebastian Bach\",225933,3847164,0.99],[3483,\"Concert pour 4 Parties de V**les, H. 545: I. Prelude\",328,2,24,\"Marc-Antoine Charpentier\",110266,1973559,0.99],[3484,\"Adios nonino\",329,2,24,\"Astor Piazzolla\",289388,4781384,0.99],[3485,\"Symphony No. 3 Op. 36 for Orchestra and Soprano \\\"Symfonia Piesni Zalosnych\\\" Lento E Largo - Tranquillissimo\",330,2,24,\"Henryk G\\u00c3\\u00b3recki\",567494,9273123,0.99],[3486,\"Act IV, Symphony\",331,2,24,\"Henry Purcell\",364296,5987695,0.99],[3487,\"3 Gymnop\\u00c3\\u00a9dies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux\",332,2,24,\"Erik Satie\",385506,6458501,0.99],[3488,\"Music for the Funeral of Queen Mary: VI. \\\"Thou Knowest, Lord, the Secrets of Our Hearts\\\"\",333,2,24,\"Henry Purcell\",142081,2365930,0.99],[3489,\"Symphony No. 2: III. Allegro vivace\",334,2,24,\"Kurt Weill\",376510,6129146,0.99],[3490,\"Partita in E Major, BWV 1006A: I. Prelude\",335,2,24,\"Johann Sebastian Bach\",285673,4744929,0.99],[3491,\"Le Sacre Du Printemps: I.iv. Spring Rounds\",336,2,24,\"Igor Stravinsky\",234746,4072205,0.99],[3492,\"Sing Joyfully\",314,2,24,\"William Byrd\",133768,2256484,0.99],[3493,\"Metopes, Op. 29: Calypso\",337,2,24,\"Karol Szymanowski\",333669,5548755,0.99],[3494,\"Symphony No. 2, Op. 16 - \\\"The Four Temperaments\\\": II. Allegro Comodo e Flemmatico\",338,2,24,\"Carl Nielsen\",286998,4834785,0.99],[3495,\"24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor\",339,2,24,\"Niccol\\u00c3\\u00b2 Paganini\",265541,4371533,0.99],[3496,\"\\u00c3\\u0089tude 1, In C Major - Preludio (Presto) - Liszt\",340,4,24,null,51780,2229617,0.99],[3497,\"Erlkonig, D.328\",341,2,24,null,261849,4307907,0.99],[3498,\"Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro\",342,4,24,\"Pietro Antonio Locatelli\",493573,16454937,0.99],[3499,\"Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia\",343,2,24,null,286741,4718950,0.99],[3500,\"String Quartet No. 12 in C Minor, D. 703 \\\"Quartettsatz\\\": II. Andante - Allegro assai\",344,2,24,\"Franz Schubert\",139200,2283131,0.99],[3501,\"L'orfeo, Act 3, Sinfonia (Orchestra)\",345,2,24,\"Claudio Monteverdi\",66639,1189062,0.99],[3502,\"Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407\\/386c: III. Allegro\",346,2,24,\"Wolfgang Amadeus Mozart\",221331,3665114,0.99],[3503,\"Koyaanisqatsi\",347,2,10,\"Philip Glass\",206005,3305164,0.99]]}" ]
{"columns":["Title"],"index":[0],"data":[["Greatest Hits"]]}
SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Reggae' INTERSECT SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Rock' <table_name> : Album col : AlbumId | Title | ArtistId row 1 : 1 | For Those About To Rock We Salute You | 1 row 2 : 2 | Balls to the Wall | 2 row 3 : 3 | Restless and Wild | 2 row 4 : 4 | Let There Be Rock | 1 row 5 : 5 | Big Ones | 3 row 6 : 6 | Jagged Little Pill | 4 row 7 : 7 | Facelift | 5 row 8 : 8 | Warner 25 Anos | 6 row 9 : 9 | Plays Metallica By Four Cellos | 7 row 10 : 10 | Audioslave | 8 row 11 : 11 | Out Of Exile | 8 row 12 : 12 | BackBeat Soundtrack | 9 row 13 : 13 | The Best Of Billy Cobham | 10 row 14 : 14 | Alcohol Fueled Brewtality Live! [Disc 1] | 11 row 15 : 15 | Alcohol Fueled Brewtality Live! [Disc 2] | 11 row 16 : 16 | Black Sabbath | 12 row 17 : 17 | Black Sabbath Vol. 4 (Remaster) | 12 row 18 : 18 | Body Count | 13 row 19 : 19 | Chemical Wedding | 14 row 20 : 20 | The Best Of Buddy Guy - The Millenium Collection | 15 row 21 : 21 | Prenda Minha | 16 row 22 : 22 | Sozinho Remix Ao Vivo | 16 row 23 : 23 | Minha Historia | 17 row 24 : 24 | Afrociberdelia | 18 row 25 : 25 | Da Lama Ao Caos | 18 row 26 : 26 | Acústico MTV [Live] | 19 row 27 : 27 | Cidade Negra - Hits | 19 row 28 : 28 | Na Pista | 20 row 29 : 29 | Axé Bahia 2001 | 21 row 30 : 30 | BBC Sessions [Disc 1] [Live] | 22 row 31 : 31 | Bongo Fury | 23 row 32 : 32 | Carnaval 2001 | 21 row 33 : 33 | Chill: Brazil (Disc 1) | 24 row 34 : 34 | Chill: Brazil (Disc 2) | 6 row 35 : 35 | Garage Inc. (Disc 1) | 50 row 36 : 36 | Greatest Hits II | 51 row 37 : 37 | Greatest Kiss | 52 row 38 : 38 | Heart of the Night | 53 row 39 : 39 | International Superhits | 54 row 40 : 40 | Into The Light | 55 row 41 : 41 | Meus Momentos | 56 row 42 : 42 | Minha História | 57 row 43 : 43 | MK III The Final Concerts [Disc 1] | 58 row 44 : 44 | Physical Graffiti [Disc 1] | 22 row 45 : 45 | Sambas De Enredo 2001 | 21 row 46 : 46 | Supernatural | 59 row 47 : 47 | The Best of Ed Motta | 37 row 48 : 48 | The Essential Miles Davis [Disc 1] | 68 row 49 : 49 | The Essential Miles Davis [Disc 2] | 68 row 50 : 50 | The Final Concerts (Disc 2) | 58 row 51 : 51 | Up An' Atom | 69 row 52 : 52 | Vinícius De Moraes - Sem Limite | 70 row 53 : 53 | Vozes do MPB | 21 row 54 : 54 | Chronicle, Vol. 1 | 76 row 55 : 55 | Chronicle, Vol. 2 | 76 row 56 : 56 | Cássia Eller - Coleção Sem Limite [Disc 2] | 77 row 57 : 57 | Cássia Eller - Sem Limite [Disc 1] | 77 row 58 : 58 | Come Taste The Band | 58 row 59 : 59 | Deep Purple In Rock | 58 row 60 : 60 | Fireball | 58 row 61 : 61 | Knocking at Your Back Door: The Best Of Deep Purple in the 80's | 58 row 62 : 62 | Machine Head | 58 row 63 : 63 | Purpendicular | 58 row 64 : 64 | Slaves And Masters | 58 row 65 : 65 | Stormbringer | 58 row 66 : 66 | The Battle Rages On | 58 row 67 : 67 | Vault: Def Leppard's Greatest Hits | 78 row 68 : 68 | Outbreak | 79 row 69 : 69 | Djavan Ao Vivo - Vol. 02 | 80 row 70 : 70 | Djavan Ao Vivo - Vol. 1 | 80 row 71 : 71 | Elis Regina-Minha História | 41 row 72 : 72 | The Cream Of Clapton | 81 row 73 : 73 | Unplugged | 81 row 74 : 74 | Album Of The Year | 82 row 75 : 75 | Angel Dust | 82 row 76 : 76 | King For A Day Fool For A Lifetime | 82 row 77 : 77 | The Real Thing | 82 row 78 : 78 | Deixa Entrar | 83 row 79 : 79 | In Your Honor [Disc 1] | 84 row 80 : 80 | In Your Honor [Disc 2] | 84 row 81 : 81 | One By One | 84 row 82 : 82 | The Colour And The Shape | 84 row 83 : 83 | My Way: The Best Of Frank Sinatra [Disc 1] | 85 row 84 : 84 | Roda De Funk | 86 row 85 : 85 | As Canções de Eu Tu Eles | 27 row 86 : 86 | Quanta Gente Veio Ver (Live) | 27 row 87 : 87 | Quanta Gente Veio ver--Bônus De Carnaval | 27 row 88 : 88 | Faceless | 87 row 89 : 89 | American Idiot | 54 row 90 : 90 | Appetite for Destruction | 88 row 91 : 91 | Use Your Illusion I | 88 row 92 : 92 | Use Your Illusion II | 88 row 93 : 93 | Blue Moods | 89 row 94 : 94 | A Matter of Life and Death | 90 row 95 : 95 | A Real Dead One | 90 row 96 : 96 | A Real Live One | 90 row 97 : 97 | Brave New World | 90 row 98 : 98 | Dance Of Death | 90 row 99 : 99 | Fear Of The Dark | 90 row 100 : 100 | Iron Maiden | 90 row 101 : 101 | Killers | 90 row 102 : 102 | Live After Death | 90 row 103 : 103 | Live At Donington 1992 (Disc 1) | 90 row 104 : 104 | Live At Donington 1992 (Disc 2) | 90 row 105 : 105 | No Prayer For The Dying | 90 row 106 : 106 | Piece Of Mind | 90 row 107 : 107 | Powerslave | 90 row 108 : 108 | Rock In Rio [CD1] | 90 row 109 : 109 | Rock In Rio [CD2] | 90 row 110 : 110 | Seventh Son of a Seventh Son | 90 row 111 : 111 | Somewhere in Time | 90 row 112 : 112 | The Number of The Beast | 90 row 113 : 113 | The X Factor | 90 row 114 : 114 | Virtual XI | 90 row 115 : 115 | Sex Machine | 91 row 116 : 116 | Emergency On Planet Earth | 92 row 117 : 117 | Synkronized | 92 row 118 : 118 | The Return Of The Space Cowboy | 92 row 119 : 119 | Get Born | 93 row 120 : 120 | Are You Experienced? | 94 row 121 : 121 | Surfing with the Alien (Remastered) | 95 row 122 : 122 | Jorge Ben Jor 25 Anos | 46 row 123 : 123 | Jota Quest-1995 | 96 row 124 : 124 | Cafezinho | 97 row 125 : 125 | Living After Midnight | 98 row 126 : 126 | Unplugged [Live] | 52 row 127 : 127 | BBC Sessions [Disc 2] [Live] | 22 row 128 : 128 | Coda | 22 row 129 : 129 | Houses Of The Holy | 22 row 130 : 130 | In Through The Out Door | 22 row 131 : 131 | IV | 22 row 132 : 132 | Led Zeppelin I | 22 row 133 : 133 | Led Zeppelin II | 22 row 134 : 134 | Led Zeppelin III | 22 row 135 : 135 | Physical Graffiti [Disc 2] | 22 row 136 : 136 | Presence | 22 row 137 : 137 | The Song Remains The Same (Disc 1) | 22 row 138 : 138 | The Song Remains The Same (Disc 2) | 22 row 139 : 139 | A TempestadeTempestade Ou O Livro Dos Dias | 99 row 140 : 140 | Mais Do Mesmo | 99 row 141 : 141 | Greatest Hits | 100 row 142 : 142 | Lulu Santos - RCA 100 Anos De Música - Álbum 01 | 101 row 143 : 143 | Lulu Santos - RCA 100 Anos De Música - Álbum 02 | 101 row 144 : 144 | Misplaced Childhood | 102 row 145 : 145 | Barulhinho Bom | 103 row 146 : 146 | Seek And Shall Find: More Of The Best (1963-1981) | 104 row 147 : 147 | The Best Of Men At Work | 105 row 148 : 148 | Black Album | 50 row 149 : 149 | Garage Inc. (Disc 2) | 50 row 150 : 150 | Kill 'Em All | 50 row 151 : 151 | Load | 50 row 152 : 152 | Master Of Puppets | 50 row 153 : 153 | ReLoad | 50 row 154 : 154 | Ride The Lightning | 50 row 155 : 155 | St. Anger | 50 row 156 : 156 | ...And Justice For All | 50 row 157 : 157 | Miles Ahead | 68 row 158 : 158 | Milton Nascimento Ao Vivo | 42 row 159 : 159 | Minas | 42 row 160 : 160 | Ace Of Spades | 106 row 161 : 161 | Demorou... | 108 row 162 : 162 | Motley Crue Greatest Hits | 109 row 163 : 163 | From The Muddy Banks Of The Wishkah [Live] | 110 row 164 : 164 | Nevermind | 110 row 165 : 165 | Compositores | 111 row 166 : 166 | Olodum | 112 row 167 : 167 | Acústico MTV | 113 row 168 : 168 | Arquivo II | 113 row 169 : 169 | Arquivo Os Paralamas Do Sucesso | 113 row 170 : 170 | Bark at the Moon (Remastered) | 114 row 171 : 171 | Blizzard of Ozz | 114 row 172 : 172 | Diary of a Madman (Remastered) | 114 row 173 : 173 | No More Tears (Remastered) | 114 row 174 : 174 | Tribute | 114 row 175 : 175 | Walking Into Clarksdale | 115 row 176 : 176 | Original Soundtracks 1 | 116 row 177 : 177 | The Beast Live | 117 row 178 : 178 | Live On Two Legs [Live] | 118 row 179 : 179 | Pearl Jam | 118 row 180 : 180 | Riot Act | 118 row 181 : 181 | Ten | 118 row 182 : 182 | Vs. | 118 row 183 : 183 | Dark Side Of The Moon | 120 row 184 : 184 | Os Cães Ladram Mas A Caravana Não Pára | 121 row 185 : 185 | Greatest Hits I | 51 row 186 : 186 | News Of The World | 51 row 187 : 187 | Out Of Time | 122 row 188 : 188 | Green | 124 row 189 : 189 | New Adventures In Hi-Fi | 124 row 190 : 190 | The Best Of R.E.M.: The IRS Years | 124 row 191 : 191 | Cesta Básica | 125 row 192 : 192 | Raul Seixas | 126 row 193 : 193 | Blood Sugar Sex Magik | 127 row 194 : 194 | By The Way | 127 row 195 : 195 | Californication | 127 row 196 : 196 | Retrospective I (1974-1980) | 128 row 197 : 197 | Santana - As Years Go By | 59 row 198 : 198 | Santana Live | 59 row 199 : 199 | Maquinarama | 130 row 200 : 200 | O Samba Poconé | 130 row 201 : 201 | Judas 0: B-Sides and Rarities | 131 row 202 : 202 | Rotten Apples: Greatest Hits | 131 row 203 : 203 | A-Sides | 132 row 204 : 204 | Morning Dance | 53 row 205 : 205 | In Step | 133 row 206 : 206 | Core | 134 row 207 : 207 | Mezmerize | 135 row 208 : 208 | [1997] Black Light Syndrome | 136 row 209 : 209 | Live [Disc 1] | 137 row 210 : 210 | Live [Disc 2] | 137 row 211 : 211 | The Singles | 138 row 212 : 212 | Beyond Good And Evil | 139 row 213 : 213 | Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) [UK] | 139 row 214 : 214 | The Doors | 140 row 215 : 215 | The Police Greatest Hits | 141 row 216 : 216 | Hot Rocks, 1964-1971 (Disc 1) | 142 row 217 : 217 | No Security | 142 row 218 : 218 | Voodoo Lounge | 142 row 219 : 219 | Tangents | 143 row 220 : 220 | Transmission | 143 row 221 : 221 | My Generation - The Very Best Of The Who | 144 row 222 : 222 | Serie Sem Limite (Disc 1) | 145 row 223 : 223 | Serie Sem Limite (Disc 2) | 145 row 224 : 224 | Acústico | 146 row 225 : 225 | Volume Dois | 146 row 226 : 226 | Battlestar Galactica: The Story So Far | 147 row 227 : 227 | Battlestar Galactica, Season 3 | 147 row 228 : 228 | Heroes, Season 1 | 148 row 229 : 229 | Lost, Season 3 | 149 row 230 : 230 | Lost, Season 1 | 149 row 231 : 231 | Lost, Season 2 | 149 row 232 : 232 | Achtung Baby | 150 row 233 : 233 | All That You Can't Leave Behind | 150 row 234 : 234 | B-Sides 1980-1990 | 150 row 235 : 235 | How To Dismantle An Atomic Bomb | 150 row 236 : 236 | Pop | 150 row 237 : 237 | Rattle And Hum | 150 row 238 : 238 | The Best Of 1980-1990 | 150 row 239 : 239 | War | 150 row 240 : 240 | Zooropa | 150 row 241 : 241 | UB40 The Best Of - Volume Two [UK] | 151 row 242 : 242 | Diver Down | 152 row 243 : 243 | The Best Of Van Halen, Vol. I | 152 row 244 : 244 | Van Halen | 152 row 245 : 245 | Van Halen III | 152 row 246 : 246 | Contraband | 153 row 247 : 247 | Vinicius De Moraes | 72 row 248 : 248 | Ao Vivo [IMPORT] | 155 row 249 : 249 | The Office, Season 1 | 156 row 250 : 250 | The Office, Season 2 | 156 row 251 : 251 | The Office, Season 3 | 156 row 252 : 252 | Un-Led-Ed | 157 row 253 : 253 | Battlestar Galactica (Classic), Season 1 | 158 row 254 : 254 | Aquaman | 159 row 255 : 255 | Instant Karma: The Amnesty International Campaign to Save Darfur | 150 row 256 : 256 | Speak of the Devil | 114 row 257 : 257 | 20th Century Masters - The Millennium Collection: The Best of Scorpions | 179 row 258 : 258 | House of Pain | 180 row 259 : 259 | Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro | 36 row 260 : 260 | Cake: B-Sides and Rarities | 196 row 261 : 261 | LOST, Season 4 | 149 row 262 : 262 | Quiet Songs | 197 row 263 : 263 | Muso Ko | 198 row 264 : 264 | Realize | 199 row 265 : 265 | Every Kind of Light | 200 row 266 : 266 | Duos II | 201 row 267 : 267 | Worlds | 202 row 268 : 268 | The Best of Beethoven | 203 row 269 : 269 | Temple of the Dog | 204 row 270 : 270 | Carry On | 205 row 271 : 271 | Revelations | 8 row 272 : 272 | Adorate Deum: Gregorian Chant from the Proper of the Mass | 206 row 273 : 273 | Allegri: Miserere | 207 row 274 : 274 | Pachelbel: Canon & Gigue | 208 row 275 : 275 | Vivaldi: The Four Seasons | 209 row 276 : 276 | Bach: Violin Concertos | 210 row 277 : 277 | Bach: Goldberg Variations | 211 row 278 : 278 | Bach: The Cello Suites | 212 row 279 : 279 | Handel: The Messiah (Highlights) | 213 row 280 : 280 | The World of Classical Favourites | 214 row 281 : 281 | Sir Neville Marriner: A Celebration | 215 row 282 : 282 | Mozart: Wind Concertos | 216 row 283 : 283 | Haydn: Symphonies 99 - 104 | 217 row 284 : 284 | Beethoven: Symhonies Nos. 5 & 6 | 218 row 285 : 285 | A Soprano Inspired | 219 row 286 : 286 | Great Opera Choruses | 220 row 287 : 287 | Wagner: Favourite Overtures | 221 row 288 : 288 | Fauré: Requiem, Ravel: Pavane & Others | 222 row 289 : 289 | Tchaikovsky: The Nutcracker | 223 row 290 : 290 | The Last Night of the Proms | 224 row 291 : 291 | Puccini: Madama Butterfly - Highlights | 225 row 292 : 292 | Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies | 226 row 293 : 293 | Pavarotti's Opera Made Easy | 227 row 294 : 294 | Great Performances - Barber's Adagio and Other Romantic Favorites for Strings | 228 row 295 : 295 | Carmina Burana | 229 row 296 : 296 | A Copland Celebration, Vol. I | 230 row 297 : 297 | Bach: Toccata & Fugue in D Minor | 231 row 298 : 298 | Prokofiev: Symphony No.1 | 232 row 299 : 299 | Scheherazade | 233 row 300 : 300 | Bach: The Brandenburg Concertos | 234 row 301 : 301 | Chopin: Piano Concertos Nos. 1 & 2 | 235 row 302 : 302 | Mascagni: Cavalleria Rusticana | 236 row 303 : 303 | Sibelius: Finlandia | 237 row 304 : 304 | Beethoven Piano Sonatas: Moonlight & Pastorale | 238 row 305 : 305 | Great Recordings of the Century - Mahler: Das Lied von der Erde | 240 row 306 : 306 | Elgar: Cello Concerto & Vaughan Williams: Fantasias | 241 row 307 : 307 | Adams, John: The Chairman Dances | 242 row 308 : 308 | Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington's Victory | 243 row 309 : 309 | Palestrina: Missa Papae Marcelli & Allegri: Miserere | 244 row 310 : 310 | Prokofiev: Romeo & Juliet | 245 row 311 : 311 | Strauss: Waltzes | 226 row 312 : 312 | Berlioz: Symphonie Fantastique | 245 row 313 : 313 | Bizet: Carmen Highlights | 246 row 314 : 314 | English Renaissance | 247 row 315 : 315 | Handel: Music for the Royal Fireworks (Original Version 1749) | 208 row 316 : 316 | Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande | 248 row 317 : 317 | Mozart Gala: Famous Arias | 249 row 318 : 318 | SCRIABIN: Vers la flamme | 250 row 319 : 319 | Armada: Music from the Courts of England and Spain | 251 row 320 : 320 | Mozart: Symphonies Nos. 40 & 41 | 248 row 321 : 321 | Back to Black | 252 row 322 : 322 | Frank | 252 row 323 : 323 | Carried to Dust (Bonus Track Version) | 253 row 324 : 324 | Beethoven: Symphony No. 6 'Pastoral' Etc. | 254 row 325 : 325 | Bartok: Violin & Viola Concertos | 255 row 326 : 326 | Mendelssohn: A Midsummer Night's Dream | 256 row 327 : 327 | Bach: Orchestral Suites Nos. 1 - 4 | 257 row 328 : 328 | Charpentier: Divertissements, Airs & Concerts | 258 row 329 : 329 | South American Getaway | 259 row 330 : 330 | Górecki: Symphony No. 3 | 260 row 331 : 331 | Purcell: The Fairy Queen | 261 row 332 : 332 | The Ultimate Relexation Album | 262 row 333 : 333 | Purcell: Music for the Queen Mary | 263 row 334 : 334 | Weill: The Seven Deadly Sins | 264 row 335 : 335 | J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro | 265 row 336 : 336 | Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps | 248 row 337 : 337 | Szymanowski: Piano Works, Vol. 1 | 266 row 338 : 338 | Nielsen: The Six Symphonies | 267 row 339 : 339 | Great Recordings of the Century: Paganini's 24 Caprices | 268 row 340 : 340 | Liszt - 12 Études D'Execution Transcendante | 269 row 341 : 341 | Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder | 270 row 342 : 342 | Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3 | 271 row 343 : 343 | Respighi:Pines of Rome | 226 row 344 : 344 | Schubert: The Late String Quartets & String Quintet (3 CD's) | 272 row 345 : 345 | Monteverdi: L'Orfeo | 273 row 346 : 346 | Mozart: Chamber Music | 274 row 347 : 347 | Koyaanisqatsi (Soundtrack from the Motion Picture) | 275 <table_name> : Genre col : GenreId | Name row 1 : 1 | Rock row 2 : 2 | Jazz row 3 : 3 | Metal row 4 : 4 | Alternative & Punk row 5 : 5 | Rock And Roll row 6 : 6 | Blues row 7 : 7 | Latin row 8 : 8 | Reggae row 9 : 9 | Pop row 10 : 10 | Soundtrack row 11 : 11 | Bossa Nova row 12 : 12 | Easy Listening row 13 : 13 | Heavy Metal row 14 : 14 | R&B/Soul row 15 : 15 | Electronica/Dance row 16 : 16 | World row 17 : 17 | Hip Hop/Rap row 18 : 18 | Science Fiction row 19 : 19 | TV Shows row 20 : 20 | Sci Fi & Fantasy row 21 : 21 | Drama row 22 : 22 | Comedy row 23 : 23 | Alternative row 24 : 24 | Classical row 25 : 25 | Opera <table_name> : Track col : TrackId | Name | AlbumId | MediaTypeId | GenreId | Composer | Milliseconds | Bytes | UnitPrice row 1 : 1 | For Those About To Rock (We Salute You) | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 343719 | 11170334 | 0.99 row 2 : 2 | Balls to the Wall | 2 | 2 | 1 | | 342562 | 5510424 | 0.99 row 3 : 3 | Fast As a Shark | 3 | 2 | 1 | F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman | 230619 | 3990994 | 0.99 row 4 : 4 | Restless and Wild | 3 | 2 | 1 | F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman | 252051 | 4331779 | 0.99 row 5 : 5 | Princess of the Dawn | 3 | 2 | 1 | Deaffy & R.A. Smith-Diesel | 375418 | 6290521 | 0.99 row 6 : 6 | Put The Finger On You | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205662 | 6713451 | 0.99 row 7 : 7 | Let's Get It Up | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 233926 | 7636561 | 0.99 row 8 : 8 | Inject The Venom | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 210834 | 6852860 | 0.99 row 9 : 9 | Snowballed | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 203102 | 6599424 | 0.99 row 10 : 10 | Evil Walks | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263497 | 8611245 | 0.99 row 11 : 11 | C.O.D. | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 199836 | 6566314 | 0.99 row 12 : 12 | Breaking The Rules | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 263288 | 8596840 | 0.99 row 13 : 13 | Night Of The Long Knives | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 205688 | 6706347 | 0.99 row 14 : 14 | Spellbound | 1 | 1 | 1 | Angus Young, Malcolm Young, Brian Johnson | 270863 | 8817038 | 0.99 row 15 : 15 | Go Down | 4 | 1 | 1 | AC/DC | 331180 | 10847611 | 0.99 row 16 : 16 | Dog Eat Dog | 4 | 1 | 1 | AC/DC | 215196 | 7032162 | 0.99 row 17 : 17 | Let There Be Rock | 4 | 1 | 1 | AC/DC | 366654 | 12021261 | 0.99 row 18 : 18 | Bad Boy Boogie | 4 | 1 | 1 | AC/DC | 267728 | 8776140 | 0.99 row 19 : 19 | Problem Child | 4 | 1 | 1 | AC/DC | 325041 | 10617116 | 0.99 row 20 : 20 | Overdose | 4 | 1 | 1 | AC/DC | 369319 | 12066294 | 0.99 row 21 : 21 | Hell Ain't A Bad Place To Be | 4 | 1 | 1 | AC/DC | 254380 | 8331286 | 0.99 row 22 : 22 | Whole Lotta Rosie | 4 | 1 | 1 | AC/DC | 323761 | 10547154 | 0.99 row 23 : 23 | Walk On Water | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw | 295680 | 9719579 | 0.99 row 24 : 24 | Love In An Elevator | 5 | 1 | 1 | Steven Tyler, Joe Perry | 321828 | 10552051 | 0.99 row 25 : 25 | Rag Doll | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance, Holly Knight | 264698 | 8675345 | 0.99 row 26 : 26 | What It Takes | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 310622 | 10144730 | 0.99 row 27 : 27 | Dude (Looks Like A Lady) | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 264855 | 8679940 | 0.99 row 28 : 28 | Janie's Got A Gun | 5 | 1 | 1 | Steven Tyler, Tom Hamilton | 330736 | 10869391 | 0.99 row 29 : 29 | Cryin' | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 309263 | 10056995 | 0.99 row 30 : 30 | Amazing | 5 | 1 | 1 | Steven Tyler, Richie Supa | 356519 | 11616195 | 0.99 row 31 : 31 | Blind Man | 5 | 1 | 1 | Steven Tyler, Joe Perry, Taylor Rhodes | 240718 | 7877453 | 0.99 row 32 : 32 | Deuces Are Wild | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 215875 | 7074167 | 0.99 row 33 : 33 | The Other Side | 5 | 1 | 1 | Steven Tyler, Jim Vallance | 244375 | 7983270 | 0.99 row 34 : 34 | Crazy | 5 | 1 | 1 | Steven Tyler, Joe Perry, Desmond Child | 316656 | 10402398 | 0.99 row 35 : 35 | Eat The Rich | 5 | 1 | 1 | Steven Tyler, Joe Perry, Jim Vallance | 251036 | 8262039 | 0.99 row 36 : 36 | Angel | 5 | 1 | 1 | Steven Tyler, Desmond Child | 307617 | 9989331 | 0.99 row 37 : 37 | Livin' On The Edge | 5 | 1 | 1 | Steven Tyler, Joe Perry, Mark Hudson | 381231 | 12374569 | 0.99 row 38 : 38 | All I Really Want | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 284891 | 9375567 | 0.99 row 39 : 39 | You Oughta Know | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 249234 | 8196916 | 0.99 row 40 : 40 | Perfect | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 188133 | 6145404 | 0.99 row 41 : 41 | Hand In My Pocket | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 221570 | 7224246 | 0.99 row 42 : 42 | Right Through You | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 176117 | 5793082 | 0.99 row 43 : 43 | Forgiven | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 300355 | 9753256 | 0.99 row 44 : 44 | You Learn | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 239699 | 7824837 | 0.99 row 45 : 45 | Head Over Feet | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 267493 | 8758008 | 0.99 row 46 : 46 | Mary Jane | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 280607 | 9163588 | 0.99 row 47 : 47 | Ironic | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 229825 | 7598866 | 0.99 row 48 : 48 | Not The Doctor | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 227631 | 7604601 | 0.99 row 49 : 49 | Wake Up | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 293485 | 9703359 | 0.99 row 50 : 50 | You Oughta Know (Alternate) | 6 | 1 | 1 | Alanis Morissette & Glenn Ballard | 491885 | 16008629 | 0.99 row 51 : 51 | We Die Young | 7 | 1 | 1 | Jerry Cantrell | 152084 | 4925362 | 0.99 row 52 : 52 | Man In The Box | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 286641 | 9310272 | 0.99 row 53 : 53 | Sea Of Sorrow | 7 | 1 | 1 | Jerry Cantrell | 349831 | 11316328 | 0.99 row 54 : 54 | Bleed The Freak | 7 | 1 | 1 | Jerry Cantrell | 241946 | 7847716 | 0.99 row 55 : 55 | I Can't Remember | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 222955 | 7302550 | 0.99 row 56 : 56 | Love, Hate, Love | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 387134 | 12575396 | 0.99 row 57 : 57 | It Ain't Like That | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Sean Kinney | 277577 | 8993793 | 0.99 row 58 : 58 | Sunshine | 7 | 1 | 1 | Jerry Cantrell | 284969 | 9216057 | 0.99 row 59 : 59 | Put You Down | 7 | 1 | 1 | Jerry Cantrell | 196231 | 6420530 | 0.99 row 60 : 60 | Confusion | 7 | 1 | 1 | Jerry Cantrell, Michael Starr, Layne Staley | 344163 | 11183647 | 0.99 row 61 : 61 | I Know Somethin (Bout You) | 7 | 1 | 1 | Jerry Cantrell | 261955 | 8497788 | 0.99 row 62 : 62 | Real Thing | 7 | 1 | 1 | Jerry Cantrell, Layne Staley | 243879 | 7937731 | 0.99 row 63 : 63 | Desafinado | 8 | 1 | 2 | | 185338 | 5990473 | 0.99 row 64 : 64 | Garota De Ipanema | 8 | 1 | 2 | | 285048 | 9348428 | 0.99 row 65 : 65 | Samba De Uma Nota Só (One Note Samba) | 8 | 1 | 2 | | 137273 | 4535401 | 0.99 row 66 : 66 | Por Causa De Você | 8 | 1 | 2 | | 169900 | 5536496 | 0.99 row 67 : 67 | Ligia | 8 | 1 | 2 | | 251977 | 8226934 | 0.99 row 68 : 68 | Fotografia | 8 | 1 | 2 | | 129227 | 4198774 | 0.99 row 69 : 69 | Dindi (Dindi) | 8 | 1 | 2 | | 253178 | 8149148 | 0.99 row 70 : 70 | Se Todos Fossem Iguais A Você (Instrumental) | 8 | 1 | 2 | | 134948 | 4393377 | 0.99 row 71 : 71 | Falando De Amor | 8 | 1 | 2 | | 219663 | 7121735 | 0.99 row 72 : 72 | Angela | 8 | 1 | 2 | | 169508 | 5574957 | 0.99 row 73 : 73 | Corcovado (Quiet Nights Of Quiet Stars) | 8 | 1 | 2 | | 205662 | 6687994 | 0.99 row 74 : 74 | Outra Vez | 8 | 1 | 2 | | 126511 | 4110053 | 0.99 row 75 : 75 | O Boto (Bôto) | 8 | 1 | 2 | | 366837 | 12089673 | 0.99 row 76 : 76 | Canta, Canta Mais | 8 | 1 | 2 | | 271856 | 8719426 | 0.99 row 77 : 77 | Enter Sandman | 9 | 1 | 3 | Apocalyptica | 221701 | 7286305 | 0.99 row 78 : 78 | Master Of Puppets | 9 | 1 | 3 | Apocalyptica | 436453 | 14375310 | 0.99 row 79 : 79 | Harvester Of Sorrow | 9 | 1 | 3 | Apocalyptica | 374543 | 12372536 | 0.99 row 80 : 80 | The Unforgiven | 9 | 1 | 3 | Apocalyptica | 322925 | 10422447 | 0.99 row 81 : 81 | Sad But True | 9 | 1 | 3 | Apocalyptica | 288208 | 9405526 | 0.99 row 82 : 82 | Creeping Death | 9 | 1 | 3 | Apocalyptica | 308035 | 10110980 | 0.99 row 83 : 83 | Wherever I May Roam | 9 | 1 | 3 | Apocalyptica | 369345 | 12033110 | 0.99 row 84 : 84 | Welcome Home (Sanitarium) | 9 | 1 | 3 | Apocalyptica | 350197 | 11406431 | 0.99 row 85 : 85 | Cochise | 10 | 1 | 1 | Audioslave/Chris Cornell | 222380 | 5339931 | 0.99 row 86 : 86 | Show Me How to Live | 10 | 1 | 1 | Audioslave/Chris Cornell | 277890 | 6672176 | 0.99 row 87 : 87 | Gasoline | 10 | 1 | 1 | Audioslave/Chris Cornell | 279457 | 6709793 | 0.99 row 88 : 88 | What You Are | 10 | 1 | 1 | Audioslave/Chris Cornell | 249391 | 5988186 | 0.99 row 89 : 89 | Like a Stone | 10 | 1 | 1 | Audioslave/Chris Cornell | 294034 | 7059624 | 0.99 row 90 : 90 | Set It Off | 10 | 1 | 1 | Audioslave/Chris Cornell | 263262 | 6321091 | 0.99 row 91 : 91 | Shadow on the Sun | 10 | 1 | 1 | Audioslave/Chris Cornell | 343457 | 8245793 | 0.99 row 92 : 92 | I am the Highway | 10 | 1 | 1 | Audioslave/Chris Cornell | 334942 | 8041411 | 0.99 row 93 : 93 | Exploder | 10 | 1 | 1 | Audioslave/Chris Cornell | 206053 | 4948095 | 0.99 row 94 : 94 | Hypnotize | 10 | 1 | 1 | Audioslave/Chris Cornell | 206628 | 4961887 | 0.99 row 95 : 95 | Bring'em Back Alive | 10 | 1 | 1 | Audioslave/Chris Cornell | 329534 | 7911634 | 0.99 row 96 : 96 | Light My Way | 10 | 1 | 1 | Audioslave/Chris Cornell | 303595 | 7289084 | 0.99 row 97 : 97 | Getaway Car | 10 | 1 | 1 | Audioslave/Chris Cornell | 299598 | 7193162 | 0.99 row 98 : 98 | The Last Remaining Light | 10 | 1 | 1 | Audioslave/Chris Cornell | 317492 | 7622615 | 0.99 row 99 : 99 | Your Time Has Come | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255529 | 8273592 | 0.99 row 100 : 100 | Out Of Exile | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 291291 | 9506571 | 0.99 row 101 : 101 | Be Yourself | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 279484 | 9106160 | 0.99 row 102 : 102 | Doesn't Remind Me | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 255869 | 8357387 | 0.99 row 103 : 103 | Drown Me Slowly | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233691 | 7609178 | 0.99 row 104 : 104 | Heaven's Dead | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 276688 | 9006158 | 0.99 row 105 : 105 | The Worm | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 237714 | 7710800 | 0.99 row 106 : 106 | Man Or Animal | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 233195 | 7542942 | 0.99 row 107 : 107 | Yesterday To Tomorrow | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 273763 | 8944205 | 0.99 row 108 : 108 | Dandelion | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 278125 | 9003592 | 0.99 row 109 : 109 | #1 Zero | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 299102 | 9731988 | 0.99 row 110 : 110 | The Curse | 11 | 1 | 4 | Cornell, Commerford, Morello, Wilk | 309786 | 10029406 | 0.99 row 111 : 111 | Money | 12 | 1 | 5 | Berry Gordy, Jr./Janie Bradford | 147591 | 2365897 | 0.99 row 112 : 112 | Long Tall Sally | 12 | 1 | 5 | Enotris Johnson/Little Richard/Robert "Bumps" Blackwell | 106396 | 1707084 | 0.99 row 113 : 113 | Bad Boy | 12 | 1 | 5 | Larry Williams | 116088 | 1862126 | 0.99 row 114 : 114 | Twist And Shout | 12 | 1 | 5 | Bert Russell/Phil Medley | 161123 | 2582553 | 0.99 row 115 : 115 | Please Mr. Postman | 12 | 1 | 5 | Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett | 137639 | 2206986 | 0.99 row 116 : 116 | C'Mon Everybody | 12 | 1 | 5 | Eddie Cochran/Jerry Capehart | 140199 | 2247846 | 0.99 row 117 : 117 | Rock 'N' Roll Music | 12 | 1 | 5 | Chuck Berry | 141923 | 2276788 | 0.99 row 118 : 118 | Slow Down | 12 | 1 | 5 | Larry Williams | 163265 | 2616981 | 0.99 row 119 : 119 | Roadrunner | 12 | 1 | 5 | Bo Diddley | 143595 | 2301989 | 0.99 row 120 : 120 | Carol | 12 | 1 | 5 | Chuck Berry | 143830 | 2306019 | 0.99 row 121 : 121 | Good Golly Miss Molly | 12 | 1 | 5 | Little Richard | 106266 | 1704918 | 0.99 row 122 : 122 | 20 Flight Rock | 12 | 1 | 5 | Ned Fairchild | 107807 | 1299960 | 0.99 row 123 : 123 | Quadrant | 13 | 1 | 2 | Billy Cobham | 261851 | 8538199 | 0.99 row 124 : 124 | Snoopy's search-Red baron | 13 | 1 | 2 | Billy Cobham | 456071 | 15075616 | 0.99 row 125 : 125 | Spanish moss-"A sound portrait"-Spanish moss | 13 | 1 | 2 | Billy Cobham | 248084 | 8217867 | 0.99 row 126 : 126 | Moon germs | 13 | 1 | 2 | Billy Cobham | 294060 | 9714812 | 0.99 row 127 : 127 | Stratus | 13 | 1 | 2 | Billy Cobham | 582086 | 19115680 | 0.99 row 128 : 128 | The pleasant pheasant | 13 | 1 | 2 | Billy Cobham | 318066 | 10630578 | 0.99 row 129 : 129 | Solo-Panhandler | 13 | 1 | 2 | Billy Cobham | 246151 | 8230661 | 0.99 row 130 : 130 | Do what cha wanna | 13 | 1 | 2 | George Duke | 274155 | 9018565 | 0.99 row 131 : 131 | Intro/ Low Down | 14 | 1 | 3 | | 323683 | 10642901 | 0.99 row 132 : 132 | 13 Years Of Grief | 14 | 1 | 3 | | 246987 | 8137421 | 0.99 row 133 : 133 | Stronger Than Death | 14 | 1 | 3 | | 300747 | 9869647 | 0.99 row 134 : 134 | All For You | 14 | 1 | 3 | | 235833 | 7726948 | 0.99 row 135 : 135 | Super Terrorizer | 14 | 1 | 3 | | 319373 | 10513905 | 0.99 row 136 : 136 | Phoney Smile Fake Hellos | 14 | 1 | 3 | | 273606 | 9011701 | 0.99 row 137 : 137 | Lost My Better Half | 14 | 1 | 3 | | 284081 | 9355309 | 0.99 row 138 : 138 | Bored To Tears | 14 | 1 | 3 | | 247327 | 8130090 | 0.99 row 139 : 139 | A.N.D.R.O.T.A.Z. | 14 | 1 | 3 | | 266266 | 8574746 | 0.99 row 140 : 140 | Born To Booze | 14 | 1 | 3 | | 282122 | 9257358 | 0.99 row 141 : 141 | World Of Trouble | 14 | 1 | 3 | | 359157 | 11820932 | 0.99 row 142 : 142 | No More Tears | 14 | 1 | 3 | | 555075 | 18041629 | 0.99 row 143 : 143 | The Begining... At Last | 14 | 1 | 3 | | 365662 | 11965109 | 0.99 row 144 : 144 | Heart Of Gold | 15 | 1 | 3 | | 194873 | 6417460 | 0.99 row 145 : 145 | Snowblind | 15 | 1 | 3 | | 420022 | 13842549 | 0.99 row 146 : 146 | Like A Bird | 15 | 1 | 3 | | 276532 | 9115657 | 0.99 row 147 : 147 | Blood In The Wall | 15 | 1 | 3 | | 284368 | 9359475 | 0.99 row 148 : 148 | The Beginning...At Last | 15 | 1 | 3 | | 271960 | 8975814 | 0.99 row 149 : 149 | Black Sabbath | 16 | 1 | 3 | | 382066 | 12440200 | 0.99 row 150 : 150 | The Wizard | 16 | 1 | 3 | | 264829 | 8646737 | 0.99 row 151 : 151 | Behind The Wall Of Sleep | 16 | 1 | 3 | | 217573 | 7169049 | 0.99 row 152 : 152 | N.I.B. | 16 | 1 | 3 | | 368770 | 12029390 | 0.99 row 153 : 153 | Evil Woman | 16 | 1 | 3 | | 204930 | 6655170 | 0.99 row 154 : 154 | Sleeping Village | 16 | 1 | 3 | | 644571 | 21128525 | 0.99 row 155 : 155 | Warning | 16 | 1 | 3 | | 212062 | 6893363 | 0.99 row 156 : 156 | Wheels Of Confusion / The Straightener | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 494524 | 16065830 | 0.99 row 157 : 157 | Tomorrow's Dream | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 192496 | 6252071 | 0.99 row 158 : 158 | Changes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 286275 | 9175517 | 0.99 row 159 : 159 | FX | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 103157 | 3331776 | 0.99 row 160 : 160 | Supernaut | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 285779 | 9245971 | 0.99 row 161 : 161 | Snowblind | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 331676 | 10813386 | 0.99 row 162 : 162 | Cornucopia | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 234814 | 7653880 | 0.99 row 163 : 163 | Laguna Sunrise | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 173087 | 5671374 | 0.99 row 164 : 164 | St. Vitus Dance | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 149655 | 4884969 | 0.99 row 165 : 165 | Under The Sun/Every Day Comes and Goes | 17 | 1 | 3 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 350458 | 11360486 | 0.99 row 166 : 166 | Smoked Pork | 18 | 1 | 4 | | 47333 | 1549074 | 0.99 row 167 : 167 | Body Count's In The House | 18 | 1 | 4 | | 204251 | 6715413 | 0.99 row 168 : 168 | Now Sports | 18 | 1 | 4 | | 4884 | 161266 | 0.99 row 169 : 169 | Body Count | 18 | 1 | 4 | | 317936 | 10489139 | 0.99 row 170 : 170 | A Statistic | 18 | 1 | 4 | | 6373 | 211997 | 0.99 row 171 : 171 | Bowels Of The Devil | 18 | 1 | 4 | | 223216 | 7324125 | 0.99 row 172 : 172 | The Real Problem | 18 | 1 | 4 | | 11650 | 387360 | 0.99 row 173 : 173 | KKK Bitch | 18 | 1 | 4 | | 173008 | 5709631 | 0.99 row 174 : 174 | D Note | 18 | 1 | 4 | | 95738 | 3067064 | 0.99 row 175 : 175 | Voodoo | 18 | 1 | 4 | | 300721 | 9875962 | 0.99 row 176 : 176 | The Winner Loses | 18 | 1 | 4 | | 392254 | 12843821 | 0.99 row 177 : 177 | There Goes The Neighborhood | 18 | 1 | 4 | | 350171 | 11443471 | 0.99 row 178 : 178 | Oprah | 18 | 1 | 4 | | 6635 | 224313 | 0.99 row 179 : 179 | Evil Dick | 18 | 1 | 4 | | 239020 | 7828873 | 0.99 row 180 : 180 | Body Count Anthem | 18 | 1 | 4 | | 166426 | 5463690 | 0.99 row 181 : 181 | Momma's Gotta Die Tonight | 18 | 1 | 4 | | 371539 | 12122946 | 0.99 row 182 : 182 | Freedom Of Speech | 18 | 1 | 4 | | 281234 | 9337917 | 0.99 row 183 : 183 | King In Crimson | 19 | 1 | 3 | Roy Z | 283167 | 9218499 | 0.99 row 184 : 184 | Chemical Wedding | 19 | 1 | 3 | Roy Z | 246177 | 8022764 | 0.99 row 185 : 185 | The Tower | 19 | 1 | 3 | Roy Z | 285257 | 9435693 | 0.99 row 186 : 186 | Killing Floor | 19 | 1 | 3 | Adrian Smith | 269557 | 8854240 | 0.99 row 187 : 187 | Book Of Thel | 19 | 1 | 3 | Eddie Casillas/Roy Z | 494393 | 16034404 | 0.99 row 188 : 188 | Gates Of Urizen | 19 | 1 | 3 | Roy Z | 265351 | 8627004 | 0.99 row 189 : 189 | Jerusalem | 19 | 1 | 3 | Roy Z | 402390 | 13194463 | 0.99 row 190 : 190 | Trupets Of Jericho | 19 | 1 | 3 | Roy Z | 359131 | 11820908 | 0.99 row 191 : 191 | Machine Men | 19 | 1 | 3 | Adrian Smith | 341655 | 11138147 | 0.99 row 192 : 192 | The Alchemist | 19 | 1 | 3 | Roy Z | 509413 | 16545657 | 0.99 row 193 : 193 | Realword | 19 | 1 | 3 | Roy Z | 237531 | 7802095 | 0.99 row 194 : 194 | First Time I Met The Blues | 20 | 1 | 6 | Eurreal Montgomery | 140434 | 4604995 | 0.99 row 195 : 195 | Let Me Love You Baby | 20 | 1 | 6 | Willie Dixon | 175386 | 5716994 | 0.99 row 196 : 196 | Stone Crazy | 20 | 1 | 6 | Buddy Guy | 433397 | 14184984 | 0.99 row 197 : 197 | Pretty Baby | 20 | 1 | 6 | Willie Dixon | 237662 | 7848282 | 0.99 row 198 : 198 | When My Left Eye Jumps | 20 | 1 | 6 | Al Perkins/Willie Dixon | 235311 | 7685363 | 0.99 row 199 : 199 | Leave My Girl Alone | 20 | 1 | 6 | Buddy Guy | 204721 | 6859518 | 0.99 row 200 : 200 | She Suits Me To A Tee | 20 | 1 | 6 | Buddy Guy | 136803 | 4456321 | 0.99 row 201 : 201 | Keep It To Myself (Aka Keep It To Yourself) | 20 | 1 | 6 | Sonny Boy Williamson [I] | 166060 | 5487056 | 0.99 row 202 : 202 | My Time After Awhile | 20 | 1 | 6 | Robert Geddins/Ron Badger/Sheldon Feinberg | 182491 | 6022698 | 0.99 row 203 : 203 | Too Many Ways (Alternate) | 20 | 1 | 6 | Willie Dixon | 135053 | 4459946 | 0.99 row 204 : 204 | Talkin' 'Bout Women Obviously | 20 | 1 | 6 | Amos Blakemore/Buddy Guy | 589531 | 19161377 | 0.99 row 205 : 205 | Jorge Da Capadócia | 21 | 1 | 7 | Jorge Ben | 177397 | 5842196 | 0.99 row 206 : 206 | Prenda Minha | 21 | 1 | 7 | Tradicional | 99369 | 3225364 | 0.99 row 207 : 207 | Meditação | 21 | 1 | 7 | Tom Jobim - Newton Mendoça | 148793 | 4865597 | 0.99 row 208 : 208 | Terra | 21 | 1 | 7 | Caetano Veloso | 482429 | 15889054 | 0.99 row 209 : 209 | Eclipse Oculto | 21 | 1 | 7 | Caetano Veloso | 221936 | 7382703 | 0.99 row 210 : 210 | Texto "Verdade Tropical" | 21 | 1 | 7 | Caetano Veloso | 84088 | 2752161 | 0.99 row 211 : 211 | Bem Devagar | 21 | 1 | 7 | Gilberto Gil | 133172 | 4333651 | 0.99 row 212 : 212 | Drão | 21 | 1 | 7 | Gilberto Gil | 156264 | 5065932 | 0.99 row 213 : 213 | Saudosismo | 21 | 1 | 7 | Caetano Veloso | 144326 | 4726981 | 0.99 row 214 : 214 | Carolina | 21 | 1 | 7 | Chico Buarque | 181812 | 5924159 | 0.99 row 215 : 215 | Sozinho | 21 | 1 | 7 | Peninha | 190589 | 6253200 | 0.99 row 216 : 216 | Esse Cara | 21 | 1 | 7 | Caetano Veloso | 223111 | 7217126 | 0.99 row 217 : 217 | Mel | 21 | 1 | 7 | Caetano Veloso - Waly Salomão | 294765 | 9854062 | 0.99 row 218 : 218 | Linha Do Equador | 21 | 1 | 7 | Caetano Veloso - Djavan | 299337 | 10003747 | 0.99 row 219 : 219 | Odara | 21 | 1 | 7 | Caetano Veloso | 141270 | 4704104 | 0.99 row 220 : 220 | A Luz De Tieta | 21 | 1 | 7 | Caetano Veloso | 251742 | 8507446 | 0.99 row 221 : 221 | Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu | 21 | 1 | 7 | David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto | 307252 | 10364247 | 0.99 row 222 : 222 | Vida Boa | 21 | 1 | 7 | Fausto Nilo - Armandinho | 281730 | 9411272 | 0.99 row 223 : 223 | Sozinho (Hitmakers Classic Mix) | 22 | 1 | 7 | | 436636 | 14462072 | 0.99 row 224 : 224 | Sozinho (Hitmakers Classic Radio Edit) | 22 | 1 | 7 | | 195004 | 6455134 | 0.99 row 225 : 225 | Sozinho (Caêdrum 'n' Bass) | 22 | 1 | 7 | | 328071 | 10975007 | 0.99 row 226 : 226 | Carolina | 23 | 1 | 7 | | 163056 | 5375395 | 0.99 row 227 : 227 | Essa Moça Ta Diferente | 23 | 1 | 7 | | 167235 | 5568574 | 0.99 row 228 : 228 | Vai Passar | 23 | 1 | 7 | | 369763 | 12359161 | 0.99 row 229 : 229 | Samba De Orly | 23 | 1 | 7 | | 162429 | 5431854 | 0.99 row 230 : 230 | Bye, Bye Brasil | 23 | 1 | 7 | | 283402 | 9499590 | 0.99 row 231 : 231 | Atras Da Porta | 23 | 1 | 7 | | 189675 | 6132843 | 0.99 row 232 : 232 | Tatuagem | 23 | 1 | 7 | | 172120 | 5645703 | 0.99 row 233 : 233 | O Que Será (À Flor Da Terra) | 23 | 1 | 7 | | 167288 | 5574848 | 0.99 row 234 : 234 | Morena De Angola | 23 | 1 | 7 | | 186801 | 6373932 | 0.99 row 235 : 235 | Apesar De Você | 23 | 1 | 7 | | 234501 | 7886937 | 0.99 row 236 : 236 | A Banda | 23 | 1 | 7 | | 132493 | 4349539 | 0.99 row 237 : 237 | Minha Historia | 23 | 1 | 7 | | 182256 | 6029673 | 0.99 row 238 : 238 | Com Açúcar E Com Afeto | 23 | 1 | 7 | | 175386 | 5846442 | 0.99 row 239 : 239 | Brejo Da Cruz | 23 | 1 | 7 | | 214099 | 7270749 | 0.99 row 240 : 240 | Meu Caro Amigo | 23 | 1 | 7 | | 260257 | 8778172 | 0.99 row 241 : 241 | Geni E O Zepelim | 23 | 1 | 7 | | 317570 | 10342226 | 0.99 row 242 : 242 | Trocando Em Miúdos | 23 | 1 | 7 | | 169717 | 5461468 | 0.99 row 243 : 243 | Vai Trabalhar Vagabundo | 23 | 1 | 7 | | 139154 | 4693941 | 0.99 row 244 : 244 | Gota D'água | 23 | 1 | 7 | | 153208 | 5074189 | 0.99 row 245 : 245 | Construção / Deus Lhe Pague | 23 | 1 | 7 | | 383059 | 12675305 | 0.99 row 246 : 246 | Mateus Enter | 24 | 1 | 7 | Chico Science | 33149 | 1103013 | 0.99 row 247 : 247 | O Cidadão Do Mundo | 24 | 1 | 7 | Chico Science | 200933 | 6724966 | 0.99 row 248 : 248 | Etnia | 24 | 1 | 7 | Chico Science | 152555 | 5061413 | 0.99 row 249 : 249 | Quilombo Groove [Instrumental] | 24 | 1 | 7 | Chico Science | 151823 | 5042447 | 0.99 row 250 : 250 | Macô | 24 | 1 | 7 | Chico Science | 249600 | 8253934 | 0.99 row 251 : 251 | Um Passeio No Mundo Livre | 24 | 1 | 7 | Chico Science | 240091 | 7984291 | 0.99 row 252 : 252 | Samba Do Lado | 24 | 1 | 7 | Chico Science | 227317 | 7541688 | 0.99 row 253 : 253 | Maracatu Atômico | 24 | 1 | 7 | Chico Science | 284264 | 9670057 | 0.99 row 254 : 254 | O Encontro De Isaac Asimov Com Santos Dumont No Céu | 24 | 1 | 7 | Chico Science | 99108 | 3240816 | 0.99 row 255 : 255 | Corpo De Lama | 24 | 1 | 7 | Chico Science | 232672 | 7714954 | 0.99 row 256 : 256 | Sobremesa | 24 | 1 | 7 | Chico Science | 240091 | 7960868 | 0.99 row 257 : 257 | Manguetown | 24 | 1 | 7 | Chico Science | 194560 | 6475159 | 0.99 row 258 : 258 | Um Satélite Na Cabeça | 24 | 1 | 7 | Chico Science | 126615 | 4272821 | 0.99 row 259 : 259 | Baião Ambiental [Instrumental] | 24 | 1 | 7 | Chico Science | 152659 | 5198539 | 0.99 row 260 : 260 | Sangue De Bairro | 24 | 1 | 7 | Chico Science | 132231 | 4415557 | 0.99 row 261 : 261 | Enquanto O Mundo Explode | 24 | 1 | 7 | Chico Science | 88764 | 2968650 | 0.99 row 262 : 262 | Interlude Zumbi | 24 | 1 | 7 | Chico Science | 71627 | 2408550 | 0.99 row 263 : 263 | Criança De Domingo | 24 | 1 | 7 | Chico Science | 208222 | 6984813 | 0.99 row 264 : 264 | Amor De Muito | 24 | 1 | 7 | Chico Science | 175333 | 5881293 | 0.99 row 265 : 265 | Samidarish [Instrumental] | 24 | 1 | 7 | Chico Science | 272431 | 8911641 | 0.99 row 266 : 266 | Maracatu Atômico [Atomic Version] | 24 | 1 | 7 | Chico Science | 273084 | 9019677 | 0.99 row 267 : 267 | Maracatu Atômico [Ragga Mix] | 24 | 1 | 7 | Chico Science | 210155 | 6986421 | 0.99 row 268 : 268 | Maracatu Atômico [Trip Hop] | 24 | 1 | 7 | Chico Science | 221492 | 7380787 | 0.99 row 269 : 269 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 307095 | 10251097 | 0.99 row 270 : 270 | Banditismo Por Uma Questa | 25 | 1 | 7 | | 243644 | 8147224 | 0.99 row 271 : 271 | Rios Pontes & Overdrives | 25 | 1 | 7 | | 286720 | 9659152 | 0.99 row 272 : 272 | Cidade | 25 | 1 | 7 | | 216346 | 7241817 | 0.99 row 273 : 273 | Praiera | 25 | 1 | 7 | | 183640 | 6172781 | 0.99 row 274 : 274 | Samba Makossa | 25 | 1 | 7 | | 271856 | 9095410 | 0.99 row 275 : 275 | Da Lama Ao Caos | 25 | 1 | 7 | | 251559 | 8378065 | 0.99 row 276 : 276 | Maracatu De Tiro Certeiro | 25 | 1 | 7 | | 88868 | 2901397 | 0.99 row 277 : 277 | Salustiano Song | 25 | 1 | 7 | | 215405 | 7183969 | 0.99 row 278 : 278 | Antene Se | 25 | 1 | 7 | | 248372 | 8253618 | 0.99 row 279 : 279 | Risoflora | 25 | 1 | 7 | | 105586 | 3536938 | 0.99 row 280 : 280 | Lixo Do Mangue | 25 | 1 | 7 | | 193253 | 6534200 | 0.99 row 281 : 281 | Computadores Fazem Arte | 25 | 1 | 7 | | 404323 | 13702771 | 0.99 row 282 : 282 | Girassol | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido | 249808 | 8327676 | 0.99 row 283 : 283 | A Sombra Da Maldade | 26 | 1 | 8 | Da Gama/Toni Garrido | 230922 | 7697230 | 0.99 row 284 : 284 | Johnny B. Goode | 26 | 1 | 8 | Chuck Berry | 254615 | 8505985 | 0.99 row 285 : 285 | Soldado Da Paz | 26 | 1 | 8 | Herbert Vianna | 194220 | 6455080 | 0.99 row 286 : 286 | Firmamento | 26 | 1 | 8 | Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers | 222145 | 7402658 | 0.99 row 287 : 287 | Extra | 26 | 1 | 8 | Gilberto Gil | 304352 | 10078050 | 0.99 row 288 : 288 | O Erê | 26 | 1 | 8 | Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido | 236382 | 7866924 | 0.99 row 289 : 289 | Podes Crer | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 232280 | 7747747 | 0.99 row 290 : 290 | A Estrada | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 248842 | 8275673 | 0.99 row 291 : 291 | Berlim | 26 | 1 | 8 | Da Gama/Toni Garrido | 207542 | 6920424 | 0.99 row 292 : 292 | Já Foi | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 221544 | 7388466 | 0.99 row 293 : 293 | Onde Você Mora? | 26 | 1 | 8 | Marisa Monte/Nando Reis | 256026 | 8502588 | 0.99 row 294 : 294 | Pensamento | 26 | 1 | 8 | Bino Farias/Da Gamma/Lazão/Rás Bernard | 173008 | 5748424 | 0.99 row 295 : 295 | Conciliação | 26 | 1 | 8 | Da Gama/Lazão/Rás Bernardo | 257619 | 8552474 | 0.99 row 296 : 296 | Realidade Virtual | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Toni Garrido | 195239 | 6503533 | 0.99 row 297 : 297 | Mensagem | 26 | 1 | 8 | Bino Farias/Da Gama/Lazão/Rás Bernardo | 225332 | 7488852 | 0.99 row 298 : 298 | A Cor Do Sol | 26 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazão | 231392 | 7663348 | 0.99 row 299 : 299 | Onde Você Mora? | 27 | 1 | 8 | Marisa Monte/Nando Reis | 298396 | 10056970 | 0.99 row 300 : 300 | O Erê | 27 | 1 | 8 | Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido | 206942 | 6950332 | 0.99 row 301 : 301 | A Sombra Da Maldade | 27 | 1 | 8 | Da Gama/Toni Garrido | 285231 | 9544383 | 0.99 row 302 : 302 | A Estrada | 27 | 1 | 8 | Da Gama/Lazao/Toni Garrido | 282174 | 9344477 | 0.99 row 303 : 303 | Falar A Verdade | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 244950 | 8189093 | 0.99 row 304 : 304 | Firmamento | 27 | 1 | 8 | Harry Lawes/Winston Foster-Vers | 225488 | 7507866 | 0.99 row 305 : 305 | Pensamento | 27 | 1 | 8 | Bino/Da Gama/Ras Bernardo | 192391 | 6399761 | 0.99 row 306 : 306 | Realidade Virtual | 27 | 1 | 8 | Bino/Da Gamma/Lazao/Toni Garrido | 240300 | 8069934 | 0.99 row 307 : 307 | Doutor | 27 | 1 | 8 | Bino/Da Gama/Toni Garrido | 178155 | 5950952 | 0.99 row 308 : 308 | Na Frente Da TV | 27 | 1 | 8 | Bino/Da Gama/Lazao/Ras Bernardo | 289750 | 9633659 | 0.99 row 309 : 309 | Downtown | 27 | 1 | 8 | Cidade Negra | 239725 | 8024386 | 0.99 row 310 : 310 | Sábado A Noite | 27 | 1 | 8 | Lulu Santos | 267363 | 8895073 | 0.99 row 311 : 311 | A Cor Do Sol | 27 | 1 | 8 | Bernardo Vilhena/Da Gama/Lazao | 273031 | 9142937 | 0.99 row 312 : 312 | Eu Também Quero Beijar | 27 | 1 | 8 | Fausto Nilo/Moraes Moreira/Pepeu Gomes | 211147 | 7029400 | 0.99 row 313 : 313 | Noite Do Prazer | 28 | 1 | 7 | | 311353 | 10309980 | 0.99 row 314 : 314 | À Francesa | 28 | 1 | 7 | | 244532 | 8150846 | 0.99 row 315 : 315 | Cada Um Cada Um (A Namoradeira) | 28 | 1 | 7 | | 253492 | 8441034 | 0.99 row 316 : 316 | Linha Do Equador | 28 | 1 | 7 | | 244715 | 8123466 | 0.99 row 317 : 317 | Amor Demais | 28 | 1 | 7 | | 254040 | 8420093 | 0.99 row 318 : 318 | Férias | 28 | 1 | 7 | | 264202 | 8731945 | 0.99 row 319 : 319 | Gostava Tanto De Você | 28 | 1 | 7 | | 230452 | 7685326 | 0.99 row 320 : 320 | Flor Do Futuro | 28 | 1 | 7 | | 275748 | 9205941 | 0.99 row 321 : 321 | Felicidade Urgente | 28 | 1 | 7 | | 266605 | 8873358 | 0.99 row 322 : 322 | Livre Pra Viver | 28 | 1 | 7 | | 214595 | 7111596 | 0.99 row 323 : 323 | Dig-Dig, Lambe-Lambe (Ao Vivo) | 29 | 1 | 9 | Cassiano Costa/Cintia Maviane/J.F./Lucas Costa | 205479 | 6892516 | 0.99 row 324 : 324 | Pererê | 29 | 1 | 9 | Augusto Conceição/Chiclete Com Banana | 198661 | 6643207 | 0.99 row 325 : 325 | TriboTchan | 29 | 1 | 9 | Cal Adan/Paulo Levi | 194194 | 6507950 | 0.99 row 326 : 326 | Tapa Aqui, Descobre Ali | 29 | 1 | 9 | Paulo Levi/W. Rangel | 188630 | 6327391 | 0.99 row 327 : 327 | Daniela | 29 | 1 | 9 | Jorge Cardoso/Pierre Onasis | 230791 | 7748006 | 0.99 row 328 : 328 | Bate Lata | 29 | 1 | 9 | Fábio Nolasco/Gal Sales/Ivan Brasil | 206733 | 7034985 | 0.99 row 329 : 329 | Garotas do Brasil | 29 | 1 | 9 | Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira | 210155 | 6973625 | 0.99 row 330 : 330 | Levada do Amor (Ailoviu) | 29 | 1 | 9 | Luiz Wanderley/Paulo Levi | 190093 | 6457752 | 0.99 row 331 : 331 | Lavadeira | 29 | 1 | 9 | Do Vale, Valverde/Gal Oliveira/Luciano Pinto | 214256 | 7254147 | 0.99 row 332 : 332 | Reboladeira | 29 | 1 | 9 | Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill | 210599 | 7027525 | 0.99 row 333 : 333 | É que Nessa Encarnação Eu Nasci Manga | 29 | 1 | 9 | Lucina/Luli | 196519 | 6568081 | 0.99 row 334 : 334 | Reggae Tchan | 29 | 1 | 9 | Cal Adan/Del Rey, Tension/Edu Casanova | 206654 | 6931328 | 0.99 row 335 : 335 | My Love | 29 | 1 | 9 | Jauperi/Zeu Góes | 203493 | 6772813 | 0.99 row 336 : 336 | Latinha de Cerveja | 29 | 1 | 9 | Adriano Bernandes/Edmar Neves | 166687 | 5532564 | 0.99 row 337 : 337 | You Shook Me | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 315951 | 10249958 | 0.99 row 338 : 338 | I Can't Quit You Baby | 30 | 1 | 1 | Willie Dixon | 263836 | 8581414 | 0.99 row 339 : 339 | Communication Breakdown | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 192653 | 6287257 | 0.99 row 340 : 340 | Dazed and Confused | 30 | 1 | 1 | Jimmy Page | 401920 | 13035765 | 0.99 row 341 : 341 | The Girl I Love She Got Long Black Wavy Hair | 30 | 1 | 1 | Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant | 183327 | 5995686 | 0.99 row 342 : 342 | What is and Should Never Be | 30 | 1 | 1 | Jimmy Page/Robert Plant | 260675 | 8497116 | 0.99 row 343 : 343 | Communication Breakdown(2) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 161149 | 5261022 | 0.99 row 344 : 344 | Travelling Riverside Blues | 30 | 1 | 1 | Jimmy Page/Robert Johnson/Robert Plant | 312032 | 10232581 | 0.99 row 345 : 345 | Whole Lotta Love | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 373394 | 12258175 | 0.99 row 346 : 346 | Somethin' Else | 30 | 1 | 1 | Bob Cochran/Sharon Sheeley | 127869 | 4165650 | 0.99 row 347 : 347 | Communication Breakdown(3) | 30 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 185260 | 6041133 | 0.99 row 348 : 348 | I Can't Quit You Baby(2) | 30 | 1 | 1 | Willie Dixon | 380551 | 12377615 | 0.99 row 349 : 349 | You Shook Me(2) | 30 | 1 | 1 | J B Lenoir/Willie Dixon | 619467 | 20138673 | 0.99 row 350 : 350 | How Many More Times | 30 | 1 | 1 | Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant | 711836 | 23092953 | 0.99 row 351 : 351 | Debra Kadabra | 31 | 1 | 1 | Frank Zappa | 234553 | 7649679 | 0.99 row 352 : 352 | Carolina Hard-Core Ecstasy | 31 | 1 | 1 | Frank Zappa | 359680 | 11731061 | 0.99 row 353 : 353 | Sam With The Showing Scalp Flat Top | 31 | 1 | 1 | Don Van Vliet | 171284 | 5572993 | 0.99 row 354 : 354 | Poofter's Froth Wyoming Plans Ahead | 31 | 1 | 1 | Frank Zappa | 183902 | 6007019 | 0.99 row 355 : 355 | 200 Years Old | 31 | 1 | 1 | Frank Zappa | 272561 | 8912465 | 0.99 row 356 : 356 | Cucamonga | 31 | 1 | 1 | Frank Zappa | 144483 | 4728586 | 0.99 row 357 : 357 | Advance Romance | 31 | 1 | 1 | Frank Zappa | 677694 | 22080051 | 0.99 row 358 : 358 | Man With The Woman Head | 31 | 1 | 1 | Don Van Vliet | 88894 | 2922044 | 0.99 row 359 : 359 | Muffin Man | 31 | 1 | 1 | Frank Zappa | 332878 | 10891682 | 0.99 row 360 : 360 | Vai-Vai 2001 | 32 | 1 | 10 | | 276349 | 9402241 | 0.99 row 361 : 361 | X-9 2001 | 32 | 1 | 10 | | 273920 | 9310370 | 0.99 row 362 : 362 | Gavioes 2001 | 32 | 1 | 10 | | 282723 | 9616640 | 0.99 row 363 : 363 | Nene 2001 | 32 | 1 | 10 | | 284969 | 9694508 | 0.99 row 364 : 364 | Rosas De Ouro 2001 | 32 | 1 | 10 | | 284342 | 9721084 | 0.99 row 365 : 365 | Mocidade Alegre 2001 | 32 | 1 | 10 | | 282488 | 9599937 | 0.99 row 366 : 366 | Camisa Verde 2001 | 32 | 1 | 10 | | 283454 | 9633755 | 0.99 row 367 : 367 | Leandro De Itaquera 2001 | 32 | 1 | 10 | | 274808 | 9451845 | 0.99 row 368 : 368 | Tucuruvi 2001 | 32 | 1 | 10 | | 287921 | 9883335 | 0.99 row 369 : 369 | Aguia De Ouro 2001 | 32 | 1 | 10 | | 284160 | 9698729 | 0.99 row 370 : 370 | Ipiranga 2001 | 32 | 1 | 10 | | 248293 | 8522591 | 0.99 row 371 : 371 | Morro Da Casa Verde 2001 | 32 | 1 | 10 | | 284708 | 9718778 | 0.99 row 372 : 372 | Perola Negra 2001 | 32 | 1 | 10 | | 281626 | 9619196 | 0.99 row 373 : 373 | Sao Lucas 2001 | 32 | 1 | 10 | | 296254 | 10020122 | 0.99 row 374 : 374 | Guanabara | 33 | 1 | 7 | Marcos Valle | 247614 | 8499591 | 0.99 row 375 : 375 | Mas Que Nada | 33 | 1 | 7 | Jorge Ben | 248398 | 8255254 | 0.99 row 376 : 376 | Vôo Sobre o Horizonte | 33 | 1 | 7 | J.r.Bertami/Parana | 225097 | 7528825 | 0.99 row 377 : 377 | A Paz | 33 | 1 | 7 | Donato/Gilberto Gil | 263183 | 8619173 | 0.99 row 378 : 378 | Wave (Vou te Contar) | 33 | 1 | 7 | Antonio Carlos Jobim | 271647 | 9057557 | 0.99 row 379 : 379 | Água de Beber | 33 | 1 | 7 | Antonio Carlos Jobim/Vinicius de Moraes | 146677 | 4866476 | 0.99 row 380 : 380 | Samba da Bençaco | 33 | 1 | 7 | Baden Powell/Vinicius de Moraes | 282200 | 9440676 | 0.99 row 381 : 381 | Pode Parar | 33 | 1 | 7 | Jorge Vercilo/Jota Maranhao | 179408 | 6046678 | 0.99 row 382 : 382 | Menino do Rio | 33 | 1 | 7 | Caetano Veloso | 262713 | 8737489 | 0.99 row 383 : 383 | Ando Meio Desligado | 33 | 1 | 7 | Caetano Veloso | 195813 | 6547648 | 0.99 row 384 : 384 | Mistério da Raça | 33 | 1 | 7 | Luiz Melodia/Ricardo Augusto | 184320 | 6191752 | 0.99 row 385 : 385 | All Star | 33 | 1 | 7 | Nando Reis | 176326 | 5891697 | 0.99 row 386 : 386 | Menina Bonita | 33 | 1 | 7 | Alexandre Brazil/Pedro Luis/Rodrigo Cabelo | 237087 | 7938246 | 0.99 row 387 : 387 | Pescador de Ilusões | 33 | 1 | 7 | Macelo Yuka/O Rappa | 245524 | 8267067 | 0.99 row 388 : 388 | À Vontade (Live Mix) | 33 | 1 | 7 | Bombom/Ed Motta | 180636 | 5972430 | 0.99 row 389 : 389 | Maria Fumaça | 33 | 1 | 7 | Luiz Carlos/Oberdan | 141008 | 4743149 | 0.99 row 390 : 390 | Sambassim (dj patife remix) | 33 | 1 | 7 | Alba Carvalho/Fernando Porto | 213655 | 7243166 | 0.99 row 391 : 391 | Garota De Ipanema | 34 | 1 | 7 | Vários | 279536 | 9141343 | 0.99 row 392 : 392 | Tim Tim Por Tim Tim | 34 | 1 | 7 | Vários | 213237 | 7143328 | 0.99 row 393 : 393 | Tarde Em Itapoã | 34 | 1 | 7 | Vários | 313704 | 10344491 | 0.99 row 394 : 394 | Tanto Tempo | 34 | 1 | 7 | Vários | 170292 | 5572240 | 0.99 row 395 : 395 | Eu Vim Da Bahia - Live | 34 | 1 | 7 | Vários | 157988 | 5115428 | 0.99 row 396 : 396 | Alô Alô Marciano | 34 | 1 | 7 | Vários | 238106 | 8013065 | 0.99 row 397 : 397 | Linha Do Horizonte | 34 | 1 | 7 | Vários | 279484 | 9275929 | 0.99 row 398 : 398 | Only A Dream In Rio | 34 | 1 | 7 | Vários | 371356 | 12192989 | 0.99 row 399 : 399 | Abrir A Porta | 34 | 1 | 7 | Vários | 271960 | 8991141 | 0.99 row 400 : 400 | Alice | 34 | 1 | 7 | Vários | 165982 | 5594341 | 0.99 row 401 : 401 | Momentos Que Marcam | 34 | 1 | 7 | Vários | 280137 | 9313740 | 0.99 row 402 : 402 | Um Jantar Pra Dois | 34 | 1 | 7 | Vários | 237714 | 7819755 | 0.99 row 403 : 403 | Bumbo Da Mangueira | 34 | 1 | 7 | Vários | 270158 | 9073350 | 0.99 row 404 : 404 | Mr Funk Samba | 34 | 1 | 7 | Vários | 213890 | 7102545 | 0.99 row 405 : 405 | Santo Antonio | 34 | 1 | 7 | Vários | 162716 | 5492069 | 0.99 row 406 : 406 | Por Você | 34 | 1 | 7 | Vários | 205557 | 6792493 | 0.99 row 407 : 407 | Só Tinha De Ser Com Você | 34 | 1 | 7 | Vários | 389642 | 13085596 | 0.99 row 408 : 408 | Free Speech For The Dumb | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 155428 | 5076048 | 0.99 row 409 : 409 | It's Electric | 35 | 1 | 3 | Harris/Tatler | 213995 | 6978601 | 0.99 row 410 : 410 | Sabbra Cadabra | 35 | 1 | 3 | Black Sabbath | 380342 | 12418147 | 0.99 row 411 : 411 | Turn The Page | 35 | 1 | 3 | Seger | 366524 | 11946327 | 0.99 row 412 : 412 | Die Die My Darling | 35 | 1 | 3 | Danzig | 149315 | 4867667 | 0.99 row 413 : 413 | Loverman | 35 | 1 | 3 | Cave | 472764 | 15446975 | 0.99 row 414 : 414 | Mercyful Fate | 35 | 1 | 3 | Diamond/Shermann | 671712 | 21942829 | 0.99 row 415 : 415 | Astronomy | 35 | 1 | 3 | A.Bouchard/J.Bouchard/S.Pearlman | 397531 | 13065612 | 0.99 row 416 : 416 | Whiskey In The Jar | 35 | 1 | 3 | Traditional | 305005 | 9943129 | 0.99 row 417 : 417 | Tuesday's Gone | 35 | 1 | 3 | Collins/Van Zandt | 545750 | 17900787 | 0.99 row 418 : 418 | The More I See | 35 | 1 | 3 | Molaney/Morris/Roberts/Wainwright | 287973 | 9378873 | 0.99 row 419 : 419 | A Kind Of Magic | 36 | 1 | 1 | Roger Taylor | 262608 | 8689618 | 0.99 row 420 : 420 | Under Pressure | 36 | 1 | 1 | Queen & David Bowie | 236617 | 7739042 | 0.99 row 421 : 421 | Radio GA GA | 36 | 1 | 1 | Roger Taylor | 343745 | 11358573 | 0.99 row 422 : 422 | I Want It All | 36 | 1 | 1 | Queen | 241684 | 7876564 | 0.99 row 423 : 423 | I Want To Break Free | 36 | 1 | 1 | John Deacon | 259108 | 8552861 | 0.99 row 424 : 424 | Innuendo | 36 | 1 | 1 | Queen | 387761 | 12664591 | 0.99 row 425 : 425 | It's A Hard Life | 36 | 1 | 1 | Freddie Mercury | 249417 | 8112242 | 0.99 row 426 : 426 | Breakthru | 36 | 1 | 1 | Queen | 249234 | 8150479 | 0.99 row 427 : 427 | Who Wants To Live Forever | 36 | 1 | 1 | Brian May | 297691 | 9577577 | 0.99 row 428 : 428 | Headlong | 36 | 1 | 1 | Queen | 273057 | 8921404 | 0.99 row 429 : 429 | The Miracle | 36 | 1 | 1 | Queen | 294974 | 9671923 | 0.99 row 430 : 430 | I'm Going Slightly Mad | 36 | 1 | 1 | Queen | 248032 | 8192339 | 0.99 row 431 : 431 | The Invisible Man | 36 | 1 | 1 | Queen | 238994 | 7920353 | 0.99 row 432 : 432 | Hammer To Fall | 36 | 1 | 1 | Brian May | 220316 | 7255404 | 0.99 row 433 : 433 | Friends Will Be Friends | 36 | 1 | 1 | Freddie Mercury & John Deacon | 248920 | 8114582 | 0.99 row 434 : 434 | The Show Must Go On | 36 | 1 | 1 | Queen | 263784 | 8526760 | 0.99 row 435 : 435 | One Vision | 36 | 1 | 1 | Queen | 242599 | 7936928 | 0.99 row 436 : 436 | Detroit Rock City | 37 | 1 | 1 | Paul Stanley, B. Ezrin | 218880 | 7146372 | 0.99 row 437 : 437 | Black Diamond | 37 | 1 | 1 | Paul Stanley | 314148 | 10266007 | 0.99 row 438 : 438 | Hard Luck Woman | 37 | 1 | 1 | Paul Stanley | 216032 | 7109267 | 0.99 row 439 : 439 | Sure Know Something | 37 | 1 | 1 | Paul Stanley, Vincent Poncia | 242468 | 7939886 | 0.99 row 440 : 440 | Love Gun | 37 | 1 | 1 | Paul Stanley | 196257 | 6424915 | 0.99 row 441 : 441 | Deuce | 37 | 1 | 1 | Gene Simmons | 185077 | 6097210 | 0.99 row 442 : 442 | Goin' Blind | 37 | 1 | 1 | Gene Simmons, S. Coronel | 216215 | 7045314 | 0.99 row 443 : 443 | Shock Me | 37 | 1 | 1 | Ace Frehley | 227291 | 7529336 | 0.99 row 444 : 444 | Do You Love Me | 37 | 1 | 1 | Paul Stanley, B. Ezrin, K. Fowley | 214987 | 6976194 | 0.99 row 445 : 445 | She | 37 | 1 | 1 | Gene Simmons, S. Coronel | 248346 | 8229734 | 0.99 row 446 : 446 | I Was Made For Loving You | 37 | 1 | 1 | Paul Stanley, Vincent Poncia, Desmond Child | 271360 | 9018078 | 0.99 row 447 : 447 | Shout It Out Loud | 37 | 1 | 1 | Paul Stanley, Gene Simmons, B. Ezrin | 219742 | 7194424 | 0.99 row 448 : 448 | God Of Thunder | 37 | 1 | 1 | Paul Stanley | 255791 | 8309077 | 0.99 row 449 : 449 | Calling Dr. Love | 37 | 1 | 1 | Gene Simmons | 225332 | 7395034 | 0.99 row 450 : 450 | Beth | 37 | 1 | 1 | S. Penridge, Bob Ezrin, Peter Criss | 166974 | 5360574 | 0.99 row 451 : 451 | Strutter | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 192496 | 6317021 | 0.99 row 452 : 452 | Rock And Roll All Nite | 37 | 1 | 1 | Paul Stanley, Gene Simmons | 173609 | 5735902 | 0.99 row 453 : 453 | Cold Gin | 37 | 1 | 1 | Ace Frehley | 262243 | 8609783 | 0.99 row 454 : 454 | Plaster Caster | 37 | 1 | 1 | Gene Simmons | 207333 | 6801116 | 0.99 row 455 : 455 | God Gave Rock 'n' Roll To You | 37 | 1 | 1 | Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin | 320444 | 10441590 | 0.99 row 456 : 456 | Heart of the Night | 38 | 1 | 2 | | 273737 | 9098263 | 0.99 row 457 : 457 | De La Luz | 38 | 1 | 2 | | 315219 | 10518284 | 0.99 row 458 : 458 | Westwood Moon | 38 | 1 | 2 | | 295627 | 9765802 | 0.99 row 459 : 459 | Midnight | 38 | 1 | 2 | | 266866 | 8851060 | 0.99 row 460 : 460 | Playtime | 38 | 1 | 2 | | 273580 | 9070880 | 0.99 row 461 : 461 | Surrender | 38 | 1 | 2 | | 287634 | 9422926 | 0.99 row 462 : 462 | Valentino's | 38 | 1 | 2 | | 296124 | 9848545 | 0.99 row 463 : 463 | Believe | 38 | 1 | 2 | | 310778 | 10317185 | 0.99 row 464 : 464 | As We Sleep | 38 | 1 | 2 | | 316865 | 10429398 | 0.99 row 465 : 465 | When Evening Falls | 38 | 1 | 2 | | 298135 | 9863942 | 0.99 row 466 : 466 | J Squared | 38 | 1 | 2 | | 288757 | 9480777 | 0.99 row 467 : 467 | Best Thing | 38 | 1 | 2 | | 274259 | 9069394 | 0.99 row 468 : 468 | Maria | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 167262 | 5484747 | 0.99 row 469 : 469 | Poprocks And Coke | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 158354 | 5243078 | 0.99 row 470 : 470 | Longview | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 234083 | 7714939 | 0.99 row 471 : 471 | Welcome To Paradise | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 224208 | 7406008 | 0.99 row 472 : 472 | Basket Case | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 181629 | 5951736 | 0.99 row 473 : 473 | When I Come Around | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 178364 | 5839426 | 0.99 row 474 : 474 | She | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 134164 | 4425128 | 0.99 row 475 : 475 | J.A.R. (Jason Andrew Relva) | 39 | 1 | 4 | Mike Dirnt -Words Green Day -Music | 170997 | 5645755 | 0.99 row 476 : 476 | Geek Stink Breath | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135888 | 4408983 | 0.99 row 477 : 477 | Brain Stew | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 193149 | 6305550 | 0.99 row 478 : 478 | Jaded | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 90331 | 2950224 | 0.99 row 479 : 479 | Walking Contradiction | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 151170 | 4932366 | 0.99 row 480 : 480 | Stuck With Me | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 135523 | 4431357 | 0.99 row 481 : 481 | Hitchin' A Ride | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 171546 | 5616891 | 0.99 row 482 : 482 | Good Riddance (Time Of Your Life) | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 153600 | 5075241 | 0.99 row 483 : 483 | Redundant | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 198164 | 6481753 | 0.99 row 484 : 484 | Nice Guys Finish Last | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 170187 | 5604618 | 0.99 row 485 : 485 | Minority | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 168803 | 5535061 | 0.99 row 486 : 486 | Warning | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 221910 | 7343176 | 0.99 row 487 : 487 | Waiting | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 192757 | 6316430 | 0.99 row 488 : 488 | Macy's Day Parade | 39 | 1 | 4 | Billie Joe Armstrong -Words Green Day -Music | 213420 | 7075573 | 0.99 row 489 : 489 | Into The Light | 40 | 1 | 1 | David Coverdale | 76303 | 2452653 | 0.99 row 490 : 490 | River Song | 40 | 1 | 1 | David Coverdale | 439510 | 14359478 | 0.99 row 491 : 491 | She Give Me ... | 40 | 1 | 1 | David Coverdale | 252551 | 8385478 | 0.99 row 492 : 492 | Don't You Cry | 40 | 1 | 1 | David Coverdale | 347036 | 11269612 | 0.99 row 493 : 493 | Love Is Blind | 40 | 1 | 1 | David Coverdale/Earl Slick | 344999 | 11409720 | 0.99 row 494 : 494 | Slave | 40 | 1 | 1 | David Coverdale/Earl Slick | 291892 | 9425200 | 0.99 row 495 : 495 | Cry For Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 293015 | 9567075 | 0.99 row 496 : 496 | Living On Love | 40 | 1 | 1 | Bossi/David Coverdale/Earl Slick | 391549 | 12785876 | 0.99 row 497 : 497 | Midnight Blue | 40 | 1 | 1 | David Coverdale/Earl Slick | 298631 | 9750990 | 0.99 row 498 : 498 | Too Many Tears | 40 | 1 | 1 | Adrian Vanderberg/David Coverdale | 359497 | 11810238 | 0.99 row 499 : 499 | Don't Lie To Me | 40 | 1 | 1 | David Coverdale/Earl Slick | 283585 | 9288007 | 0.99 row 500 : 500 | Wherever You May Go | 40 | 1 | 1 | David Coverdale | 239699 | 7803074 | 0.99 row 501 : 501 | Grito De Alerta | 41 | 1 | 7 | Gonzaga Jr. | 202213 | 6539422 | 0.99 row 502 : 502 | Não Dá Mais Pra Segurar (Explode Coração) | 41 | 1 | 7 | | 219768 | 7083012 | 0.99 row 503 : 503 | Começaria Tudo Outra Vez | 41 | 1 | 7 | | 196545 | 6473395 | 0.99 row 504 : 504 | O Que É O Que É ? | 41 | 1 | 7 | | 259291 | 8650647 | 0.99 row 505 : 505 | Sangrando | 41 | 1 | 7 | Gonzaga Jr/Gonzaguinha | 169717 | 5494406 | 0.99 row 506 : 506 | Diga Lá, Coração | 41 | 1 | 7 | | 255921 | 8280636 | 0.99 row 507 : 507 | Lindo Lago Do Amor | 41 | 1 | 7 | Gonzaga Jr. | 249678 | 8353191 | 0.99 row 508 : 508 | Eu Apenas Queria Que Voçê Soubesse | 41 | 1 | 7 | | 155637 | 5130056 | 0.99 row 509 : 509 | Com A Perna No Mundo | 41 | 1 | 7 | Gonzaga Jr. | 227448 | 7747108 | 0.99 row 510 : 510 | E Vamos À Luta | 41 | 1 | 7 | | 222406 | 7585112 | 0.99 row 511 : 511 | Um Homem Também Chora (Guerreiro Menino) | 41 | 1 | 7 | | 207229 | 6854219 | 0.99 row 512 : 512 | Comportamento Geral | 41 | 1 | 7 | Gonzaga Jr | 181577 | 5997444 | 0.99 row 513 : 513 | Ponto De Interrogação | 41 | 1 | 7 | | 180950 | 5946265 | 0.99 row 514 : 514 | Espere Por Mim, Morena | 41 | 1 | 7 | Gonzaguinha | 207072 | 6796523 | 0.99 row 515 : 515 | Meia-Lua Inteira | 23 | 1 | 7 | | 222093 | 7466288 | 0.99 row 516 : 516 | Voce e Linda | 23 | 1 | 7 | | 242938 | 8050268 | 0.99 row 517 : 517 | Um Indio | 23 | 1 | 7 | | 195944 | 6453213 | 0.99 row 518 : 518 | Podres Poderes | 23 | 1 | 7 | | 259761 | 8622495 | 0.99 row 519 : 519 | Voce Nao Entende Nada - Cotidiano | 23 | 1 | 7 | | 421982 | 13885612 | 0.99 row 520 : 520 | O Estrangeiro | 23 | 1 | 7 | | 374700 | 12472890 | 0.99 row 521 : 521 | Menino Do Rio | 23 | 1 | 7 | | 147670 | 4862277 | 0.99 row 522 : 522 | Qualquer Coisa | 23 | 1 | 7 | | 193410 | 6372433 | 0.99 row 523 : 523 | Sampa | 23 | 1 | 7 | | 185051 | 6151831 | 0.99 row 524 : 524 | Queixa | 23 | 1 | 7 | | 299676 | 9953962 | 0.99 row 525 : 525 | O Leaozinho | 23 | 1 | 7 | | 184398 | 6098150 | 0.99 row 526 : 526 | Fora Da Ordem | 23 | 1 | 7 | | 354011 | 11746781 | 0.99 row 527 : 527 | Terra | 23 | 1 | 7 | | 401319 | 13224055 | 0.99 row 528 : 528 | Alegria, Alegria | 23 | 1 | 7 | | 169221 | 5497025 | 0.99 row 529 : 529 | Balada Do Louco | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 241057 | 7852328 | 0.99 row 530 : 530 | Ando Meio Desligado | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 287817 | 9484504 | 0.99 row 531 : 531 | Top Top | 42 | 1 | 4 | Os Mutantes - Arnolpho Lima Filho | 146938 | 4875374 | 0.99 row 532 : 532 | Baby | 42 | 1 | 4 | Caetano Veloso | 177188 | 5798202 | 0.99 row 533 : 533 | A E O Z | 42 | 1 | 4 | Mutantes | 518556 | 16873005 | 0.99 row 534 : 534 | Panis Et Circenses | 42 | 1 | 4 | Caetano Veloso - Gilberto Gil | 125152 | 4069688 | 0.99 row 535 : 535 | Chão De Estrelas | 42 | 1 | 4 | Orestes Barbosa-Sílvio Caldas | 284813 | 9433620 | 0.99 row 536 : 536 | Vida De Cachorro | 42 | 1 | 4 | Rita Lee - Arnaldo Baptista - Sérgio Baptista | 195186 | 6411149 | 0.99 row 537 : 537 | Bat Macumba | 42 | 1 | 4 | Gilberto Gil - Caetano Veloso | 187794 | 6295223 | 0.99 row 538 : 538 | Desculpe Babe | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee | 170422 | 5637959 | 0.99 row 539 : 539 | Rita Lee | 42 | 1 | 4 | Arnaldo Baptista/Rita Lee/Sérgio Dias | 189257 | 6270503 | 0.99 row 540 : 540 | Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho | 222955 | 7346254 | 0.99 row 541 : 541 | Banho De Lua | 42 | 1 | 4 | B. de Filippi - F. Migliaci - Versão: Fred Jorge | 221831 | 7232123 | 0.99 row 542 : 542 | Meu Refrigerador Não Funciona | 42 | 1 | 4 | Arnaldo Baptista - Rita Lee - Sérgio Dias | 382981 | 12495906 | 0.99 row 543 : 543 | Burn | 43 | 1 | 1 | Coverdale/Lord/Paice | 453955 | 14775708 | 0.99 row 544 : 544 | Stormbringer | 43 | 1 | 1 | Coverdale | 277133 | 9050022 | 0.99 row 545 : 545 | Gypsy | 43 | 1 | 1 | Coverdale/Hughes/Lord/Paice | 339173 | 11046952 | 0.99 row 546 : 546 | Lady Double Dealer | 43 | 1 | 1 | Coverdale | 233586 | 7608759 | 0.99 row 547 : 547 | Mistreated | 43 | 1 | 1 | Coverdale | 758648 | 24596235 | 0.99 row 548 : 548 | Smoke On The Water | 43 | 1 | 1 | Gillan/Glover/Lord/Paice | 618031 | 20103125 | 0.99 row 549 : 549 | You Fool No One | 43 | 1 | 1 | Coverdale/Lord/Paice | 804101 | 26369966 | 0.99 row 550 : 550 | Custard Pie | 44 | 1 | 1 | Jimmy Page/Robert Plant | 253962 | 8348257 | 0.99 row 551 : 551 | The Rover | 44 | 1 | 1 | Jimmy Page/Robert Plant | 337084 | 11011286 | 0.99 row 552 : 552 | In My Time Of Dying | 44 | 1 | 1 | John Bonham/John Paul Jones | 666017 | 21676727 | 0.99 row 553 : 553 | Houses Of The Holy | 44 | 1 | 1 | Jimmy Page/Robert Plant | 242494 | 7972503 | 0.99 row 554 : 554 | Trampled Under Foot | 44 | 1 | 1 | John Paul Jones | 336692 | 11154468 | 0.99 row 555 : 555 | Kashmir | 44 | 1 | 1 | John Bonham | 508604 | 16686580 | 0.99 row 556 : 556 | Imperatriz | 45 | 1 | 7 | Guga/Marquinho Lessa/Tuninho Professor | 339173 | 11348710 | 0.99 row 557 : 557 | Beija-Flor | 45 | 1 | 7 | Caruso/Cleber/Deo/Osmar | 327000 | 10991159 | 0.99 row 558 : 558 | Viradouro | 45 | 1 | 7 | Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto | 344320 | 11484362 | 0.99 row 559 : 559 | Mocidade | 45 | 1 | 7 | Domenil/J. Brito/Joaozinho/Rap, Marcelo Do | 261720 | 8817757 | 0.99 row 560 : 560 | Unidos Da Tijuca | 45 | 1 | 7 | Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir | 338834 | 11440689 | 0.99 row 561 : 561 | Salgueiro | 45 | 1 | 7 | Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da | 305920 | 10294741 | 0.99 row 562 : 562 | Mangueira | 45 | 1 | 7 | Bizuca/Clóvis Pê/Gilson Bernini/Marelo D'Aguia | 298318 | 9999506 | 0.99 row 563 : 563 | União Da Ilha | 45 | 1 | 7 | Dito/Djalma Falcao/Ilha, Almir Da/Márcio André | 330945 | 11100945 | 0.99 row 564 : 564 | Grande Rio | 45 | 1 | 7 | Carlos Santos/Ciro/Claudio Russo/Zé Luiz | 307252 | 10251428 | 0.99 row 565 : 565 | Portela | 45 | 1 | 7 | Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno | 319608 | 10712216 | 0.99 row 566 : 566 | Caprichosos | 45 | 1 | 7 | Gule/Jorge 101/Lequinho/Luiz Piao | 351320 | 11870956 | 0.99 row 567 : 567 | Tradição | 45 | 1 | 7 | Adalto Magalha/Lourenco | 269165 | 9114880 | 0.99 row 568 : 568 | Império Serrano | 45 | 1 | 7 | Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao | 334942 | 11161196 | 0.99 row 569 : 569 | Tuiuti | 45 | 1 | 7 | Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som | 259657 | 8749492 | 0.99 row 570 : 570 | (Da Le) Yaleo | 46 | 1 | 1 | Santana | 353488 | 11769507 | 0.99 row 571 : 571 | Love Of My Life | 46 | 1 | 1 | Carlos Santana & Dave Matthews | 347820 | 11634337 | 0.99 row 572 : 572 | Put Your Lights On | 46 | 1 | 1 | E. Shrody | 285178 | 9394769 | 0.99 row 573 : 573 | Africa Bamba | 46 | 1 | 1 | I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo | 282827 | 9492487 | 0.99 row 574 : 574 | Smooth | 46 | 1 | 1 | M. Itaal Shur & Rob Thomas | 298161 | 9867455 | 0.99 row 575 : 575 | Do You Like The Way | 46 | 1 | 1 | L. Hill | 354899 | 11741062 | 0.99 row 576 : 576 | Maria Maria | 46 | 1 | 1 | W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow | 262635 | 8664601 | 0.99 row 577 : 577 | Migra | 46 | 1 | 1 | R. Taha, Carlos Santana & T. Lindsay | 329064 | 10963305 | 0.99 row 578 : 578 | Corazon Espinado | 46 | 1 | 1 | F. Olivera | 276114 | 9206802 | 0.99 row 579 : 579 | Wishing It Was | 46 | 1 | 1 | Eale-Eye Cherry, M. Simpson, J. King & M. Nishita | 292832 | 9771348 | 0.99 row 580 : 580 | El Farol | 46 | 1 | 1 | Carlos Santana & KC Porter | 291160 | 9599353 | 0.99 row 581 : 581 | Primavera | 46 | 1 | 1 | KC Porter & JB Eckl | 378618 | 12504234 | 0.99 row 582 : 582 | The Calling | 46 | 1 | 1 | Carlos Santana & C. Thompson | 747755 | 24703884 | 0.99 row 583 : 583 | Solução | 47 | 1 | 7 | | 247431 | 8100449 | 0.99 row 584 : 584 | Manuel | 47 | 1 | 7 | | 230269 | 7677671 | 0.99 row 585 : 585 | Entre E Ouça | 47 | 1 | 7 | | 286302 | 9391004 | 0.99 row 586 : 586 | Um Contrato Com Deus | 47 | 1 | 7 | | 202501 | 6636465 | 0.99 row 587 : 587 | Um Jantar Pra Dois | 47 | 1 | 7 | | 244009 | 8021589 | 0.99 row 588 : 588 | Vamos Dançar | 47 | 1 | 7 | | 226194 | 7617432 | 0.99 row 589 : 589 | Um Love | 47 | 1 | 7 | | 181603 | 6095524 | 0.99 row 590 : 590 | Seis Da Tarde | 47 | 1 | 7 | | 238445 | 7935898 | 0.99 row 591 : 591 | Baixo Rio | 47 | 1 | 7 | | 198008 | 6521676 | 0.99 row 592 : 592 | Sombras Do Meu Destino | 47 | 1 | 7 | | 280685 | 9161539 | 0.99 row 593 : 593 | Do You Have Other Loves? | 47 | 1 | 7 | | 295235 | 9604273 | 0.99 row 594 : 594 | Agora Que O Dia Acordou | 47 | 1 | 7 | | 323213 | 10572752 | 0.99 row 595 : 595 | Já!!! | 47 | 1 | 7 | | 217782 | 7103608 | 0.99 row 596 : 596 | A Rua | 47 | 1 | 7 | | 238027 | 7930264 | 0.99 row 597 : 597 | Now's The Time | 48 | 1 | 2 | Miles Davis | 197459 | 6358868 | 0.99 row 598 : 598 | Jeru | 48 | 1 | 2 | Miles Davis | 193410 | 6222536 | 0.99 row 599 : 599 | Compulsion | 48 | 1 | 2 | Miles Davis | 345025 | 11254474 | 0.99 row 600 : 600 | Tempus Fugit | 48 | 1 | 2 | Miles Davis | 231784 | 7548434 | 0.99 row 601 : 601 | Walkin' | 48 | 1 | 2 | Miles Davis | 807392 | 26411634 | 0.99 row 602 : 602 | 'Round Midnight | 48 | 1 | 2 | Miles Davis | 357459 | 11590284 | 0.99 row 603 : 603 | Bye Bye Blackbird | 48 | 1 | 2 | Miles Davis | 476003 | 15549224 | 0.99 row 604 : 604 | New Rhumba | 48 | 1 | 2 | Miles Davis | 277968 | 9018024 | 0.99 row 605 : 605 | Generique | 48 | 1 | 2 | Miles Davis | 168777 | 5437017 | 0.99 row 606 : 606 | Summertime | 48 | 1 | 2 | Miles Davis | 200437 | 6461370 | 0.99 row 607 : 607 | So What | 48 | 1 | 2 | Miles Davis | 564009 | 18360449 | 0.99 row 608 : 608 | The Pan Piper | 48 | 1 | 2 | Miles Davis | 233769 | 7593713 | 0.99 row 609 : 609 | Someday My Prince Will Come | 48 | 1 | 2 | Miles Davis | 544078 | 17890773 | 0.99 row 610 : 610 | My Funny Valentine (Live) | 49 | 1 | 2 | Miles Davis | 907520 | 29416781 | 0.99 row 611 : 611 | E.S.P. | 49 | 1 | 2 | Miles Davis | 330684 | 11079866 | 0.99 row 612 : 612 | Nefertiti | 49 | 1 | 2 | Miles Davis | 473495 | 15478450 | 0.99 row 613 : 613 | Petits Machins (Little Stuff) | 49 | 1 | 2 | Miles Davis | 487392 | 16131272 | 0.99 row 614 : 614 | Miles Runs The Voodoo Down | 49 | 1 | 2 | Miles Davis | 843964 | 27967919 | 0.99 row 615 : 615 | Little Church (Live) | 49 | 1 | 2 | Miles Davis | 196101 | 6273225 | 0.99 row 616 : 616 | Black Satin | 49 | 1 | 2 | Miles Davis | 316682 | 10529483 | 0.99 row 617 : 617 | Jean Pierre (Live) | 49 | 1 | 2 | Miles Davis | 243461 | 7955114 | 0.99 row 618 : 618 | Time After Time | 49 | 1 | 2 | Miles Davis | 220734 | 7292197 | 0.99 row 619 : 619 | Portia | 49 | 1 | 2 | Miles Davis | 378775 | 12520126 | 0.99 row 620 : 620 | Space Truckin' | 50 | 1 | 1 | Blackmore/Gillan/Glover/Lord/Paice | 1196094 | 39267613 | 0.99 row 621 : 621 | Going Down / Highway Star | 50 | 1 | 1 | Gillan/Glover/Lord/Nix - Blackmore/Paice | 913658 | 29846063 | 0.99 row 622 : 622 | Mistreated (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale | 854700 | 27775442 | 0.99 row 623 : 623 | You Fool No One (Alternate Version) | 50 | 1 | 1 | Blackmore/Coverdale/Lord/Paice | 763924 | 24887209 | 0.99 row 624 : 624 | Jeepers Creepers | 51 | 1 | 2 | | 185965 | 5991903 | 0.99 row 625 : 625 | Blue Rythm Fantasy | 51 | 1 | 2 | | 348212 | 11204006 | 0.99 row 626 : 626 | Drum Boogie | 51 | 1 | 2 | | 191555 | 6185636 | 0.99 row 627 : 627 | Let Me Off Uptown | 51 | 1 | 2 | | 187637 | 6034685 | 0.99 row 628 : 628 | Leave Us Leap | 51 | 1 | 2 | | 182726 | 5898810 | 0.99 row 629 : 629 | Opus No.1 | 51 | 1 | 2 | | 179800 | 5846041 | 0.99 row 630 : 630 | Boogie Blues | 51 | 1 | 2 | | 204199 | 6603153 | 0.99 row 631 : 631 | How High The Moon | 51 | 1 | 2 | | 201430 | 6529487 | 0.99 row 632 : 632 | Disc Jockey Jump | 51 | 1 | 2 | | 193149 | 6260820 | 0.99 row 633 : 633 | Up An' Atom | 51 | 1 | 2 | | 179565 | 5822645 | 0.99 row 634 : 634 | Bop Boogie | 51 | 1 | 2 | | 189596 | 6093124 | 0.99 row 635 : 635 | Lemon Drop | 51 | 1 | 2 | | 194089 | 6287531 | 0.99 row 636 : 636 | Coronation Drop | 51 | 1 | 2 | | 176222 | 5899898 | 0.99 row 637 : 637 | Overtime | 51 | 1 | 2 | | 163030 | 5432236 | 0.99 row 638 : 638 | Imagination | 51 | 1 | 2 | | 289306 | 9444385 | 0.99 row 639 : 639 | Don't Take Your Love From Me | 51 | 1 | 2 | | 282331 | 9244238 | 0.99 row 640 : 640 | Midget | 51 | 1 | 2 | | 217025 | 7257663 | 0.99 row 641 : 641 | I'm Coming Virginia | 51 | 1 | 2 | | 280163 | 9209827 | 0.99 row 642 : 642 | Payin' Them Dues Blues | 51 | 1 | 2 | | 198556 | 6536918 | 0.99 row 643 : 643 | Jungle Drums | 51 | 1 | 2 | | 199627 | 6546063 | 0.99 row 644 : 644 | Showcase | 51 | 1 | 2 | | 201560 | 6697510 | 0.99 row 645 : 645 | Swedish Schnapps | 51 | 1 | 2 | | 191268 | 6359750 | 0.99 row 646 : 646 | Samba Da Bênção | 52 | 1 | 11 | | 409965 | 13490008 | 0.99 row 647 : 647 | Pot-Pourri N.º 4 | 52 | 1 | 11 | | 392437 | 13125975 | 0.99 row 648 : 648 | Onde Anda Você | 52 | 1 | 11 | | 168437 | 5550356 | 0.99 row 649 : 649 | Samba Da Volta | 52 | 1 | 11 | | 170631 | 5676090 | 0.99 row 650 : 650 | Canto De Ossanha | 52 | 1 | 11 | | 204956 | 6771624 | 0.99 row 651 : 651 | Pot-Pourri N.º 5 | 52 | 1 | 11 | | 219898 | 7117769 | 0.99 row 652 : 652 | Formosa | 52 | 1 | 11 | | 137482 | 4560873 | 0.99 row 653 : 653 | Como É Duro Trabalhar | 52 | 1 | 11 | | 226168 | 7541177 | 0.99 row 654 : 654 | Minha Namorada | 52 | 1 | 11 | | 244297 | 7927967 | 0.99 row 655 : 655 | Por Que Será | 52 | 1 | 11 | | 162142 | 5371483 | 0.99 row 656 : 656 | Berimbau | 52 | 1 | 11 | | 190667 | 6335548 | 0.99 row 657 : 657 | Deixa | 52 | 1 | 11 | | 179826 | 5932799 | 0.99 row 658 : 658 | Pot-Pourri N.º 2 | 52 | 1 | 11 | | 211748 | 6878359 | 0.99 row 659 : 659 | Samba Em Prelúdio | 52 | 1 | 11 | | 212636 | 6923473 | 0.99 row 660 : 660 | Carta Ao Tom 74 | 52 | 1 | 11 | | 162560 | 5382354 | 0.99 row 661 : 661 | Linha de Passe (João Bosco) | 53 | 1 | 7 | | 230948 | 7902328 | 0.99 row 662 : 662 | Pela Luz dos Olhos Teus (Miúcha e Tom Jobim) | 53 | 1 | 7 | | 163970 | 5399626 | 0.99 row 663 : 663 | Chão de Giz (Elba Ramalho) | 53 | 1 | 7 | | 274834 | 9016916 | 0.99 row 664 : 664 | Marina (Dorival Caymmi) | 53 | 1 | 7 | | 172643 | 5523628 | 0.99 row 665 : 665 | Aquarela (Toquinho) | 53 | 1 | 7 | | 259944 | 8480140 | 0.99 row 666 : 666 | Coração do Agreste (Fafá de Belém) | 53 | 1 | 7 | | 258194 | 8380320 | 0.99 row 667 : 667 | Dona (Roupa Nova) | 53 | 1 | 7 | | 243356 | 7991295 | 0.99 row 668 : 668 | Começaria Tudo Outra Vez (Maria Creuza) | 53 | 1 | 7 | | 206994 | 6851151 | 0.99 row 669 : 669 | Caçador de Mim (Sá & Guarabyra) | 53 | 1 | 7 | | 238341 | 7751360 | 0.99 row 670 : 670 | Romaria (Renato Teixeira) | 53 | 1 | 7 | | 244793 | 8033885 | 0.99 row 671 : 671 | As Rosas Não Falam (Beth Carvalho) | 53 | 1 | 7 | | 116767 | 3836641 | 0.99 row 672 : 672 | Wave (Os Cariocas) | 53 | 1 | 7 | | 130063 | 4298006 | 0.99 row 673 : 673 | Garota de Ipanema (Dick Farney) | 53 | 1 | 7 | | 174367 | 5767474 | 0.99 row 674 : 674 | Preciso Apender a Viver Só (Maysa) | 53 | 1 | 7 | | 143464 | 4642359 | 0.99 row 675 : 675 | Susie Q | 54 | 1 | 1 | Hawkins-Lewis-Broadwater | 275565 | 9043825 | 0.99 row 676 : 676 | I Put A Spell On You | 54 | 1 | 1 | Jay Hawkins | 272091 | 8943000 | 0.99 row 677 : 677 | Proud Mary | 54 | 1 | 1 | J. C. Fogerty | 189022 | 6229590 | 0.99 row 678 : 678 | Bad Moon Rising | 54 | 1 | 1 | J. C. Fogerty | 140146 | 4609835 | 0.99 row 679 : 679 | Lodi | 54 | 1 | 1 | J. C. Fogerty | 191451 | 6260214 | 0.99 row 680 : 680 | Green River | 54 | 1 | 1 | J. C. Fogerty | 154279 | 5105874 | 0.99 row 681 : 681 | Commotion | 54 | 1 | 1 | J. C. Fogerty | 162899 | 5354252 | 0.99 row 682 : 682 | Down On The Corner | 54 | 1 | 1 | J. C. Fogerty | 164858 | 5521804 | 0.99 row 683 : 683 | Fortunate Son | 54 | 1 | 1 | J. C. Fogerty | 140329 | 4617559 | 0.99 row 684 : 684 | Travelin' Band | 54 | 1 | 1 | J. C. Fogerty | 129358 | 4270414 | 0.99 row 685 : 685 | Who'll Stop The Rain | 54 | 1 | 1 | J. C. Fogerty | 149394 | 4899579 | 0.99 row 686 : 686 | Up Around The Bend | 54 | 1 | 1 | J. C. Fogerty | 162429 | 5368701 | 0.99 row 687 : 687 | Run Through The Jungle | 54 | 1 | 1 | J. C. Fogerty | 186044 | 6156567 | 0.99 row 688 : 688 | Lookin' Out My Back Door | 54 | 1 | 1 | J. C. Fogerty | 152946 | 5034670 | 0.99 row 689 : 689 | Long As I Can See The Light | 54 | 1 | 1 | J. C. Fogerty | 213237 | 6924024 | 0.99 row 690 : 690 | I Heard It Through The Grapevine | 54 | 1 | 1 | Whitfield-Strong | 664894 | 21947845 | 0.99 row 691 : 691 | Have You Ever Seen The Rain? | 54 | 1 | 1 | J. C. Fogerty | 160052 | 5263675 | 0.99 row 692 : 692 | Hey Tonight | 54 | 1 | 1 | J. C. Fogerty | 162847 | 5343807 | 0.99 row 693 : 693 | Sweet Hitch-Hiker | 54 | 1 | 1 | J. C. Fogerty | 175490 | 5716603 | 0.99 row 694 : 694 | Someday Never Comes | 54 | 1 | 1 | J. C. Fogerty | 239360 | 7945235 | 0.99 row 695 : 695 | Walking On The Water | 55 | 1 | 1 | J.C. Fogerty | 281286 | 9302129 | 0.99 row 696 : 696 | Suzie-Q, Pt. 2 | 55 | 1 | 1 | J.C. Fogerty | 244114 | 7986637 | 0.99 row 697 : 697 | Born On The Bayou | 55 | 1 | 1 | J.C. Fogerty | 316630 | 10361866 | 0.99 row 698 : 698 | Good Golly Miss Molly | 55 | 1 | 1 | J.C. Fogerty | 163604 | 5348175 | 0.99 row 699 : 699 | Tombstone Shadow | 55 | 1 | 1 | J.C. Fogerty | 218880 | 7209080 | 0.99 row 700 : 700 | Wrote A Song For Everyone | 55 | 1 | 1 | J.C. Fogerty | 296385 | 9675875 | 0.99 row 701 : 701 | Night Time Is The Right Time | 55 | 1 | 1 | J.C. Fogerty | 190119 | 6211173 | 0.99 row 702 : 702 | Cotton Fields | 55 | 1 | 1 | J.C. Fogerty | 178181 | 5919224 | 0.99 row 703 : 703 | It Came Out Of The Sky | 55 | 1 | 1 | J.C. Fogerty | 176718 | 5807474 | 0.99 row 704 : 704 | Don't Look Now | 55 | 1 | 1 | J.C. Fogerty | 131918 | 4366455 | 0.99 row 705 : 705 | The Midnight Special | 55 | 1 | 1 | J.C. Fogerty | 253596 | 8297482 | 0.99 row 706 : 706 | Before You Accuse Me | 55 | 1 | 1 | J.C. Fogerty | 207804 | 6815126 | 0.99 row 707 : 707 | My Baby Left Me | 55 | 1 | 1 | J.C. Fogerty | 140460 | 4633440 | 0.99 row 708 : 708 | Pagan Baby | 55 | 1 | 1 | J.C. Fogerty | 385619 | 12713813 | 0.99 row 709 : 709 | (Wish I Could) Hideaway | 55 | 1 | 1 | J.C. Fogerty | 228466 | 7432978 | 0.99 row 710 : 710 | It's Just A Thought | 55 | 1 | 1 | J.C. Fogerty | 237374 | 7778319 | 0.99 row 711 : 711 | Molina | 55 | 1 | 1 | J.C. Fogerty | 163239 | 5390811 | 0.99 row 712 : 712 | Born To Move | 55 | 1 | 1 | J.C. Fogerty | 342804 | 11260814 | 0.99 row 713 : 713 | Lookin' For A Reason | 55 | 1 | 1 | J.C. Fogerty | 209789 | 6933135 | 0.99 row 714 : 714 | Hello Mary Lou | 55 | 1 | 1 | J.C. Fogerty | 132832 | 4476563 | 0.99 row 715 : 715 | Gatas Extraordinárias | 56 | 1 | 7 | | 212506 | 7095702 | 0.99 row 716 : 716 | Brasil | 56 | 1 | 7 | | 243696 | 7911683 | 0.99 row 717 : 717 | Eu Sou Neguinha (Ao Vivo) | 56 | 1 | 7 | | 251768 | 8376000 | 0.99 row 718 : 718 | Geração Coca-Cola (Ao Vivo) | 56 | 1 | 7 | | 228153 | 7573301 | 0.99 row 719 : 719 | Lanterna Dos Afogados | 56 | 1 | 7 | | 204538 | 6714582 | 0.99 row 720 : 720 | Coroné Antonio Bento | 56 | 1 | 7 | | 200437 | 6713066 | 0.99 row 721 : 721 | Você Passa, Eu Acho Graça (Ao Vivo) | 56 | 1 | 7 | | 206733 | 6943576 | 0.99 row 722 : 722 | Meu Mundo Fica Completo (Com Você) | 56 | 1 | 7 | | 247771 | 8322240 | 0.99 row 723 : 723 | 1° De Julho | 56 | 1 | 7 | | 270262 | 9017535 | 0.99 row 724 : 724 | Música Urbana 2 | 56 | 1 | 7 | | 194899 | 6383472 | 0.99 row 725 : 725 | Vida Bandida (Ao Vivo) | 56 | 1 | 7 | | 192626 | 6360785 | 0.99 row 726 : 726 | Palavras Ao Vento | 56 | 1 | 7 | | 212453 | 7048676 | 0.99 row 727 : 727 | Não Sei O Que Eu Quero Da Vida | 56 | 1 | 7 | | 151849 | 5024963 | 0.99 row 728 : 728 | Woman Is The Nigger Of The World (Ao Vivo) | 56 | 1 | 7 | | 298919 | 9724145 | 0.99 row 729 : 729 | Juventude Transviada (Ao Vivo) | 56 | 1 | 7 | | 278622 | 9183808 | 0.99 row 730 : 730 | Malandragem | 57 | 1 | 7 | | 247588 | 8165048 | 0.99 row 731 : 731 | O Segundo Sol | 57 | 1 | 7 | | 252133 | 8335629 | 0.99 row 732 : 732 | Smells Like Teen Spirit (Ao Vivo) | 57 | 1 | 7 | | 316865 | 10384506 | 0.99 row 733 : 733 | E.C.T. | 57 | 1 | 7 | | 227500 | 7571834 | 0.99 row 734 : 734 | Todo Amor Que Houver Nesta Vida | 57 | 1 | 7 | | 227160 | 7420347 | 0.99 row 735 : 735 | Metrô. Linha 743 | 57 | 1 | 7 | | 174654 | 5837495 | 0.99 row 736 : 736 | Nós (Ao Vivo) | 57 | 1 | 7 | | 193828 | 6498661 | 0.99 row 737 : 737 | Na Cadência Do Samba | 57 | 1 | 7 | | 196075 | 6483952 | 0.99 row 738 : 738 | Admirável Gado Novo | 57 | 1 | 7 | | 274390 | 9144031 | 0.99 row 739 : 739 | Eleanor Rigby | 57 | 1 | 7 | | 189466 | 6303205 | 0.99 row 740 : 740 | Socorro | 57 | 1 | 7 | | 258586 | 8549393 | 0.99 row 741 : 741 | Blues Da Piedade | 57 | 1 | 7 | | 257123 | 8472964 | 0.99 row 742 : 742 | Rubens | 57 | 1 | 7 | | 211853 | 7026317 | 0.99 row 743 : 743 | Não Deixe O Samba Morrer - Cassia Eller e Alcione | 57 | 1 | 7 | | 268173 | 8936345 | 0.99 row 744 : 744 | Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos) | 57 | 1 | 7 | | 188473 | 6195854 | 0.99 row 745 : 745 | Comin' Home | 58 | 1 | 1 | Bolin/Coverdale/Paice | 235781 | 7644604 | 0.99 row 746 : 746 | Lady Luck | 58 | 1 | 1 | Cook/Coverdale | 168202 | 5501379 | 0.99 row 747 : 747 | Gettin' Tighter | 58 | 1 | 1 | Bolin/Hughes | 218044 | 7176909 | 0.99 row 748 : 748 | Dealer | 58 | 1 | 1 | Bolin/Coverdale | 230922 | 7591066 | 0.99 row 749 : 749 | I Need Love | 58 | 1 | 1 | Bolin/Coverdale | 263836 | 8701064 | 0.99 row 750 : 750 | Drifter | 58 | 1 | 1 | Bolin/Coverdale | 242834 | 8001505 | 0.99 row 751 : 751 | Love Child | 58 | 1 | 1 | Bolin/Coverdale | 188160 | 6173806 | 0.99 row 752 : 752 | This Time Around / Owed to 'G' [Instrumental] | 58 | 1 | 1 | Bolin/Hughes/Lord | 370102 | 11995679 | 0.99 row 753 : 753 | You Keep On Moving | 58 | 1 | 1 | Coverdale/Hughes | 319111 | 10447868 | 0.99 row 754 : 754 | Speed King | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 264385 | 8587578 | 0.99 row 755 : 755 | Bloodsucker | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 256261 | 8344405 | 0.99 row 756 : 756 | Child In Time | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 620460 | 20230089 | 0.99 row 757 : 757 | Flight Of The Rat | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 478302 | 15563967 | 0.99 row 758 : 758 | Into The Fire | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 210259 | 6849310 | 0.99 row 759 : 759 | Living Wreck | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 274886 | 8993056 | 0.99 row 760 : 760 | Hard Lovin' Man | 59 | 1 | 1 | Blackmore, Gillan, Glover, Lord, Paice | 431203 | 13931179 | 0.99 row 761 : 761 | Fireball | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 204721 | 6714807 | 0.99 row 762 : 762 | No No No | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 414902 | 13646606 | 0.99 row 763 : 763 | Strange Kind Of Woman | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 247092 | 8072036 | 0.99 row 764 : 764 | Anyone's Daughter | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 284682 | 9354480 | 0.99 row 765 : 765 | The Mule | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 322063 | 10638390 | 0.99 row 766 : 766 | Fools | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 500427 | 16279366 | 0.99 row 767 : 767 | No One Came | 60 | 1 | 1 | Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice | 385880 | 12643813 | 0.99 row 768 : 768 | Knocking At Your Back Door | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 424829 | 13779332 | 0.99 row 769 : 769 | Bad Attitude | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 307905 | 10035180 | 0.99 row 770 : 770 | Child In Time (Son Of Aleric - Instrumental) | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 602880 | 19712753 | 0.99 row 771 : 771 | Nobody's Home | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 243017 | 7929493 | 0.99 row 772 : 772 | Black Night | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 368770 | 12058906 | 0.99 row 773 : 773 | Perfect Strangers | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover | 321149 | 10445353 | 0.99 row 774 : 774 | The Unwritten Law | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice | 295053 | 9740361 | 0.99 row 775 : 775 | Call Of The Wild | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord | 293851 | 9575295 | 0.99 row 776 : 776 | Hush | 61 | 1 | 1 | South | 213054 | 6944928 | 0.99 row 777 : 777 | Smoke On The Water | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 464378 | 15180849 | 0.99 row 778 : 778 | Space Trucking | 61 | 1 | 1 | Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice | 341185 | 11122183 | 0.99 row 779 : 779 | Highway Star | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 368770 | 12012452 | 0.99 row 780 : 780 | Maybe I'm A Leo | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 290455 | 9502646 | 0.99 row 781 : 781 | Pictures Of Home | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 303777 | 9903835 | 0.99 row 782 : 782 | Never Before | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 239830 | 7832790 | 0.99 row 783 : 783 | Smoke On The Water | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 340871 | 11246496 | 0.99 row 784 : 784 | Lazy | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 442096 | 14397671 | 0.99 row 785 : 785 | Space Truckin' | 62 | 1 | 1 | Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover | 272796 | 8981030 | 0.99 row 786 : 786 | Vavoom : Ted The Mechanic | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 257384 | 8510755 | 0.99 row 787 : 787 | Loosen My Strings | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 359680 | 11702232 | 0.99 row 788 : 788 | Soon Forgotten | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 287791 | 9401383 | 0.99 row 789 : 789 | Sometimes I Feel Like Screaming | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 451840 | 14789410 | 0.99 row 790 : 790 | Cascades : I'm Not Your Lover | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283689 | 9209693 | 0.99 row 791 : 791 | The Aviator | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 320992 | 10532053 | 0.99 row 792 : 792 | Rosa's Cantina | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 312372 | 10323804 | 0.99 row 793 : 793 | A Castle Full Of Rascals | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 311693 | 10159566 | 0.99 row 794 : 794 | A Touch Away | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 276323 | 9098561 | 0.99 row 795 : 795 | Hey Cisco | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 354089 | 11600029 | 0.99 row 796 : 796 | Somebody Stole My Guitar | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 249443 | 8180421 | 0.99 row 797 : 797 | The Purpendicular Waltz | 63 | 1 | 1 | Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice | 283924 | 9299131 | 0.99 row 798 : 798 | King Of Dreams | 64 | 1 | 1 | Blackmore, Glover, Turner | 328385 | 10733847 | 0.99 row 799 : 799 | The Cut Runs Deep | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 342752 | 11191650 | 0.99 row 800 : 800 | Fire In The Basement | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 283977 | 9267550 | 0.99 row 801 : 801 | Truth Hurts | 64 | 1 | 1 | Blackmore, Glover, Turner | 314827 | 10224612 | 0.99 row 802 : 802 | Breakfast In Bed | 64 | 1 | 1 | Blackmore, Glover, Turner | 317126 | 10323804 | 0.99 row 803 : 803 | Love Conquers All | 64 | 1 | 1 | Blackmore, Glover, Turner | 227186 | 7328516 | 0.99 row 804 : 804 | Fortuneteller | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 349335 | 11369671 | 0.99 row 805 : 805 | Too Much Is Not Enough | 64 | 1 | 1 | Turner, Held, Greenwood | 257724 | 8382800 | 0.99 row 806 : 806 | Wicked Ways | 64 | 1 | 1 | Blackmore, Glover, Turner, Lord, Paice | 393691 | 12826582 | 0.99 row 807 : 807 | Stormbringer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 246413 | 8044864 | 0.99 row 808 : 808 | Love Don't Mean a Thing | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 263862 | 8675026 | 0.99 row 809 : 809 | Holy Man | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord | 270236 | 8818093 | 0.99 row 810 : 810 | Hold On | 65 | 1 | 1 | D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord | 306860 | 10022428 | 0.99 row 811 : 811 | Lady Double Dealer | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 201482 | 6554330 | 0.99 row 812 : 812 | You Can't Do it Right (With the One You Love) | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore | 203755 | 6709579 | 0.99 row 813 : 813 | High Ball Shooter | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 267833 | 8772471 | 0.99 row 814 : 814 | The Gypsy | 65 | 1 | 1 | D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore | 242886 | 7946614 | 0.99 row 815 : 815 | Soldier Of Fortune | 65 | 1 | 1 | D.Coverdale/R.Blackmore/Ritchie Blackmore | 193750 | 6315321 | 0.99 row 816 : 816 | The Battle Rages On | 66 | 1 | 1 | ian paice/jon lord | 356963 | 11626228 | 0.99 row 817 : 817 | Lick It Up | 66 | 1 | 1 | roger glover | 240274 | 7792604 | 0.99 row 818 : 818 | Anya | 66 | 1 | 1 | jon lord/roger glover | 392437 | 12754921 | 0.99 row 819 : 819 | Talk About Love | 66 | 1 | 1 | roger glover | 247823 | 8072171 | 0.99 row 820 : 820 | Time To Kill | 66 | 1 | 1 | roger glover | 351033 | 11354742 | 0.99 row 821 : 821 | Ramshackle Man | 66 | 1 | 1 | roger glover | 334445 | 10874679 | 0.99 row 822 : 822 | A Twist In The Tail | 66 | 1 | 1 | roger glover | 257462 | 8413103 | 0.99 row 823 : 823 | Nasty Piece Of Work | 66 | 1 | 1 | jon lord/roger glover | 276662 | 9076997 | 0.99 row 824 : 824 | Solitaire | 66 | 1 | 1 | roger glover | 282226 | 9157021 | 0.99 row 825 : 825 | One Man's Meat | 66 | 1 | 1 | roger glover | 278804 | 9068960 | 0.99 row 826 : 826 | Pour Some Sugar On Me | 67 | 1 | 1 | | 292519 | 9518842 | 0.99 row 827 : 827 | Photograph | 67 | 1 | 1 | | 248633 | 8108507 | 0.99 row 828 : 828 | Love Bites | 67 | 1 | 1 | | 346853 | 11305791 | 0.99 row 829 : 829 | Let's Get Rocked | 67 | 1 | 1 | | 296019 | 9724150 | 0.99 row 830 : 830 | Two Steps Behind [Acoustic Version] | 67 | 1 | 1 | | 259787 | 8523388 | 0.99 row 831 : 831 | Animal | 67 | 1 | 1 | | 244741 | 7985133 | 0.99 row 832 : 832 | Heaven Is | 67 | 1 | 1 | | 214021 | 6988128 | 0.99 row 833 : 833 | Rocket | 67 | 1 | 1 | | 247248 | 8092463 | 0.99 row 834 : 834 | When Love & Hate Collide | 67 | 1 | 1 | | 257280 | 8364633 | 0.99 row 835 : 835 | Action | 67 | 1 | 1 | | 220604 | 7130830 | 0.99 row 836 : 836 | Make Love Like A Man | 67 | 1 | 1 | | 255660 | 8309725 | 0.99 row 837 : 837 | Armageddon It | 67 | 1 | 1 | | 322455 | 10522352 | 0.99 row 838 : 838 | Have You Ever Needed Someone So Bad | 67 | 1 | 1 | | 319320 | 10400020 | 0.99 row 839 : 839 | Rock Of Ages | 67 | 1 | 1 | | 248424 | 8150318 | 0.99 row 840 : 840 | Hysteria | 67 | 1 | 1 | | 355056 | 11622738 | 0.99 row 841 : 841 | Bringin' On The Heartbreak | 67 | 1 | 1 | | 272457 | 8853324 | 0.99 row 842 : 842 | Roll Call | 68 | 1 | 2 | Jim Beard | 321358 | 10653494 | 0.99 row 843 : 843 | Otay | 68 | 1 | 2 | John Scofield, Robert Aries, Milton Chambers and Gary Grainger | 423653 | 14176083 | 0.99 row 844 : 844 | Groovus Interruptus | 68 | 1 | 2 | Jim Beard | 319373 | 10602166 | 0.99 row 845 : 845 | Paris On Mine | 68 | 1 | 2 | Jon Herington | 368875 | 12059507 | 0.99 row 846 : 846 | In Time | 68 | 1 | 2 | Sylvester Stewart | 368953 | 12287103 | 0.99 row 847 : 847 | Plan B | 68 | 1 | 2 | Dean Brown, Dennis Chambers & Jim Beard | 272039 | 9032315 | 0.99 row 848 : 848 | Outbreak | 68 | 1 | 2 | Jim Beard & Jon Herington | 659226 | 21685807 | 0.99 row 849 : 849 | Baltimore, DC | 68 | 1 | 2 | John Scofield | 346932 | 11394473 | 0.99 row 850 : 850 | Talkin Loud and Saying Nothin | 68 | 1 | 2 | James Brown & Bobby Byrd | 360411 | 11994859 | 0.99 row 851 : 851 | Pétala | 69 | 1 | 7 | | 270080 | 8856165 | 0.99 row 852 : 852 | Meu Bem-Querer | 69 | 1 | 7 | | 255608 | 8330047 | 0.99 row 853 : 853 | Cigano | 69 | 1 | 7 | | 304692 | 10037362 | 0.99 row 854 : 854 | Boa Noite | 69 | 1 | 7 | | 338755 | 11283582 | 0.99 row 855 : 855 | Fato Consumado | 69 | 1 | 7 | | 211565 | 7018586 | 0.99 row 856 : 856 | Faltando Um Pedaço | 69 | 1 | 7 | | 267728 | 8788760 | 0.99 row 857 : 857 | Álibi | 69 | 1 | 7 | | 213237 | 6928434 | 0.99 row 858 : 858 | Esquinas | 69 | 1 | 7 | | 280999 | 9096726 | 0.99 row 859 : 859 | Se... | 69 | 1 | 7 | | 286432 | 9413777 | 0.99 row 860 : 860 | Eu Te Devoro | 69 | 1 | 7 | | 311614 | 10312775 | 0.99 row 861 : 861 | Lilás | 69 | 1 | 7 | | 274181 | 9049542 | 0.99 row 862 : 862 | Acelerou | 69 | 1 | 7 | | 284081 | 9396942 | 0.99 row 863 : 863 | Um Amor Puro | 69 | 1 | 7 | | 327784 | 10687311 | 0.99 row 864 : 864 | Samurai | 70 | 1 | 7 | Djavan | 330997 | 10872787 | 0.99 row 865 : 865 | Nem Um Dia | 70 | 1 | 7 | Djavan | 337423 | 11181446 | 0.99 row 866 : 866 | Oceano | 70 | 1 | 7 | Djavan | 217338 | 7026441 | 0.99 row 867 : 867 | Açai | 70 | 1 | 7 | Djavan | 270968 | 8893682 | 0.99 row 868 : 868 | Serrado | 70 | 1 | 7 | Djavan | 295314 | 9842240 | 0.99 row 869 : 869 | Flor De Lis | 70 | 1 | 7 | Djavan | 236355 | 7801108 | 0.99 row 870 : 870 | Amar É Tudo | 70 | 1 | 7 | Djavan | 211617 | 7073899 | 0.99 row 871 : 871 | Azul | 70 | 1 | 7 | Djavan | 253962 | 8381029 | 0.99 row 872 : 872 | Seduzir | 70 | 1 | 7 | Djavan | 277524 | 9163253 | 0.99 row 873 : 873 | A Carta | 70 | 1 | 7 | Djavan - Gabriel, O Pensador | 347297 | 11493463 | 0.99 row 874 : 874 | Sina | 70 | 1 | 7 | Djavan | 268173 | 8906539 | 0.99 row 875 : 875 | Acelerou | 70 | 1 | 7 | Djavan | 284133 | 9391439 | 0.99 row 876 : 876 | Um Amor Puro | 70 | 1 | 7 | Djavan | 327105 | 10664698 | 0.99 row 877 : 877 | O Bêbado e a Equilibrista | 71 | 1 | 7 | | 223059 | 7306143 | 0.99 row 878 : 878 | O Mestre-Sala dos Mares | 71 | 1 | 7 | | 186226 | 6180414 | 0.99 row 879 : 879 | Atrás da Porta | 71 | 1 | 7 | | 166608 | 5432518 | 0.99 row 880 : 880 | Dois Pra Lá, Dois Pra Cá | 71 | 1 | 7 | | 263026 | 8684639 | 0.99 row 881 : 881 | Casa no Campo | 71 | 1 | 7 | | 170788 | 5531841 | 0.99 row 882 : 882 | Romaria | 71 | 1 | 7 | | 242834 | 7968525 | 0.99 row 883 : 883 | Alô, Alô, Marciano | 71 | 1 | 7 | | 241397 | 8137254 | 0.99 row 884 : 884 | Me Deixas Louca | 71 | 1 | 7 | | 214831 | 6888030 | 0.99 row 885 : 885 | Fascinação | 71 | 1 | 7 | | 180793 | 5793959 | 0.99 row 886 : 886 | Saudosa Maloca | 71 | 1 | 7 | | 278125 | 9059416 | 0.99 row 887 : 887 | As Aparências Enganam | 71 | 1 | 7 | | 247379 | 8014346 | 0.99 row 888 : 888 | Madalena | 71 | 1 | 7 | | 157387 | 5243721 | 0.99 row 889 : 889 | Maria Rosa | 71 | 1 | 7 | | 232803 | 7592504 | 0.99 row 890 : 890 | Aprendendo A Jogar | 71 | 1 | 7 | | 290664 | 9391041 | 0.99 row 891 : 891 | Layla | 72 | 1 | 6 | Clapton/Gordon | 430733 | 14115792 | 0.99 row 892 : 892 | Badge | 72 | 1 | 6 | Clapton/Harrison | 163552 | 5322942 | 0.99 row 893 : 893 | I Feel Free | 72 | 1 | 6 | Bruce/Clapton | 174576 | 5725684 | 0.99 row 894 : 894 | Sunshine Of Your Love | 72 | 1 | 6 | Bruce/Clapton | 252891 | 8225889 | 0.99 row 895 : 895 | Crossroads | 72 | 1 | 6 | Clapton/Robert Johnson Arr: Eric Clapton | 253335 | 8273540 | 0.99 row 896 : 896 | Strange Brew | 72 | 1 | 6 | Clapton/Collins/Pappalardi | 167810 | 5489787 | 0.99 row 897 : 897 | White Room | 72 | 1 | 6 | Bruce/Clapton | 301583 | 9872606 | 0.99 row 898 : 898 | Bell Bottom Blues | 72 | 1 | 6 | Clapton | 304744 | 9946681 | 0.99 row 899 : 899 | Cocaine | 72 | 1 | 6 | Cale/Clapton | 215928 | 7138399 | 0.99 row 900 : 900 | I Shot The Sheriff | 72 | 1 | 6 | Marley | 263862 | 8738973 | 0.99 row 901 : 901 | After Midnight | 72 | 1 | 6 | Clapton/J. J. Cale | 191320 | 6460941 | 0.99 row 902 : 902 | Swing Low Sweet Chariot | 72 | 1 | 6 | Clapton/Trad. Arr. Clapton | 208143 | 6896288 | 0.99 row 903 : 903 | Lay Down Sally | 72 | 1 | 6 | Clapton/Levy | 231732 | 7774207 | 0.99 row 904 : 904 | Knockin On Heavens Door | 72 | 1 | 6 | Clapton/Dylan | 264411 | 8758819 | 0.99 row 905 : 905 | Wonderful Tonight | 72 | 1 | 6 | Clapton | 221387 | 7326923 | 0.99 row 906 : 906 | Let It Grow | 72 | 1 | 6 | Clapton | 297064 | 9742568 | 0.99 row 907 : 907 | Promises | 72 | 1 | 6 | Clapton/F.eldman/Linn | 180401 | 6006154 | 0.99 row 908 : 908 | I Can't Stand It | 72 | 1 | 6 | Clapton | 249730 | 8271980 | 0.99 row 909 : 909 | Signe | 73 | 1 | 6 | Eric Clapton | 193515 | 6475042 | 0.99 row 910 : 910 | Before You Accuse Me | 73 | 1 | 6 | Eugene McDaniel | 224339 | 7456807 | 0.99 row 911 : 911 | Hey Hey | 73 | 1 | 6 | Big Bill Broonzy | 196466 | 6543487 | 0.99 row 912 : 912 | Tears In Heaven | 73 | 1 | 6 | Eric Clapton, Will Jennings | 274729 | 9032835 | 0.99 row 913 : 913 | Lonely Stranger | 73 | 1 | 6 | Eric Clapton | 328724 | 10894406 | 0.99 row 914 : 914 | Nobody Knows You When You're Down & Out | 73 | 1 | 6 | Jimmy Cox | 231836 | 7669922 | 0.99 row 915 : 915 | Layla | 73 | 1 | 6 | Eric Clapton, Jim Gordon | 285387 | 9490542 | 0.99 row 916 : 916 | Running On Faith | 73 | 1 | 6 | Jerry Lynn Williams | 378984 | 12536275 | 0.99 row 917 : 917 | Walkin' Blues | 73 | 1 | 6 | Robert Johnson | 226429 | 7435192 | 0.99 row 918 : 918 | Alberta | 73 | 1 | 6 | Traditional | 222406 | 7412975 | 0.99 row 919 : 919 | San Francisco Bay Blues | 73 | 1 | 6 | Jesse Fuller | 203363 | 6724021 | 0.99 row 920 : 920 | Malted Milk | 73 | 1 | 6 | Robert Johnson | 216528 | 7096781 | 0.99 row 921 : 921 | Old Love | 73 | 1 | 6 | Eric Clapton, Robert Cray | 472920 | 15780747 | 0.99 row 922 : 922 | Rollin' And Tumblin' | 73 | 1 | 6 | McKinley Morgenfield (Muddy Waters) | 251768 | 8407355 | 0.99 row 923 : 923 | Collision | 74 | 1 | 4 | Jon Hudson/Mike Patton | 204303 | 6656596 | 0.99 row 924 : 924 | Stripsearch | 74 | 1 | 4 | Jon Hudson/Mike Bordin/Mike Patton | 270106 | 8861119 | 0.99 row 925 : 925 | Last Cup Of Sorrow | 74 | 1 | 4 | Bill Gould/Mike Patton | 251663 | 8221247 | 0.99 row 926 : 926 | Naked In Front Of The Computer | 74 | 1 | 4 | Mike Patton | 128757 | 4225077 | 0.99 row 927 : 927 | Helpless | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 326217 | 10753135 | 0.99 row 928 : 928 | Mouth To Mouth | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton | 228493 | 7505887 | 0.99 row 929 : 929 | Ashes To Ashes | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 217391 | 7093746 | 0.99 row 930 : 930 | She Loves Me Not | 74 | 1 | 4 | Bill Gould/Mike Bordin/Mike Patton | 209867 | 6887544 | 0.99 row 931 : 931 | Got That Feeling | 74 | 1 | 4 | Mike Patton | 140852 | 4643227 | 0.99 row 932 : 932 | Paths Of Glory | 74 | 1 | 4 | Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum | 257253 | 8436300 | 0.99 row 933 : 933 | Home Sick Home | 74 | 1 | 4 | Mike Patton | 119040 | 3898976 | 0.99 row 934 : 934 | Pristina | 74 | 1 | 4 | Bill Gould/Mike Patton | 232698 | 7497361 | 0.99 row 935 : 935 | Land Of Sunshine | 75 | 1 | 4 | | 223921 | 7353567 | 0.99 row 936 : 936 | Caffeine | 75 | 1 | 4 | | 267937 | 8747367 | 0.99 row 937 : 937 | Midlife Crisis | 75 | 1 | 4 | | 263235 | 8628841 | 0.99 row 938 : 938 | RV | 75 | 1 | 4 | | 223242 | 7288162 | 0.99 row 939 : 939 | Smaller And Smaller | 75 | 1 | 4 | | 310831 | 10180103 | 0.99 row 940 : 940 | Everything's Ruined | 75 | 1 | 4 | | 273658 | 9010917 | 0.99 row 941 : 941 | Malpractice | 75 | 1 | 4 | | 241371 | 7900683 | 0.99 row 942 : 942 | Kindergarten | 75 | 1 | 4 | | 270680 | 8853647 | 0.99 row 943 : 943 | Be Aggressive | 75 | 1 | 4 | | 222432 | 7298027 | 0.99 row 944 : 944 | A Small Victory | 75 | 1 | 4 | | 297168 | 9733572 | 0.99 row 945 : 945 | Crack Hitler | 75 | 1 | 4 | | 279144 | 9162435 | 0.99 row 946 : 946 | Jizzlobber | 75 | 1 | 4 | | 398341 | 12926140 | 0.99 row 947 : 947 | Midnight Cowboy | 75 | 1 | 4 | | 251924 | 8242626 | 0.99 row 948 : 948 | Easy | 75 | 1 | 4 | | 185835 | 6073008 | 0.99 row 949 : 949 | Get Out | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 137482 | 4524972 | 0.99 row 950 : 950 | Ricochet | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 269400 | 8808812 | 0.99 row 951 : 951 | Evidence | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 293590 | 9626136 | 0.99 row 952 : 952 | The Gentle Art Of Making Enemies | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 209319 | 6908609 | 0.99 row 953 : 953 | Star A.D. | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 203807 | 6747658 | 0.99 row 954 : 954 | Cuckoo For Caca | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 222902 | 7388369 | 0.99 row 955 : 955 | Caralho Voador | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 242102 | 8029054 | 0.99 row 956 : 956 | Ugly In The Morning | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 186435 | 6224997 | 0.99 row 957 : 957 | Digging The Grave | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 185129 | 6109259 | 0.99 row 958 : 958 | Take This Bottle | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 298997 | 9779971 | 0.99 row 959 : 959 | King For A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton, Trey Spruance | 395859 | 13163733 | 0.99 row 960 : 960 | What A Day | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 158275 | 5203430 | 0.99 row 961 : 961 | The Last To Know | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 267833 | 8736776 | 0.99 row 962 : 962 | Just A Man | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 336666 | 11031254 | 0.99 row 963 : 963 | Absolute Zero | 76 | 1 | 1 | Mike Bordin, Billy Gould, Mike Patton | 181995 | 5929427 | 0.99 row 964 : 964 | From Out Of Nowhere | 77 | 1 | 4 | Faith No More | 202527 | 6587802 | 0.99 row 965 : 965 | Epic | 77 | 1 | 4 | Faith No More | 294008 | 9631296 | 0.99 row 966 : 966 | Falling To Pieces | 77 | 1 | 4 | Faith No More | 316055 | 10333123 | 0.99 row 967 : 967 | Surprise! You're Dead! | 77 | 1 | 4 | Faith No More | 147226 | 4823036 | 0.99 row 968 : 968 | Zombie Eaters | 77 | 1 | 4 | Faith No More | 360881 | 11835367 | 0.99 row 969 : 969 | The Real Thing | 77 | 1 | 4 | Faith No More | 493635 | 16233080 | 0.99 row 970 : 970 | Underwater Love | 77 | 1 | 4 | Faith No More | 231993 | 7634387 | 0.99 row 971 : 971 | The Morning After | 77 | 1 | 4 | Faith No More | 223764 | 7355898 | 0.99 row 972 : 972 | Woodpecker From Mars | 77 | 1 | 4 | Faith No More | 340532 | 11174250 | 0.99 row 973 : 973 | War Pigs | 77 | 1 | 4 | Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne | 464770 | 15267802 | 0.99 row 974 : 974 | Edge Of The World | 77 | 1 | 4 | Faith No More | 250357 | 8235607 | 0.99 row 975 : 975 | Deixa Entrar | 78 | 1 | 7 | | 33619 | 1095012 | 0.99 row 976 : 976 | Falamansa Song | 78 | 1 | 7 | | 237165 | 7921313 | 0.99 row 977 : 977 | Xote Dos Milagres | 78 | 1 | 7 | | 269557 | 8897778 | 0.99 row 978 : 978 | Rindo À Toa | 78 | 1 | 7 | | 222066 | 7365321 | 0.99 row 979 : 979 | Confidência | 78 | 1 | 7 | | 222197 | 7460829 | 0.99 row 980 : 980 | Forró De Tóquio | 78 | 1 | 7 | | 169273 | 5588756 | 0.99 row 981 : 981 | Zeca Violeiro | 78 | 1 | 7 | | 143673 | 4781949 | 0.99 row 982 : 982 | Avisa | 78 | 1 | 7 | | 355030 | 11844320 | 0.99 row 983 : 983 | Principiando/Decolagem | 78 | 1 | 7 | | 116767 | 3923789 | 0.99 row 984 : 984 | Asas | 78 | 1 | 7 | | 231915 | 7711669 | 0.99 row 985 : 985 | Medo De Escuro | 78 | 1 | 7 | | 213760 | 7056323 | 0.99 row 986 : 986 | Oração | 78 | 1 | 7 | | 271072 | 9003882 | 0.99 row 987 : 987 | Minha Gata | 78 | 1 | 7 | | 181838 | 6039502 | 0.99 row 988 : 988 | Desaforo | 78 | 1 | 7 | | 174524 | 5853561 | 0.99 row 989 : 989 | In Your Honor | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 230191 | 7468463 | 0.99 row 990 : 990 | No Way Back | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 196675 | 6421400 | 0.99 row 991 : 991 | Best Of You | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 255712 | 8363467 | 0.99 row 992 : 992 | DOA | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 252186 | 8232342 | 0.99 row 993 : 993 | Hell | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 117080 | 3819255 | 0.99 row 994 : 994 | The Last Song | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 199523 | 6496742 | 0.99 row 995 : 995 | Free Me | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 278700 | 9109340 | 0.99 row 996 : 996 | Resolve | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 288731 | 9416186 | 0.99 row 997 : 997 | The Deepest Blues Are Black | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 238419 | 7735473 | 0.99 row 998 : 998 | End Over End | 79 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett | 352078 | 11395296 | 0.99 row 999 : 999 | Still | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 313182 | 10323157 | 0.99 row 1000 : 1000 | What If I Do? | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 302994 | 9929799 | 0.99 row 1001 : 1001 | Miracle | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 209684 | 6877994 | 0.99 row 1002 : 1002 | Another Round | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 265848 | 8752670 | 0.99 row 1003 : 1003 | Friend Of A Friend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 193280 | 6355088 | 0.99 row 1004 : 1004 | Over And Out | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 316264 | 10428382 | 0.99 row 1005 : 1005 | On The Mend | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 271908 | 9071997 | 0.99 row 1006 : 1006 | Virginia Moon | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 229198 | 7494639 | 0.99 row 1007 : 1007 | Cold Day In The Sun | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 200724 | 6596617 | 0.99 row 1008 : 1008 | Razor | 80 | 1 | 1 | Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS | 293276 | 9721373 | 0.99 row 1009 : 1009 | All My Life | 81 | 1 | 4 | Foo Fighters | 263653 | 8665545 | 0.99 row 1010 : 1010 | Low | 81 | 1 | 4 | Foo Fighters | 268120 | 8847196 | 0.99 row 1011 : 1011 | Have It All | 81 | 1 | 4 | Foo Fighters | 298057 | 9729292 | 0.99 row 1012 : 1012 | Times Like These | 81 | 1 | 4 | Foo Fighters | 266370 | 8624691 | 0.99 row 1013 : 1013 | Disenchanted Lullaby | 81 | 1 | 4 | Foo Fighters | 273528 | 8919111 | 0.99 row 1014 : 1014 | Tired Of You | 81 | 1 | 4 | Foo Fighters | 311353 | 10094743 | 0.99 row 1015 : 1015 | Halo | 81 | 1 | 4 | Foo Fighters | 306442 | 10026371 | 0.99 row 1016 : 1016 | Lonely As You | 81 | 1 | 4 | Foo Fighters | 277185 | 9022628 | 0.99 row 1017 : 1017 | Overdrive | 81 | 1 | 4 | Foo Fighters | 270550 | 8793187 | 0.99 row 1018 : 1018 | Burn Away | 81 | 1 | 4 | Foo Fighters | 298396 | 9678073 | 0.99 row 1019 : 1019 | Come Back | 81 | 1 | 4 | Foo Fighters | 469968 | 15371980 | 0.99 row 1020 : 1020 | Doll | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 83487 | 2702572 | 0.99 row 1021 : 1021 | Monkey Wrench | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 231523 | 7527531 | 0.99 row 1022 : 1022 | Hey, Johnny Park! | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 248528 | 8079480 | 0.99 row 1023 : 1023 | My Poor Brain | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 213446 | 6973746 | 0.99 row 1024 : 1024 | Wind Up | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 152163 | 4950667 | 0.99 row 1025 : 1025 | Up In Arms | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 135732 | 4406227 | 0.99 row 1026 : 1026 | My Hero | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 260101 | 8472365 | 0.99 row 1027 : 1027 | See You | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 146782 | 4888173 | 0.99 row 1028 : 1028 | Enough Space | 82 | 1 | 1 | Dave Grohl | 157387 | 5169280 | 0.99 row 1029 : 1029 | February Stars | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 289306 | 9344875 | 0.99 row 1030 : 1030 | Everlong | 82 | 1 | 1 | Dave Grohl | 250749 | 8270816 | 0.99 row 1031 : 1031 | Walking After You | 82 | 1 | 1 | Dave Grohl | 303856 | 9898992 | 0.99 row 1032 : 1032 | New Way Home | 82 | 1 | 1 | Dave, Taylor, Nate, Chris | 342230 | 11205664 | 0.99 row 1033 : 1033 | My Way | 83 | 1 | 12 | claude françois/gilles thibault/jacques revaux/paul anka | 275879 | 8928684 | 0.99 row 1034 : 1034 | Strangers In The Night | 83 | 1 | 12 | berthold kaempfert/charles singleton/eddie snyder | 155794 | 5055295 | 0.99 row 1035 : 1035 | New York, New York | 83 | 1 | 12 | fred ebb/john kander | 206001 | 6707993 | 0.99 row 1036 : 1036 | I Get A Kick Out Of You | 83 | 1 | 12 | cole porter | 194429 | 6332441 | 0.99 row 1037 : 1037 | Something Stupid | 83 | 1 | 12 | carson c. parks | 158615 | 5210643 | 0.99 row 1038 : 1038 | Moon River | 83 | 1 | 12 | henry mancini/johnny mercer | 198922 | 6395808 | 0.99 row 1039 : 1039 | What Now My Love | 83 | 1 | 12 | carl sigman/gilbert becaud/pierre leroyer | 149995 | 4913383 | 0.99 row 1040 : 1040 | Summer Love | 83 | 1 | 12 | hans bradtke/heinz meier/johnny mercer | 174994 | 5693242 | 0.99 row 1041 : 1041 | For Once In My Life | 83 | 1 | 12 | orlando murden/ronald miller | 171154 | 5557537 | 0.99 row 1042 : 1042 | Love And Marriage | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 89730 | 2930596 | 0.99 row 1043 : 1043 | They Can't Take That Away From Me | 83 | 1 | 12 | george gershwin/ira gershwin | 161227 | 5240043 | 0.99 row 1044 : 1044 | My Kind Of Town | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 188499 | 6119915 | 0.99 row 1045 : 1045 | Fly Me To The Moon | 83 | 1 | 12 | bart howard | 149263 | 4856954 | 0.99 row 1046 : 1046 | I've Got You Under My Skin | 83 | 1 | 12 | cole porter | 210808 | 6883787 | 0.99 row 1047 : 1047 | The Best Is Yet To Come | 83 | 1 | 12 | carolyn leigh/cy coleman | 173583 | 5633730 | 0.99 row 1048 : 1048 | It Was A Very Good Year | 83 | 1 | 12 | ervin drake | 266605 | 8554066 | 0.99 row 1049 : 1049 | Come Fly With Me | 83 | 1 | 12 | jimmy van heusen/sammy cahn | 190458 | 6231029 | 0.99 row 1050 : 1050 | That's Life | 83 | 1 | 12 | dean kay thompson/kelly gordon | 187010 | 6095727 | 0.99 row 1051 : 1051 | The Girl From Ipanema | 83 | 1 | 12 | antonio carlos jobim/norman gimbel/vinicius de moraes | 193750 | 6410674 | 0.99 row 1052 : 1052 | The Lady Is A Tramp | 83 | 1 | 12 | lorenz hart/richard rodgers | 184111 | 5987372 | 0.99 row 1053 : 1053 | Bad, Bad Leroy Brown | 83 | 1 | 12 | jim croce | 169900 | 5548581 | 0.99 row 1054 : 1054 | Mack The Knife | 83 | 1 | 12 | bert brecht/kurt weill/marc blitzstein | 292075 | 9541052 | 0.99 row 1055 : 1055 | Loves Been Good To Me | 83 | 1 | 12 | rod mckuen | 203964 | 6645365 | 0.99 row 1056 : 1056 | L.A. Is My Lady | 83 | 1 | 12 | alan bergman/marilyn bergman/peggy lipton jones/quincy jones | 193175 | 6378511 | 0.99 row 1057 : 1057 | Entrando Na Sua (Intro) | 84 | 1 | 7 | | 179252 | 5840027 | 0.99 row 1058 : 1058 | Nervosa | 84 | 1 | 7 | | 229537 | 7680421 | 0.99 row 1059 : 1059 | Funk De Bamba (Com Fernanda Abreu) | 84 | 1 | 7 | | 237191 | 7866165 | 0.99 row 1060 : 1060 | Call Me At Cleo´s | 84 | 1 | 7 | | 236617 | 7920510 | 0.99 row 1061 : 1061 | Olhos Coloridos (Com Sandra De Sá) | 84 | 1 | 7 | | 321332 | 10567404 | 0.99 row 1062 : 1062 | Zambação | 84 | 1 | 7 | | 301113 | 10030604 | 0.99 row 1063 : 1063 | Funk Hum | 84 | 1 | 7 | | 244453 | 8084475 | 0.99 row 1064 : 1064 | Forty Days (Com DJ Hum) | 84 | 1 | 7 | | 221727 | 7347172 | 0.99 row 1065 : 1065 | Balada Da Paula | 84 | 1 | 7 | Emerson Villani | 322821 | 10603717 | 0.99 row 1066 : 1066 | Dujji | 84 | 1 | 7 | | 324597 | 10833935 | 0.99 row 1067 : 1067 | Meu Guarda-Chuva | 84 | 1 | 7 | | 248528 | 8216625 | 0.99 row 1068 : 1068 | Motéis | 84 | 1 | 7 | | 213498 | 7041077 | 0.99 row 1069 : 1069 | Whistle Stop | 84 | 1 | 7 | | 526132 | 17533664 | 0.99 row 1070 : 1070 | 16 Toneladas | 84 | 1 | 7 | | 191634 | 6390885 | 0.99 row 1071 : 1071 | Divirta-Se (Saindo Da Sua) | 84 | 1 | 7 | | 74919 | 2439206 | 0.99 row 1072 : 1072 | Forty Days Instrumental | 84 | 1 | 7 | | 292493 | 9584317 | 0.99 row 1073 : 1073 | Óia Eu Aqui De Novo | 85 | 1 | 10 | | 219454 | 7469735 | 0.99 row 1074 : 1074 | Baião Da Penha | 85 | 1 | 10 | | 247928 | 8393047 | 0.99 row 1075 : 1075 | Esperando Na Janela | 85 | 1 | 10 | Manuca/Raimundinho DoAcordion/Targino Godim | 261041 | 8660617 | 0.99 row 1076 : 1076 | Juazeiro | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 222275 | 7349779 | 0.99 row 1077 : 1077 | Último Pau-De-Arara | 85 | 1 | 10 | Corumbá/José Gumarães/Venancio | 200437 | 6638563 | 0.99 row 1078 : 1078 | Asa Branca | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 217051 | 7387183 | 0.99 row 1079 : 1079 | Qui Nem Jiló | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 204695 | 6937472 | 0.99 row 1080 : 1080 | Assum Preto | 85 | 1 | 10 | Humberto Teixeira/Luiz Gonzaga | 199653 | 6625000 | 0.99 row 1081 : 1081 | Pau-De-Arara | 85 | 1 | 10 | Guio De Morais E Seus "Parentes"/Luiz Gonzaga | 191660 | 6340649 | 0.99 row 1082 : 1082 | A Volta Da Asa Branca | 85 | 1 | 10 | Luiz Gonzaga/Zé Dantas | 271020 | 9098093 | 0.99 row 1083 : 1083 | O Amor Daqui De Casa | 85 | 1 | 10 | Gilberto Gil | 148636 | 4888292 | 0.99 row 1084 : 1084 | As Pegadas Do Amor | 85 | 1 | 10 | Gilberto Gil | 209136 | 6899062 | 0.99 row 1085 : 1085 | Lamento Sertanejo | 85 | 1 | 10 | Dominguinhos/Gilberto Gil | 260963 | 8518290 | 0.99 row 1086 : 1086 | Casinha Feliz | 85 | 1 | 10 | Gilberto Gil | 32287 | 1039615 | 0.99 row 1087 : 1087 | Introdução (Live) | 86 | 1 | 7 | | 154096 | 5227579 | 0.99 row 1088 : 1088 | Palco (Live) | 86 | 1 | 7 | | 238315 | 8026622 | 0.99 row 1089 : 1089 | Is This Love (Live) | 86 | 1 | 7 | | 295262 | 9819759 | 0.99 row 1090 : 1090 | Stir It Up (Live) | 86 | 1 | 7 | | 282409 | 9594738 | 0.99 row 1091 : 1091 | Refavela (Live) | 86 | 1 | 7 | | 236695 | 7985305 | 0.99 row 1092 : 1092 | Vendedor De Caranguejo (Live) | 86 | 1 | 7 | | 248842 | 8358128 | 0.99 row 1093 : 1093 | Quanta (Live) | 86 | 1 | 7 | | 357485 | 11774865 | 0.99 row 1094 : 1094 | Estrela (Live) | 86 | 1 | 7 | | 285309 | 9436411 | 0.99 row 1095 : 1095 | Pela Internet (Live) | 86 | 1 | 7 | | 263471 | 8804401 | 0.99 row 1096 : 1096 | Cérebro Eletrônico (Live) | 86 | 1 | 7 | | 231627 | 7805352 | 0.99 row 1097 : 1097 | Opachorô (Live) | 86 | 1 | 7 | | 259526 | 8596384 | 0.99 row 1098 : 1098 | Copacabana (Live) | 86 | 1 | 7 | | 289671 | 9673672 | 0.99 row 1099 : 1099 | A Novidade (Live) | 86 | 1 | 7 | | 316969 | 10508000 | 0.99 row 1100 : 1100 | Ghandi (Live) | 86 | 1 | 7 | | 222458 | 7481950 | 0.99 row 1101 : 1101 | De Ouro E Marfim (Live) | 86 | 1 | 7 | | 234971 | 7838453 | 0.99 row 1102 : 1102 | Doce De Carnaval (Candy All) | 87 | 1 | 2 | | 356101 | 11998470 | 0.99 row 1103 : 1103 | Lamento De Carnaval | 87 | 1 | 2 | | 294530 | 9819276 | 0.99 row 1104 : 1104 | Pretinha | 87 | 1 | 2 | | 265273 | 8914579 | 0.99 row 1105 : 1105 | A Novidade | 73 | 1 | 7 | Gilberto Gil | 324780 | 10765600 | 0.99 row 1106 : 1106 | Tenho Sede | 73 | 1 | 7 | Gilberto Gil | 261616 | 8708114 | 0.99 row 1107 : 1107 | Refazenda | 73 | 1 | 7 | Gilberto Gil | 218305 | 7237784 | 0.99 row 1108 : 1108 | Realce | 73 | 1 | 7 | Gilberto Gil | 264489 | 8847612 | 0.99 row 1109 : 1109 | Esotérico | 73 | 1 | 7 | Gilberto Gil | 317779 | 10530533 | 0.99 row 1110 : 1110 | Drão | 73 | 1 | 7 | Gilberto Gil | 301453 | 9931950 | 0.99 row 1111 : 1111 | A Paz | 73 | 1 | 7 | Gilberto Gil | 293093 | 9593064 | 0.99 row 1112 : 1112 | Beira Mar | 73 | 1 | 7 | Gilberto Gil | 295444 | 9597994 | 0.99 row 1113 : 1113 | Sampa | 73 | 1 | 7 | Gilberto Gil | 225697 | 7469905 | 0.99 row 1114 : 1114 | Parabolicamará | 73 | 1 | 7 | Gilberto Gil | 284943 | 9543435 | 0.99 row 1115 : 1115 | Tempo Rei | 73 | 1 | 7 | Gilberto Gil | 302733 | 10019269 | 0.99 row 1116 : 1116 | Expresso 2222 | 73 | 1 | 7 | Gilberto Gil | 284760 | 9690577 | 0.99 row 1117 : 1117 | Aquele Abraço | 73 | 1 | 7 | Gilberto Gil | 263993 | 8805003 | 0.99 row 1118 : 1118 | Palco | 73 | 1 | 7 | Gilberto Gil | 270550 | 9049901 | 0.99 row 1119 : 1119 | Toda Menina Baiana | 73 | 1 | 7 | Gilberto Gil | 278177 | 9351000 | 0.99 row 1120 : 1120 | Sítio Do Pica-Pau Amarelo | 73 | 1 | 7 | Gilberto Gil | 218070 | 7217955 | 0.99 row 1121 : 1121 | Straight Out Of Line | 88 | 1 | 3 | Sully Erna | 259213 | 8511877 | 0.99 row 1122 : 1122 | Faceless | 88 | 1 | 3 | Sully Erna | 216006 | 6992417 | 0.99 row 1123 : 1123 | Changes | 88 | 1 | 3 | Sully Erna; Tony Rombola | 260022 | 8455835 | 0.99 row 1124 : 1124 | Make Me Believe | 88 | 1 | 3 | Sully Erna | 248607 | 8075050 | 0.99 row 1125 : 1125 | I Stand Alone | 88 | 1 | 3 | Sully Erna | 246125 | 8017041 | 0.99 row 1126 : 1126 | Re-Align | 88 | 1 | 3 | Sully Erna | 260884 | 8513891 | 0.99 row 1127 : 1127 | I Fucking Hate You | 88 | 1 | 3 | Sully Erna | 247170 | 8059642 | 0.99 row 1128 : 1128 | Releasing The Demons | 88 | 1 | 3 | Sully Erna | 252760 | 8276372 | 0.99 row 1129 : 1129 | Dead And Broken | 88 | 1 | 3 | Sully Erna | 251454 | 8206611 | 0.99 row 1130 : 1130 | I Am | 88 | 1 | 3 | Sully Erna | 239516 | 7803270 | 0.99 row 1131 : 1131 | The Awakening | 88 | 1 | 3 | Sully Erna | 89547 | 3035251 | 0.99 row 1132 : 1132 | Serenity | 88 | 1 | 3 | Sully Erna; Tony Rombola | 274834 | 9172976 | 0.99 row 1133 : 1133 | American Idiot | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 174419 | 5705793 | 0.99 row 1134 : 1134 | Jesus Of Suburbia / City Of The Damned / I Don't Care / Dearly Beloved / Tales Of Another Broken Home | 89 | 1 | 4 | Billie Joe Armstrong/Green Day | 548336 | 17875209 | 0.99 row 1135 : 1135 | Holiday | 89 | 1 | 4 | Billie Joe Armstrong, Mike Dirnt, Tré Cool | 232724 | 7599602 | 0.99 row 1136 : 1136 | Boulevard Of Broken Dreams | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 260858 | 8485122 | 0.99 row 1137 : 1137 | Are We The Waiting | 89 | 1 | 4 | Green Day | 163004 | 5328329 | 0.99 row 1138 : 1138 | St. Jimmy | 89 | 1 | 4 | Green Day | 175307 | 5716589 | 0.99 row 1139 : 1139 | Give Me Novacaine | 89 | 1 | 4 | Green Day | 205871 | 6752485 | 0.99 row 1140 : 1140 | She's A Rebel | 89 | 1 | 4 | Green Day | 120528 | 3901226 | 0.99 row 1141 : 1141 | Extraordinary Girl | 89 | 1 | 4 | Green Day | 214021 | 6975177 | 0.99 row 1142 : 1142 | Letterbomb | 89 | 1 | 4 | Green Day | 246151 | 7980902 | 0.99 row 1143 : 1143 | Wake Me Up When September Ends | 89 | 1 | 4 | Mike Dint, Billie Joe, Tré Cool | 285753 | 9325597 | 0.99 row 1144 : 1144 | Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We're Coming Home Again | 89 | 1 | 4 | Mike Dirnt/Tré Cool | 558602 | 18139840 | 0.99 row 1145 : 1145 | Whatsername | 89 | 1 | 4 | Green Day | 252316 | 8244843 | 0.99 row 1146 : 1146 | Welcome to the Jungle | 90 | 2 | 1 | | 273552 | 4538451 | 0.99 row 1147 : 1147 | It's So Easy | 90 | 2 | 1 | | 202824 | 3394019 | 0.99 row 1148 : 1148 | Nightrain | 90 | 2 | 1 | | 268537 | 4457283 | 0.99 row 1149 : 1149 | Out Ta Get Me | 90 | 2 | 1 | | 263893 | 4382147 | 0.99 row 1150 : 1150 | Mr. Brownstone | 90 | 2 | 1 | | 228924 | 3816323 | 0.99 row 1151 : 1151 | Paradise City | 90 | 2 | 1 | | 406347 | 6687123 | 0.99 row 1152 : 1152 | My Michelle | 90 | 2 | 1 | | 219961 | 3671299 | 0.99 row 1153 : 1153 | Think About You | 90 | 2 | 1 | | 231640 | 3860275 | 0.99 row 1154 : 1154 | Sweet Child O' Mine | 90 | 2 | 1 | | 356424 | 5879347 | 0.99 row 1155 : 1155 | You're Crazy | 90 | 2 | 1 | | 197135 | 3301971 | 0.99 row 1156 : 1156 | Anything Goes | 90 | 2 | 1 | | 206400 | 3451891 | 0.99 row 1157 : 1157 | Rocket Queen | 90 | 2 | 1 | | 375349 | 6185539 | 0.99 row 1158 : 1158 | Right Next Door to Hell | 91 | 2 | 1 | | 182321 | 3175950 | 0.99 row 1159 : 1159 | Dust N' Bones | 91 | 2 | 1 | | 298374 | 5053742 | 0.99 row 1160 : 1160 | Live and Let Die | 91 | 2 | 1 | | 184016 | 3203390 | 0.99 row 1161 : 1161 | Don't Cry (Original) | 91 | 2 | 1 | | 284744 | 4833259 | 0.99 row 1162 : 1162 | Perfect Crime | 91 | 2 | 1 | | 143637 | 2550030 | 0.99 row 1163 : 1163 | You Ain't the First | 91 | 2 | 1 | | 156268 | 2754414 | 0.99 row 1164 : 1164 | Bad Obsession | 91 | 2 | 1 | | 328282 | 5537678 | 0.99 row 1165 : 1165 | Back off Bitch | 91 | 2 | 1 | | 303436 | 5135662 | 0.99 row 1166 : 1166 | Double Talkin' Jive | 91 | 2 | 1 | | 203637 | 3520862 | 0.99 row 1167 : 1167 | November Rain | 91 | 2 | 1 | | 537540 | 8923566 | 0.99 row 1168 : 1168 | The Garden | 91 | 2 | 1 | | 322175 | 5438862 | 0.99 row 1169 : 1169 | Garden of Eden | 91 | 2 | 1 | | 161539 | 2839694 | 0.99 row 1170 : 1170 | Don't Damn Me | 91 | 2 | 1 | | 318901 | 5385886 | 0.99 row 1171 : 1171 | Bad Apples | 91 | 2 | 1 | | 268351 | 4567966 | 0.99 row 1172 : 1172 | Dead Horse | 91 | 2 | 1 | | 257600 | 4394014 | 0.99 row 1173 : 1173 | Coma | 91 | 2 | 1 | | 616511 | 10201342 | 0.99 row 1174 : 1174 | Civil War | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 461165 | 15046579 | 0.99 row 1175 : 1175 | 14 Years | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 261355 | 8543664 | 0.99 row 1176 : 1176 | Yesterdays | 92 | 1 | 3 | Billy/Del James/W. Axl Rose/West Arkeen | 196205 | 6398489 | 0.99 row 1177 : 1177 | Knockin' On Heaven's Door | 92 | 1 | 3 | Bob Dylan | 336457 | 10986716 | 0.99 row 1178 : 1178 | Get In The Ring | 92 | 1 | 3 | Duff McKagan/Slash/W. Axl Rose | 341054 | 11134105 | 0.99 row 1179 : 1179 | Shotgun Blues | 92 | 1 | 3 | W. Axl Rose | 203206 | 6623916 | 0.99 row 1180 : 1180 | Breakdown | 92 | 1 | 3 | W. Axl Rose | 424960 | 13978284 | 0.99 row 1181 : 1181 | Pretty Tied Up | 92 | 1 | 3 | Izzy Stradlin' | 287477 | 9408754 | 0.99 row 1182 : 1182 | Locomotive | 92 | 1 | 3 | Slash/W. Axl Rose | 522396 | 17236842 | 0.99 row 1183 : 1183 | So Fine | 92 | 1 | 3 | Duff McKagan | 246491 | 8039484 | 0.99 row 1184 : 1184 | Estranged | 92 | 1 | 3 | W. Axl Rose | 563800 | 18343787 | 0.99 row 1185 : 1185 | You Could Be Mine | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 343875 | 11207355 | 0.99 row 1186 : 1186 | Don't Cry | 92 | 1 | 3 | Izzy Stradlin'/W. Axl Rose | 284238 | 9222458 | 0.99 row 1187 : 1187 | My World | 92 | 1 | 3 | W. Axl Rose | 84532 | 2764045 | 0.99 row 1188 : 1188 | Colibri | 93 | 1 | 2 | Richard Bull | 361012 | 12055329 | 0.99 row 1189 : 1189 | Love Is The Colour | 93 | 1 | 2 | R. Carless | 251585 | 8419165 | 0.99 row 1190 : 1190 | Magnetic Ocean | 93 | 1 | 2 | Patrick Claher/Richard Bull | 321123 | 10720741 | 0.99 row 1191 : 1191 | Deep Waters | 93 | 1 | 2 | Richard Bull | 396460 | 13075359 | 0.99 row 1192 : 1192 | L'Arc En Ciel De Miles | 93 | 1 | 2 | Kevin Robinson/Richard Bull | 242390 | 8053997 | 0.99 row 1193 : 1193 | Gypsy | 93 | 1 | 2 | Kevin Robinson | 330997 | 11083374 | 0.99 row 1194 : 1194 | Journey Into Sunlight | 93 | 1 | 2 | Jean Paul Maunick | 249756 | 8241177 | 0.99 row 1195 : 1195 | Sunchild | 93 | 1 | 2 | Graham Harvey | 259970 | 8593143 | 0.99 row 1196 : 1196 | Millenium | 93 | 1 | 2 | Maxton Gig Beesley Jnr. | 379167 | 12511939 | 0.99 row 1197 : 1197 | Thinking 'Bout Tomorrow | 93 | 1 | 2 | Fayyaz Virgi/Richard Bull | 355395 | 11865384 | 0.99 row 1198 : 1198 | Jacob's Ladder | 93 | 1 | 2 | Julian Crampton | 367647 | 12201595 | 0.99 row 1199 : 1199 | She Wears Black | 93 | 1 | 2 | G Harvey/R Hope-Taylor | 528666 | 17617944 | 0.99 row 1200 : 1200 | Dark Side Of The Cog | 93 | 1 | 2 | Jean Paul Maunick | 377155 | 12491122 | 0.99 row 1201 : 1201 | Different World | 94 | 2 | 1 | | 258692 | 4383764 | 0.99 row 1202 : 1202 | These Colours Don't Run | 94 | 2 | 1 | | 412152 | 6883500 | 0.99 row 1203 : 1203 | Brighter Than a Thousand Suns | 94 | 2 | 1 | | 526255 | 8721490 | 0.99 row 1204 : 1204 | The Pilgrim | 94 | 2 | 1 | | 307593 | 5172144 | 0.99 row 1205 : 1205 | The Longest Day | 94 | 2 | 1 | | 467810 | 7785748 | 0.99 row 1206 : 1206 | Out of the Shadows | 94 | 2 | 1 | | 336896 | 5647303 | 0.99 row 1207 : 1207 | The Reincarnation of Benjamin Breeg | 94 | 2 | 1 | | 442106 | 7367736 | 0.99 row 1208 : 1208 | For the Greater Good of God | 94 | 2 | 1 | | 564893 | 9367328 | 0.99 row 1209 : 1209 | Lord of Light | 94 | 2 | 1 | | 444614 | 7393698 | 0.99 row 1210 : 1210 | The Legacy | 94 | 2 | 1 | | 562966 | 9314287 | 0.99 row 1211 : 1211 | Hallowed Be Thy Name (Live) [Non Album Bonus Track] | 94 | 2 | 1 | | 431262 | 7205816 | 0.99 row 1212 : 1212 | The Number Of The Beast | 95 | 1 | 3 | Steve Harris | 294635 | 4718897 | 0.99 row 1213 : 1213 | The Trooper | 95 | 1 | 3 | Steve Harris | 235311 | 3766272 | 0.99 row 1214 : 1214 | Prowler | 95 | 1 | 3 | Steve Harris | 255634 | 4091904 | 0.99 row 1215 : 1215 | Transylvania | 95 | 1 | 3 | Steve Harris | 265874 | 4255744 | 0.99 row 1216 : 1216 | Remember Tomorrow | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 352731 | 5648438 | 0.99 row 1217 : 1217 | Where Eagles Dare | 95 | 1 | 3 | Steve Harris | 289358 | 4630528 | 0.99 row 1218 : 1218 | Sanctuary | 95 | 1 | 3 | David Murray/Paul Di'Anno/Steve Harris | 293250 | 4694016 | 0.99 row 1219 : 1219 | Running Free | 95 | 1 | 3 | Paul Di'Anno/Steve Harris | 228937 | 3663872 | 0.99 row 1220 : 1220 | Run To The Hilss | 95 | 1 | 3 | Steve Harris | 237557 | 3803136 | 0.99 row 1221 : 1221 | 2 Minutes To Midnight | 95 | 1 | 3 | Adrian Smith/Bruce Dickinson | 337423 | 5400576 | 0.99 row 1222 : 1222 | Iron Maiden | 95 | 1 | 3 | Steve Harris | 324623 | 5195776 | 0.99 row 1223 : 1223 | Hallowed Be Thy Name | 95 | 1 | 3 | Steve Harris | 471849 | 7550976 | 0.99 row 1224 : 1224 | Be Quick Or Be Dead | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 196911 | 3151872 | 0.99 row 1225 : 1225 | From Here To Eternity | 96 | 1 | 3 | Steve Harris | 259866 | 4159488 | 0.99 row 1226 : 1226 | Can I Play With Madness | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 282488 | 4521984 | 0.99 row 1227 : 1227 | Wasting Love | 96 | 1 | 3 | Bruce Dickinson/Janick Gers | 347846 | 5566464 | 0.99 row 1228 : 1228 | Tailgunner | 96 | 1 | 3 | Bruce Dickinson/Steve Harris | 249469 | 3993600 | 0.99 row 1229 : 1229 | The Evil That Men Do | 96 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325929 | 5216256 | 0.99 row 1230 : 1230 | Afraid To Shoot Strangers | 96 | 1 | 3 | Steve Harris | 407980 | 6529024 | 0.99 row 1231 : 1231 | Bring Your Daughter... To The Slaughter | 96 | 1 | 3 | Bruce Dickinson | 317727 | 5085184 | 0.99 row 1232 : 1232 | Heaven Can Wait | 96 | 1 | 3 | Steve Harris | 448574 | 7178240 | 0.99 row 1233 : 1233 | The Clairvoyant | 96 | 1 | 3 | Steve Harris | 269871 | 4319232 | 0.99 row 1234 : 1234 | Fear Of The Dark | 96 | 1 | 3 | Steve Harris | 431333 | 6906078 | 0.99 row 1235 : 1235 | The Wicker Man | 97 | 1 | 1 | Adrian Smith/Bruce Dickinson/Steve Harris | 275539 | 11022464 | 0.99 row 1236 : 1236 | Ghost Of The Navigator | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 410070 | 16404608 | 0.99 row 1237 : 1237 | Brave New World | 97 | 1 | 1 | Bruce Dickinson/David Murray/Steve Harris | 378984 | 15161472 | 0.99 row 1238 : 1238 | Blood Brothers | 97 | 1 | 1 | Steve Harris | 434442 | 17379456 | 0.99 row 1239 : 1239 | The Mercenary | 97 | 1 | 1 | Janick Gers/Steve Harris | 282488 | 11300992 | 0.99 row 1240 : 1240 | Dream Of Mirrors | 97 | 1 | 1 | Janick Gers/Steve Harris | 561162 | 22448256 | 0.99 row 1241 : 1241 | The Fallen Angel | 97 | 1 | 1 | Adrian Smith/Steve Harris | 240718 | 9629824 | 0.99 row 1242 : 1242 | The Nomad | 97 | 1 | 1 | David Murray/Steve Harris | 546115 | 21846144 | 0.99 row 1243 : 1243 | Out Of The Silent Planet | 97 | 1 | 1 | Bruce Dickinson/Janick Gers/Steve Harris | 385541 | 15423616 | 0.99 row 1244 : 1244 | The Thin Line Between Love & Hate | 97 | 1 | 1 | David Murray/Steve Harris | 506801 | 20273280 | 0.99 row 1245 : 1245 | Wildest Dreams | 98 | 1 | 13 | Adrian Smith/Steve Harris | 232777 | 9312384 | 0.99 row 1246 : 1246 | Rainmaker | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 228623 | 9146496 | 0.99 row 1247 : 1247 | No More Lies | 98 | 1 | 13 | Steve Harris | 441782 | 17672320 | 0.99 row 1248 : 1248 | Montsegur | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 350484 | 14020736 | 0.99 row 1249 : 1249 | Dance Of Death | 98 | 1 | 13 | Janick Gers/Steve Harris | 516649 | 20670727 | 0.99 row 1250 : 1250 | Gates Of Tomorrow | 98 | 1 | 13 | Bruce Dickinson/Janick Gers/Steve Harris | 312032 | 12482688 | 0.99 row 1251 : 1251 | New Frontier | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Nicko McBrain | 304509 | 12181632 | 0.99 row 1252 : 1252 | Paschendale | 98 | 1 | 13 | Adrian Smith/Steve Harris | 508107 | 20326528 | 0.99 row 1253 : 1253 | Face In The Sand | 98 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 391105 | 15648948 | 0.99 row 1254 : 1254 | Age Of Innocence | 98 | 1 | 13 | David Murray/Steve Harris | 370468 | 14823478 | 0.99 row 1255 : 1255 | Journeyman | 98 | 1 | 13 | Bruce Dickinson/David Murray/Steve Harris | 427023 | 17082496 | 0.99 row 1256 : 1256 | Be Quick Or Be Dead | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 204512 | 8181888 | 0.99 row 1257 : 1257 | From Here To Eternity | 99 | 1 | 1 | Steve Harris | 218357 | 8739038 | 0.99 row 1258 : 1258 | Afraid To Shoot Strangers | 99 | 1 | 1 | Steve Harris | 416496 | 16664589 | 0.99 row 1259 : 1259 | Fear Is The Key | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 335307 | 13414528 | 0.99 row 1260 : 1260 | Childhood's End | 99 | 1 | 1 | Steve Harris | 280607 | 11225216 | 0.99 row 1261 : 1261 | Wasting Love | 99 | 1 | 1 | Bruce Dickinson/Janick Gers | 350981 | 14041216 | 0.99 row 1262 : 1262 | The Fugitive | 99 | 1 | 1 | Steve Harris | 294112 | 11765888 | 0.99 row 1263 : 1263 | Chains Of Misery | 99 | 1 | 1 | Bruce Dickinson/David Murray | 217443 | 8700032 | 0.99 row 1264 : 1264 | The Apparition | 99 | 1 | 1 | Janick Gers/Steve Harris | 234605 | 9386112 | 0.99 row 1265 : 1265 | Judas Be My Guide | 99 | 1 | 1 | Bruce Dickinson/David Murray | 188786 | 7553152 | 0.99 row 1266 : 1266 | Weekend Warrior | 99 | 1 | 1 | Janick Gers/Steve Harris | 339748 | 13594678 | 0.99 row 1267 : 1267 | Fear Of The Dark | 99 | 1 | 1 | Steve Harris | 436976 | 17483789 | 0.99 row 1268 : 1268 | 01 - Prowler | 100 | 1 | 6 | Steve Harris | 236173 | 5668992 | 0.99 row 1269 : 1269 | 02 - Sanctuary | 100 | 1 | 6 | David Murray/Paul Di'Anno/Steve Harris | 196284 | 4712576 | 0.99 row 1270 : 1270 | 03 - Remember Tomorrow | 100 | 1 | 6 | Harris/Paul Di´Anno | 328620 | 7889024 | 0.99 row 1271 : 1271 | 04 - Running Free | 100 | 1 | 6 | Harris/Paul Di´Anno | 197276 | 4739122 | 0.99 row 1272 : 1272 | 05 - Phantom of the Opera | 100 | 1 | 6 | Steve Harris | 428016 | 10276872 | 0.99 row 1273 : 1273 | 06 - Transylvania | 100 | 1 | 6 | Steve Harris | 259343 | 6226048 | 0.99 row 1274 : 1274 | 07 - Strange World | 100 | 1 | 6 | Steve Harris | 332460 | 7981184 | 0.99 row 1275 : 1275 | 08 - Charlotte the Harlot | 100 | 1 | 6 | Murray Dave | 252708 | 6066304 | 0.99 row 1276 : 1276 | 09 - Iron Maiden | 100 | 1 | 6 | Steve Harris | 216058 | 5189891 | 0.99 row 1277 : 1277 | The Ides Of March | 101 | 1 | 13 | Steve Harris | 105926 | 2543744 | 0.99 row 1278 : 1278 | Wrathchild | 101 | 1 | 13 | Steve Harris | 174471 | 4188288 | 0.99 row 1279 : 1279 | Murders In The Rue Morgue | 101 | 1 | 13 | Steve Harris | 258377 | 6205786 | 0.99 row 1280 : 1280 | Another Life | 101 | 1 | 13 | Steve Harris | 203049 | 4874368 | 0.99 row 1281 : 1281 | Genghis Khan | 101 | 1 | 13 | Steve Harris | 187141 | 4493440 | 0.99 row 1282 : 1282 | Innocent Exile | 101 | 1 | 13 | Di´Anno/Harris | 232515 | 5584861 | 0.99 row 1283 : 1283 | Killers | 101 | 1 | 13 | Steve Harris | 300956 | 7227440 | 0.99 row 1284 : 1284 | Prodigal Son | 101 | 1 | 13 | Steve Harris | 372349 | 8937600 | 0.99 row 1285 : 1285 | Purgatory | 101 | 1 | 13 | Steve Harris | 200150 | 4804736 | 0.99 row 1286 : 1286 | Drifter | 101 | 1 | 13 | Steve Harris | 288757 | 6934660 | 0.99 row 1287 : 1287 | Intro- Churchill S Speech | 102 | 1 | 13 | | 48013 | 1154488 | 0.99 row 1288 : 1288 | Aces High | 102 | 1 | 13 | | 276375 | 6635187 | 0.99 row 1289 : 1289 | 2 Minutes To Midnight | 102 | 1 | 3 | Smith/Dickinson | 366550 | 8799380 | 0.99 row 1290 : 1290 | The Trooper | 102 | 1 | 3 | Harris | 268878 | 6455255 | 0.99 row 1291 : 1291 | Revelations | 102 | 1 | 3 | Dickinson | 371826 | 8926021 | 0.99 row 1292 : 1292 | Flight Of Icarus | 102 | 1 | 3 | Smith/Dickinson | 229982 | 5521744 | 0.99 row 1293 : 1293 | Rime Of The Ancient Mariner | 102 | 1 | 3 | | 789472 | 18949518 | 0.99 row 1294 : 1294 | Powerslave | 102 | 1 | 3 | | 454974 | 10921567 | 0.99 row 1295 : 1295 | The Number Of The Beast | 102 | 1 | 3 | Harris | 275121 | 6605094 | 0.99 row 1296 : 1296 | Hallowed Be Thy Name | 102 | 1 | 3 | Harris | 451422 | 10836304 | 0.99 row 1297 : 1297 | Iron Maiden | 102 | 1 | 3 | Harris | 261955 | 6289117 | 0.99 row 1298 : 1298 | Run To The Hills | 102 | 1 | 3 | Harris | 231627 | 5561241 | 0.99 row 1299 : 1299 | Running Free | 102 | 1 | 3 | Harris/Di Anno | 204617 | 4912986 | 0.99 row 1300 : 1300 | Wrathchild | 102 | 1 | 13 | Steve Harris | 183666 | 4410181 | 0.99 row 1301 : 1301 | Acacia Avenue | 102 | 1 | 13 | | 379872 | 9119118 | 0.99 row 1302 : 1302 | Children Of The Damned | 102 | 1 | 13 | Steve Harris | 278177 | 6678446 | 0.99 row 1303 : 1303 | Die With Your Boots On | 102 | 1 | 13 | Adrian Smith/Bruce Dickinson/Steve Harris | 314174 | 7542367 | 0.99 row 1304 : 1304 | Phantom Of The Opera | 102 | 1 | 13 | Steve Harris | 441155 | 10589917 | 0.99 row 1305 : 1305 | Be Quick Or Be Dead | 103 | 1 | 1 | | 233142 | 5599853 | 0.99 row 1306 : 1306 | The Number Of The Beast | 103 | 1 | 1 | | 294008 | 7060625 | 0.99 row 1307 : 1307 | Wrathchild | 103 | 1 | 1 | | 174106 | 4182963 | 0.99 row 1308 : 1308 | From Here To Eternity | 103 | 1 | 1 | | 284447 | 6831163 | 0.99 row 1309 : 1309 | Can I Play With Madness | 103 | 1 | 1 | | 213106 | 5118995 | 0.99 row 1310 : 1310 | Wasting Love | 103 | 1 | 1 | | 336953 | 8091301 | 0.99 row 1311 : 1311 | Tailgunner | 103 | 1 | 1 | | 247640 | 5947795 | 0.99 row 1312 : 1312 | The Evil That Men Do | 103 | 1 | 1 | | 478145 | 11479913 | 0.99 row 1313 : 1313 | Afraid To Shoot Strangers | 103 | 1 | 1 | | 412525 | 9905048 | 0.99 row 1314 : 1314 | Fear Of The Dark | 103 | 1 | 1 | | 431542 | 10361452 | 0.99 row 1315 : 1315 | Bring Your Daughter... To The Slaughter... | 104 | 1 | 1 | | 376711 | 9045532 | 0.99 row 1316 : 1316 | The Clairvoyant | 104 | 1 | 1 | | 262426 | 6302648 | 0.99 row 1317 : 1317 | Heaven Can Wait | 104 | 1 | 1 | | 440555 | 10577743 | 0.99 row 1318 : 1318 | Run To The Hills | 104 | 1 | 1 | | 235859 | 5665052 | 0.99 row 1319 : 1319 | 2 Minutes To Midnight | 104 | 1 | 1 | Adrian Smith/Bruce Dickinson | 338233 | 8122030 | 0.99 row 1320 : 1320 | Iron Maiden | 104 | 1 | 1 | | 494602 | 11874875 | 0.99 row 1321 : 1321 | Hallowed Be Thy Name | 104 | 1 | 1 | | 447791 | 10751410 | 0.99 row 1322 : 1322 | The Trooper | 104 | 1 | 1 | | 232672 | 5588560 | 0.99 row 1323 : 1323 | Sanctuary | 104 | 1 | 1 | | 318511 | 7648679 | 0.99 row 1324 : 1324 | Running Free | 104 | 1 | 1 | | 474017 | 11380851 | 0.99 row 1325 : 1325 | Tailgunner | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 255582 | 4089856 | 0.99 row 1326 : 1326 | Holy Smoke | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 229459 | 3672064 | 0.99 row 1327 : 1327 | No Prayer For The Dying | 105 | 1 | 3 | Steve Harris | 263941 | 4225024 | 0.99 row 1328 : 1328 | Public Enema Number One | 105 | 1 | 3 | Bruce Dickinson/David Murray | 254197 | 4071587 | 0.99 row 1329 : 1329 | Fates Warning | 105 | 1 | 3 | David Murray/Steve Harris | 250853 | 4018088 | 0.99 row 1330 : 1330 | The Assassin | 105 | 1 | 3 | Steve Harris | 258768 | 4141056 | 0.99 row 1331 : 1331 | Run Silent Run Deep | 105 | 1 | 3 | Bruce Dickinson/Steve Harris | 275408 | 4407296 | 0.99 row 1332 : 1332 | Hooks In You | 105 | 1 | 3 | Adrian Smith/Bruce Dickinson | 247510 | 3960832 | 0.99 row 1333 : 1333 | Bring Your Daughter... ...To The Slaughter | 105 | 1 | 3 | Bruce Dickinson | 284238 | 4548608 | 0.99 row 1334 : 1334 | Mother Russia | 105 | 1 | 3 | Steve Harris | 332617 | 5322752 | 0.99 row 1335 : 1335 | Where Eagles Dare | 106 | 1 | 3 | Steve Harris | 369554 | 5914624 | 0.99 row 1336 : 1336 | Revelations | 106 | 1 | 3 | Bruce Dickinson | 408607 | 6539264 | 0.99 row 1337 : 1337 | Flight Of The Icarus | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 230269 | 3686400 | 0.99 row 1338 : 1338 | Die With Your Boots On | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 325694 | 5212160 | 0.99 row 1339 : 1339 | The Trooper | 106 | 1 | 3 | Steve Harris | 251454 | 4024320 | 0.99 row 1340 : 1340 | Still Life | 106 | 1 | 3 | David Murray/Steve Harris | 294347 | 4710400 | 0.99 row 1341 : 1341 | Quest For Fire | 106 | 1 | 3 | Steve Harris | 221309 | 3543040 | 0.99 row 1342 : 1342 | Sun And Steel | 106 | 1 | 3 | Adrian Smith/Bruce Dickinson | 206367 | 3306324 | 0.99 row 1343 : 1343 | To Tame A Land | 106 | 1 | 3 | Steve Harris | 445283 | 7129264 | 0.99 row 1344 : 1344 | Aces High | 107 | 1 | 3 | Harris | 269531 | 6472088 | 0.99 row 1345 : 1345 | 2 Minutes To Midnight | 107 | 1 | 3 | Smith/Dickinson | 359810 | 8638809 | 0.99 row 1346 : 1346 | Losfer Words | 107 | 1 | 3 | Steve Harris | 252891 | 6074756 | 0.99 row 1347 : 1347 | Flash of The Blade | 107 | 1 | 3 | Dickinson | 242729 | 5828861 | 0.99 row 1348 : 1348 | Duelists | 107 | 1 | 3 | Steve Harris | 366471 | 8800686 | 0.99 row 1349 : 1349 | Back in the Village | 107 | 1 | 3 | Dickinson/Smith | 320548 | 7696518 | 0.99 row 1350 : 1350 | Powerslave | 107 | 1 | 3 | Dickinson | 407823 | 9791106 | 0.99 row 1351 : 1351 | Rime of the Ancient Mariner | 107 | 1 | 3 | Harris | 816509 | 19599577 | 0.99 row 1352 : 1352 | Intro | 108 | 1 | 3 | | 115931 | 4638848 | 0.99 row 1353 : 1353 | The Wicker Man | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 281782 | 11272320 | 0.99 row 1354 : 1354 | Ghost Of The Navigator | 108 | 1 | 3 | Bruce Dickinson/Janick Gers/Steve Harris | 408607 | 16345216 | 0.99 row 1355 : 1355 | Brave New World | 108 | 1 | 3 | Bruce Dickinson/David Murray/Steve Harris | 366785 | 14676148 | 0.99 row 1356 : 1356 | Wrathchild | 108 | 1 | 3 | Steve Harris | 185808 | 7434368 | 0.99 row 1357 : 1357 | 2 Minutes To Midnight | 108 | 1 | 3 | Adrian Smith/Bruce Dickinson | 386821 | 15474816 | 0.99 row 1358 : 1358 | Blood Brothers | 108 | 1 | 3 | Steve Harris | 435513 | 17422464 | 0.99 row 1359 : 1359 | Sign Of The Cross | 108 | 1 | 3 | Steve Harris | 649116 | 25966720 | 0.99 row 1360 : 1360 | The Mercenary | 108 | 1 | 3 | Janick Gers/Steve Harris | 282697 | 11309184 | 0.99 row 1361 : 1361 | The Trooper | 108 | 1 | 3 | Steve Harris | 273528 | 10942592 | 0.99 row 1362 : 1362 | Dream Of Mirrors | 109 | 1 | 1 | Janick Gers/Steve Harris | 578324 | 23134336 | 0.99 row 1363 : 1363 | The Clansman | 109 | 1 | 1 | Steve Harris | 559203 | 22370432 | 0.99 row 1364 : 1364 | The Evil That Men Do | 109 | 1 | 3 | Adrian Smith/Bruce Dickinson/Steve Harris | 280737 | 11231360 | 0.99 row 1365 : 1365 | Fear Of The Dark | 109 | 1 | 1 | Steve Harris | 460695 | 18430080 | 0.99 row 1366 : 1366 | Iron Maiden | 109 | 1 | 1 | Steve Harris | 351869 | 14076032 | 0.99 row 1367 : 1367 | The Number Of The Beast | 109 | 1 | 1 | Steve Harris | 300434 | 12022107 | 0.99 row 1368 : 1368 | Hallowed Be Thy Name | 109 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1369 : 1369 | Sanctuary | 109 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 317335 | 12695680 | 0.99 row 1370 : 1370 | Run To The Hills | 109 | 1 | 1 | Steve Harris | 292179 | 11688064 | 0.99 row 1371 : 1371 | Moonchild | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson | 340767 | 8179151 | 0.99 row 1372 : 1372 | Infinite Dreams | 110 | 1 | 3 | Steve Harris | 369005 | 8858669 | 0.99 row 1373 : 1373 | Can I Play With Madness | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 211043 | 5067867 | 0.99 row 1374 : 1374 | The Evil That Men Do | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 273998 | 6578930 | 0.99 row 1375 : 1375 | Seventh Son of a Seventh Son | 110 | 1 | 3 | Steve Harris | 593580 | 14249000 | 0.99 row 1376 : 1376 | The Prophecy | 110 | 1 | 3 | Dave Murray; Steve Harris | 305475 | 7334450 | 0.99 row 1377 : 1377 | The Clairvoyant | 110 | 1 | 3 | Adrian Smith; Bruce Dickinson; Steve Harris | 267023 | 6411510 | 0.99 row 1378 : 1378 | Only the Good Die Young | 110 | 1 | 3 | Bruce Dickinson; Harris | 280894 | 6744431 | 0.99 row 1379 : 1379 | Caught Somewhere in Time | 111 | 1 | 3 | Steve Harris | 445779 | 10701149 | 0.99 row 1380 : 1380 | Wasted Years | 111 | 1 | 3 | Adrian Smith | 307565 | 7384358 | 0.99 row 1381 : 1381 | Sea of Madness | 111 | 1 | 3 | Adrian Smith | 341995 | 8210695 | 0.99 row 1382 : 1382 | Heaven Can Wait | 111 | 1 | 3 | Steve Harris | 441417 | 10596431 | 0.99 row 1383 : 1383 | Stranger in a Strange Land | 111 | 1 | 3 | Adrian Smith | 344502 | 8270899 | 0.99 row 1384 : 1384 | Alexander the Great | 111 | 1 | 3 | Steve Harris | 515631 | 12377742 | 0.99 row 1385 : 1385 | De Ja Vu | 111 | 1 | 3 | David Murray/Steve Harris | 296176 | 7113035 | 0.99 row 1386 : 1386 | The Loneliness of the Long Dis | 111 | 1 | 3 | Steve Harris | 391314 | 9393598 | 0.99 row 1387 : 1387 | 22 Acacia Avenue | 112 | 1 | 3 | Adrian Smith/Steve Harris | 395572 | 5542516 | 0.99 row 1388 : 1388 | Children of the Damned | 112 | 1 | 3 | Steve Harris | 274364 | 3845631 | 0.99 row 1389 : 1389 | Gangland | 112 | 1 | 3 | Adrian Smith/Clive Burr/Steve Harris | 228440 | 3202866 | 0.99 row 1390 : 1390 | Hallowed Be Thy Name | 112 | 1 | 3 | Steve Harris | 428669 | 6006107 | 0.99 row 1391 : 1391 | Invaders | 112 | 1 | 3 | Steve Harris | 203180 | 2849181 | 0.99 row 1392 : 1392 | Run to the Hills | 112 | 1 | 3 | Steve Harris | 228884 | 3209124 | 0.99 row 1393 : 1393 | The Number Of The Beast | 112 | 1 | 1 | Steve Harris | 293407 | 11737216 | 0.99 row 1394 : 1394 | The Prisoner | 112 | 1 | 3 | Adrian Smith/Steve Harris | 361299 | 5062906 | 0.99 row 1395 : 1395 | Sign Of The Cross | 113 | 1 | 1 | Steve Harris | 678008 | 27121792 | 0.99 row 1396 : 1396 | Lord Of The Flies | 113 | 1 | 1 | Janick Gers/Steve Harris | 303699 | 12148864 | 0.99 row 1397 : 1397 | Man On The Edge | 113 | 1 | 1 | Blaze Bayley/Janick Gers | 253413 | 10137728 | 0.99 row 1398 : 1398 | Fortunes Of War | 113 | 1 | 1 | Steve Harris | 443977 | 17760384 | 0.99 row 1399 : 1399 | Look For The Truth | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 310230 | 12411008 | 0.99 row 1400 : 1400 | The Aftermath | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 380786 | 15233152 | 0.99 row 1401 : 1401 | Judgement Of Heaven | 113 | 1 | 1 | Steve Harris | 312476 | 12501120 | 0.99 row 1402 : 1402 | Blood On The World's Hands | 113 | 1 | 1 | Steve Harris | 357799 | 14313600 | 0.99 row 1403 : 1403 | The Edge Of Darkness | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 399333 | 15974528 | 0.99 row 1404 : 1404 | 2 A.M. | 113 | 1 | 1 | Blaze Bayley/Janick Gers/Steve Harris | 337658 | 13511087 | 0.99 row 1405 : 1405 | The Unbeliever | 113 | 1 | 1 | Janick Gers/Steve Harris | 490422 | 19617920 | 0.99 row 1406 : 1406 | Futureal | 114 | 1 | 1 | Blaze Bayley/Steve Harris | 175777 | 7032960 | 0.99 row 1407 : 1407 | The Angel And The Gambler | 114 | 1 | 1 | Steve Harris | 592744 | 23711872 | 0.99 row 1408 : 1408 | Lightning Strikes Twice | 114 | 1 | 1 | David Murray/Steve Harris | 290377 | 11616384 | 0.99 row 1409 : 1409 | The Clansman | 114 | 1 | 1 | Steve Harris | 539689 | 21592327 | 0.99 row 1410 : 1410 | When Two Worlds Collide | 114 | 1 | 1 | Blaze Bayley/David Murray/Steve Harris | 377312 | 15093888 | 0.99 row 1411 : 1411 | The Educated Fool | 114 | 1 | 1 | Steve Harris | 404767 | 16191616 | 0.99 row 1412 : 1412 | Don't Look To The Eyes Of A Stranger | 114 | 1 | 1 | Steve Harris | 483657 | 19347584 | 0.99 row 1413 : 1413 | Como Estais Amigos | 114 | 1 | 1 | Blaze Bayley/Janick Gers | 330292 | 13213824 | 0.99 row 1414 : 1414 | Please Please Please | 115 | 1 | 14 | James Brown/Johnny Terry | 165067 | 5394585 | 0.99 row 1415 : 1415 | Think | 115 | 1 | 14 | Lowman Pauling | 166739 | 5513208 | 0.99 row 1416 : 1416 | Night Train | 115 | 1 | 14 | Jimmy Forrest/Lewis C. Simpkins/Oscar Washington | 212401 | 7027377 | 0.99 row 1417 : 1417 | Out Of Sight | 115 | 1 | 14 | Ted Wright | 143725 | 4711323 | 0.99 row 1418 : 1418 | Papa's Got A Brand New Bag Pt.1 | 115 | 1 | 14 | James Brown | 127399 | 4174420 | 0.99 row 1419 : 1419 | I Got You (I Feel Good) | 115 | 1 | 14 | James Brown | 167392 | 5468472 | 0.99 row 1420 : 1420 | It's A Man's Man's Man's World | 115 | 1 | 14 | Betty Newsome/James Brown | 168228 | 5541611 | 0.99 row 1421 : 1421 | Cold Sweat | 115 | 1 | 14 | Alfred Ellis/James Brown | 172408 | 5643213 | 0.99 row 1422 : 1422 | Say It Loud, I'm Black And I'm Proud Pt.1 | 115 | 1 | 14 | Alfred Ellis/James Brown | 167392 | 5478117 | 0.99 row 1423 : 1423 | Get Up (I Feel Like Being A) Sex Machine | 115 | 1 | 14 | Bobby Byrd/James Brown/Ron Lenhoff | 316551 | 10498031 | 0.99 row 1424 : 1424 | Hey America | 115 | 1 | 14 | Addie William Jones/Nat Jones | 218226 | 7187857 | 0.99 row 1425 : 1425 | Make It Funky Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 196231 | 6507782 | 0.99 row 1426 : 1426 | I'm A Greedy Man Pt.1 | 115 | 1 | 14 | Charles Bobbitt/James Brown | 217730 | 7251211 | 0.99 row 1427 : 1427 | Get On The Good Foot | 115 | 1 | 14 | Fred Wesley/James Brown/Joseph Mims | 215902 | 7182736 | 0.99 row 1428 : 1428 | Get Up Offa That Thing | 115 | 1 | 14 | Deanna Brown/Deidra Jenkins/Yamma Brown | 250723 | 8355989 | 0.99 row 1429 : 1429 | It's Too Funky In Here | 115 | 1 | 14 | Brad Shapiro/George Jackson/Robert Miller/Walter Shaw | 239072 | 7973979 | 0.99 row 1430 : 1430 | Living In America | 115 | 1 | 14 | Charlie Midnight/Dan Hartman | 282880 | 9432346 | 0.99 row 1431 : 1431 | I'm Real | 115 | 1 | 14 | Full Force/James Brown | 334236 | 11183457 | 0.99 row 1432 : 1432 | Hot Pants Pt.1 | 115 | 1 | 14 | Fred Wesley/James Brown | 188212 | 6295110 | 0.99 row 1433 : 1433 | Soul Power (Live) | 115 | 1 | 14 | James Brown | 260728 | 8593206 | 0.99 row 1434 : 1434 | When You Gonna Learn (Digeridoo) | 116 | 1 | 1 | Jay Kay/Kay, Jay | 230635 | 7655482 | 0.99 row 1435 : 1435 | Too Young To Die | 116 | 1 | 1 | Smith, Toby | 365818 | 12391660 | 0.99 row 1436 : 1436 | Hooked Up | 116 | 1 | 1 | Smith, Toby | 275879 | 9301687 | 0.99 row 1437 : 1437 | If I Like It, I Do It | 116 | 1 | 1 | Gelder, Nick van | 293093 | 9848207 | 0.99 row 1438 : 1438 | Music Of The Wind | 116 | 1 | 1 | Smith, Toby | 383033 | 12870239 | 0.99 row 1439 : 1439 | Emergency On Planet Earth | 116 | 1 | 1 | Smith, Toby | 245263 | 8117218 | 0.99 row 1440 : 1440 | Whatever It Is, I Just Can't Stop | 116 | 1 | 1 | Jay Kay/Kay, Jay | 247222 | 8249453 | 0.99 row 1441 : 1441 | Blow Your Mind | 116 | 1 | 1 | Smith, Toby | 512339 | 17089176 | 0.99 row 1442 : 1442 | Revolution 1993 | 116 | 1 | 1 | Smith, Toby | 616829 | 20816872 | 0.99 row 1443 : 1443 | Didgin' Out | 116 | 1 | 1 | Buchanan, Wallis | 157100 | 5263555 | 0.99 row 1444 : 1444 | Canned Heat | 117 | 1 | 14 | Jay Kay | 331964 | 11042037 | 0.99 row 1445 : 1445 | Planet Home | 117 | 1 | 14 | Jay Kay/Toby Smith | 284447 | 9566237 | 0.99 row 1446 : 1446 | Black Capricorn Day | 117 | 1 | 14 | Jay Kay | 341629 | 11477231 | 0.99 row 1447 : 1447 | Soul Education | 117 | 1 | 14 | Jay Kay/Toby Smith | 255477 | 8575435 | 0.99 row 1448 : 1448 | Failling | 117 | 1 | 14 | Jay Kay/Toby Smith | 225227 | 7503999 | 0.99 row 1449 : 1449 | Destitute Illusions | 117 | 1 | 14 | Derrick McKenzie/Jay Kay/Toby Smith | 340218 | 11452651 | 0.99 row 1450 : 1450 | Supersonic | 117 | 1 | 14 | Jay Kay | 315872 | 10699265 | 0.99 row 1451 : 1451 | Butterfly | 117 | 1 | 14 | Jay Kay/Toby Smith | 268852 | 8947356 | 0.99 row 1452 : 1452 | Were Do We Go From Here | 117 | 1 | 14 | Jay Kay | 313626 | 10504158 | 0.99 row 1453 : 1453 | King For A Day | 117 | 1 | 14 | Jay Kay/Toby Smith | 221544 | 7335693 | 0.99 row 1454 : 1454 | Deeper Underground | 117 | 1 | 14 | Toby Smith | 281808 | 9351277 | 0.99 row 1455 : 1455 | Just Another Story | 118 | 1 | 15 | Toby Smith | 529684 | 17582818 | 0.99 row 1456 : 1456 | Stillness In Time | 118 | 1 | 15 | Toby Smith | 257097 | 8644290 | 0.99 row 1457 : 1457 | Half The Man | 118 | 1 | 15 | Toby Smith | 289854 | 9577679 | 0.99 row 1458 : 1458 | Light Years | 118 | 1 | 15 | Toby Smith | 354560 | 11796244 | 0.99 row 1459 : 1459 | Manifest Destiny | 118 | 1 | 15 | Toby Smith | 382197 | 12676962 | 0.99 row 1460 : 1460 | The Kids | 118 | 1 | 15 | Toby Smith | 309995 | 10334529 | 0.99 row 1461 : 1461 | Mr. Moon | 118 | 1 | 15 | Stuard Zender/Toby Smith | 329534 | 11043559 | 0.99 row 1462 : 1462 | Scam | 118 | 1 | 15 | Stuart Zender | 422321 | 14019705 | 0.99 row 1463 : 1463 | Journey To Arnhemland | 118 | 1 | 15 | Toby Smith/Wallis Buchanan | 322455 | 10843832 | 0.99 row 1464 : 1464 | Morning Glory | 118 | 1 | 15 | J. Kay/Jay Kay | 384130 | 12777210 | 0.99 row 1465 : 1465 | Space Cowboy | 118 | 1 | 15 | J. Kay/Jay Kay | 385697 | 12906520 | 0.99 row 1466 : 1466 | Last Chance | 119 | 1 | 4 | C. Cester/C. Muncey | 112352 | 3683130 | 0.99 row 1467 : 1467 | Are You Gonna Be My Girl | 119 | 1 | 4 | C. Muncey/N. Cester | 213890 | 6992324 | 0.99 row 1468 : 1468 | Rollover D.J. | 119 | 1 | 4 | C. Cester/N. Cester | 196702 | 6406517 | 0.99 row 1469 : 1469 | Look What You've Done | 119 | 1 | 4 | N. Cester | 230974 | 7517083 | 0.99 row 1470 : 1470 | Get What You Need | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 247719 | 8043765 | 0.99 row 1471 : 1471 | Move On | 119 | 1 | 4 | C. Cester/N. Cester | 260623 | 8519353 | 0.99 row 1472 : 1472 | Radio Song | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 272117 | 8871509 | 0.99 row 1473 : 1473 | Get Me Outta Here | 119 | 1 | 4 | C. Cester/N. Cester | 176274 | 5729098 | 0.99 row 1474 : 1474 | Cold Hard Bitch | 119 | 1 | 4 | C. Cester/C. Muncey/N. Cester | 243278 | 7929610 | 0.99 row 1475 : 1475 | Come Around Again | 119 | 1 | 4 | C. Muncey/N. Cester | 270497 | 8872405 | 0.99 row 1476 : 1476 | Take It Or Leave It | 119 | 1 | 4 | C. Muncey/N. Cester | 142889 | 4643370 | 0.99 row 1477 : 1477 | Lazy Gun | 119 | 1 | 4 | C. Cester/N. Cester | 282174 | 9186285 | 0.99 row 1478 : 1478 | Timothy | 119 | 1 | 4 | C. Cester | 270341 | 8856507 | 0.99 row 1479 : 1479 | Foxy Lady | 120 | 1 | 1 | Jimi Hendrix | 199340 | 6480896 | 0.99 row 1480 : 1480 | Manic Depression | 120 | 1 | 1 | Jimi Hendrix | 222302 | 7289272 | 0.99 row 1481 : 1481 | Red House | 120 | 1 | 1 | Jimi Hendrix | 224130 | 7285851 | 0.99 row 1482 : 1482 | Can You See Me | 120 | 1 | 1 | Jimi Hendrix | 153077 | 4987068 | 0.99 row 1483 : 1483 | Love Or Confusion | 120 | 1 | 1 | Jimi Hendrix | 193123 | 6329408 | 0.99 row 1484 : 1484 | I Don't Live Today | 120 | 1 | 1 | Jimi Hendrix | 235311 | 7661214 | 0.99 row 1485 : 1485 | May This Be Love | 120 | 1 | 1 | Jimi Hendrix | 191216 | 6240028 | 0.99 row 1486 : 1486 | Fire | 120 | 1 | 1 | Jimi Hendrix | 164989 | 5383075 | 0.99 row 1487 : 1487 | Third Stone From The Sun | 120 | 1 | 1 | Jimi Hendrix | 404453 | 13186975 | 0.99 row 1488 : 1488 | Remember | 120 | 1 | 1 | Jimi Hendrix | 168150 | 5509613 | 0.99 row 1489 : 1489 | Are You Experienced? | 120 | 1 | 1 | Jimi Hendrix | 254537 | 8292497 | 0.99 row 1490 : 1490 | Hey Joe | 120 | 1 | 1 | Billy Roberts | 210259 | 6870054 | 0.99 row 1491 : 1491 | Stone Free | 120 | 1 | 1 | Jimi Hendrix | 216293 | 7002331 | 0.99 row 1492 : 1492 | Purple Haze | 120 | 1 | 1 | Jimi Hendrix | 171572 | 5597056 | 0.99 row 1493 : 1493 | 51st Anniversary | 120 | 1 | 1 | Jimi Hendrix | 196388 | 6398044 | 0.99 row 1494 : 1494 | The Wind Cries Mary | 120 | 1 | 1 | Jimi Hendrix | 200463 | 6540638 | 0.99 row 1495 : 1495 | Highway Chile | 120 | 1 | 1 | Jimi Hendrix | 212453 | 6887949 | 0.99 row 1496 : 1496 | Surfing with the Alien | 121 | 2 | 1 | | 263707 | 4418504 | 0.99 row 1497 : 1497 | Ice 9 | 121 | 2 | 1 | | 239721 | 4036215 | 0.99 row 1498 : 1498 | Crushing Day | 121 | 2 | 1 | | 314768 | 5232158 | 0.99 row 1499 : 1499 | Always With Me, Always With You | 121 | 2 | 1 | | 202035 | 3435777 | 0.99 row 1500 : 1500 | Satch Boogie | 121 | 2 | 1 | | 193560 | 3300654 | 0.99 row 1501 : 1501 | Hill of the Skull | 121 | 2 | 1 | J. Satriani | 108435 | 1944738 | 0.99 row 1502 : 1502 | Circles | 121 | 2 | 1 | | 209071 | 3548553 | 0.99 row 1503 : 1503 | Lords of Karma | 121 | 2 | 1 | J. Satriani | 288227 | 4809279 | 0.99 row 1504 : 1504 | Midnight | 121 | 2 | 1 | J. Satriani | 102630 | 1851753 | 0.99 row 1505 : 1505 | Echo | 121 | 2 | 1 | J. Satriani | 337570 | 5595557 | 0.99 row 1506 : 1506 | Engenho De Dentro | 122 | 1 | 7 | | 310073 | 10211473 | 0.99 row 1507 : 1507 | Alcohol | 122 | 1 | 7 | | 355239 | 12010478 | 0.99 row 1508 : 1508 | Mama Africa | 122 | 1 | 7 | | 283062 | 9488316 | 0.99 row 1509 : 1509 | Salve Simpatia | 122 | 1 | 7 | | 343484 | 11314756 | 0.99 row 1510 : 1510 | W/Brasil (Chama O Síndico) | 122 | 1 | 7 | | 317100 | 10599953 | 0.99 row 1511 : 1511 | País Tropical | 122 | 1 | 7 | | 452519 | 14946972 | 0.99 row 1512 : 1512 | Os Alquimistas Estão Chegando | 122 | 1 | 7 | | 367281 | 12304520 | 0.99 row 1513 : 1513 | Charles Anjo 45 | 122 | 1 | 7 | | 389276 | 13022833 | 0.99 row 1514 : 1514 | Selassiê | 122 | 1 | 7 | | 326321 | 10724982 | 0.99 row 1515 : 1515 | Menina Sarará | 122 | 1 | 7 | | 191477 | 6393818 | 0.99 row 1516 : 1516 | Que Maravilha | 122 | 1 | 7 | | 338076 | 10996656 | 0.99 row 1517 : 1517 | Santa Clara Clareou | 122 | 1 | 7 | | 380081 | 12524725 | 0.99 row 1518 : 1518 | Filho Maravilha | 122 | 1 | 7 | | 227526 | 7498259 | 0.99 row 1519 : 1519 | Taj Mahal | 122 | 1 | 7 | | 289750 | 9502898 | 0.99 row 1520 : 1520 | Rapidamente | 123 | 1 | 7 | | 252238 | 8470107 | 0.99 row 1521 : 1521 | As Dores do Mundo | 123 | 1 | 7 | Hyldon | 255477 | 8537092 | 0.99 row 1522 : 1522 | Vou Pra Ai | 123 | 1 | 7 | | 300878 | 10053718 | 0.99 row 1523 : 1523 | My Brother | 123 | 1 | 7 | | 253231 | 8431821 | 0.99 row 1524 : 1524 | Há Quanto Tempo | 123 | 1 | 7 | | 270027 | 9004470 | 0.99 row 1525 : 1525 | Vício | 123 | 1 | 7 | | 269897 | 8887216 | 0.99 row 1526 : 1526 | Encontrar Alguém | 123 | 1 | 7 | Marco Tulio Lara/Rogerio Flausino | 224078 | 7437935 | 0.99 row 1527 : 1527 | Dance Enquanto é Tempo | 123 | 1 | 7 | | 229093 | 7583799 | 0.99 row 1528 : 1528 | A Tarde | 123 | 1 | 7 | | 266919 | 8836127 | 0.99 row 1529 : 1529 | Always Be All Right | 123 | 1 | 7 | | 128078 | 4299676 | 0.99 row 1530 : 1530 | Sem Sentido | 123 | 1 | 7 | | 250462 | 8292108 | 0.99 row 1531 : 1531 | Onibusfobia | 123 | 1 | 7 | | 315977 | 10474904 | 0.99 row 1532 : 1532 | Pura Elegancia | 124 | 1 | 16 | João Suplicy | 284107 | 9632269 | 0.99 row 1533 : 1533 | Choramingando | 124 | 1 | 16 | João Suplicy | 190484 | 6400532 | 0.99 row 1534 : 1534 | Por Merecer | 124 | 1 | 16 | João Suplicy | 230582 | 7764601 | 0.99 row 1535 : 1535 | No Futuro | 124 | 1 | 16 | João Suplicy | 182308 | 6056200 | 0.99 row 1536 : 1536 | Voce Inteira | 124 | 1 | 16 | João Suplicy | 241084 | 8077282 | 0.99 row 1537 : 1537 | Cuando A Noite Vai Chegando | 124 | 1 | 16 | João Suplicy | 270628 | 9081874 | 0.99 row 1538 : 1538 | Naquele Dia | 124 | 1 | 16 | João Suplicy | 251768 | 8452654 | 0.99 row 1539 : 1539 | Equinocio | 124 | 1 | 16 | João Suplicy | 269008 | 8871455 | 0.99 row 1540 : 1540 | Papelão | 124 | 1 | 16 | João Suplicy | 213263 | 7257390 | 0.99 row 1541 : 1541 | Cuando Eu For Pro Ceu | 124 | 1 | 16 | João Suplicy | 118804 | 3948371 | 0.99 row 1542 : 1542 | Do Nosso Amor | 124 | 1 | 16 | João Suplicy | 203415 | 6774566 | 0.99 row 1543 : 1543 | Borogodo | 124 | 1 | 16 | João Suplicy | 208457 | 7104588 | 0.99 row 1544 : 1544 | Cafezinho | 124 | 1 | 16 | João Suplicy | 180924 | 6031174 | 0.99 row 1545 : 1545 | Enquanto O Dia Não Vem | 124 | 1 | 16 | João Suplicy | 220891 | 7248336 | 0.99 row 1546 : 1546 | The Green Manalishi | 125 | 1 | 3 | | 205792 | 6720789 | 0.99 row 1547 : 1547 | Living After Midnight | 125 | 1 | 3 | | 213289 | 7056785 | 0.99 row 1548 : 1548 | Breaking The Law (Live) | 125 | 1 | 3 | | 144195 | 4728246 | 0.99 row 1549 : 1549 | Hot Rockin' | 125 | 1 | 3 | | 197328 | 6509179 | 0.99 row 1550 : 1550 | Heading Out To The Highway (Live) | 125 | 1 | 3 | | 276427 | 9006022 | 0.99 row 1551 : 1551 | The Hellion | 125 | 1 | 3 | | 41900 | 1351993 | 0.99 row 1552 : 1552 | Electric Eye | 125 | 1 | 3 | | 222197 | 7231368 | 0.99 row 1553 : 1553 | You've Got Another Thing Comin' | 125 | 1 | 3 | | 305162 | 9962558 | 0.99 row 1554 : 1554 | Turbo Lover | 125 | 1 | 3 | | 335542 | 11068866 | 0.99 row 1555 : 1555 | Freewheel Burning | 125 | 1 | 3 | | 265952 | 8713599 | 0.99 row 1556 : 1556 | Some Heads Are Gonna Roll | 125 | 1 | 3 | | 249939 | 8198617 | 0.99 row 1557 : 1557 | Metal Meltdown | 125 | 1 | 3 | | 290664 | 9390646 | 0.99 row 1558 : 1558 | Ram It Down | 125 | 1 | 3 | | 292179 | 9554023 | 0.99 row 1559 : 1559 | Diamonds And Rust (Live) | 125 | 1 | 3 | | 219350 | 7163147 | 0.99 row 1560 : 1560 | Victim Of Change (Live) | 125 | 1 | 3 | | 430942 | 14067512 | 0.99 row 1561 : 1561 | Tyrant (Live) | 125 | 1 | 3 | | 282253 | 9190536 | 0.99 row 1562 : 1562 | Comin' Home | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 172068 | 5661120 | 0.99 row 1563 : 1563 | Plaster Caster | 126 | 1 | 1 | Gene Simmons | 198060 | 6528719 | 0.99 row 1564 : 1564 | Goin' Blind | 126 | 1 | 1 | Gene Simmons, Stephen Coronel | 217652 | 7167523 | 0.99 row 1565 : 1565 | Do You Love Me | 126 | 1 | 1 | Paul Stanley, Bob Ezrin, Kim Fowley | 193619 | 6343111 | 0.99 row 1566 : 1566 | Domino | 126 | 1 | 1 | Gene Simmons | 226377 | 7488191 | 0.99 row 1567 : 1567 | Sure Know Something | 126 | 1 | 1 | Paul Stanley, Vincent Poncia | 254354 | 8375190 | 0.99 row 1568 : 1568 | A World Without Heroes | 126 | 1 | 1 | Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed | 177815 | 5832524 | 0.99 row 1569 : 1569 | Rock Bottom | 126 | 1 | 1 | Paul Stanley, Ace Frehley | 200594 | 6560818 | 0.99 row 1570 : 1570 | See You Tonight | 126 | 1 | 1 | Gene Simmons | 146494 | 4817521 | 0.99 row 1571 : 1571 | I Still Love You | 126 | 1 | 1 | Paul Stanley | 369815 | 12086145 | 0.99 row 1572 : 1572 | Every Time I Look At You | 126 | 1 | 1 | Paul Stanley, Vincent Cusano | 283898 | 9290948 | 0.99 row 1573 : 1573 | 2,000 Man | 126 | 1 | 1 | Mick Jagger, Keith Richard | 312450 | 10292829 | 0.99 row 1574 : 1574 | Beth | 126 | 1 | 1 | Peter Criss, Stan Penridge, Bob Ezrin | 170187 | 5577807 | 0.99 row 1575 : 1575 | Nothin' To Lose | 126 | 1 | 1 | Gene Simmons | 222354 | 7351460 | 0.99 row 1576 : 1576 | Rock And Roll All Nite | 126 | 1 | 1 | Paul Stanley, Gene Simmons | 259631 | 8549296 | 0.99 row 1577 : 1577 | Immigrant Song | 127 | 1 | 1 | Robert Plant | 201247 | 6457766 | 0.99 row 1578 : 1578 | Heartbreaker | 127 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 316081 | 10179657 | 0.99 row 1579 : 1579 | Since I've Been Loving You | 127 | 1 | 1 | John Paul Jones/Robert Plant | 416365 | 13471959 | 0.99 row 1580 : 1580 | Black Dog | 127 | 1 | 1 | John Paul Jones/Robert Plant | 317622 | 10267572 | 0.99 row 1581 : 1581 | Dazed And Confused | 127 | 1 | 1 | Jimmy Page/Led Zeppelin | 1116734 | 36052247 | 0.99 row 1582 : 1582 | Stairway To Heaven | 127 | 1 | 1 | Robert Plant | 529658 | 17050485 | 0.99 row 1583 : 1583 | Going To California | 127 | 1 | 1 | Robert Plant | 234605 | 7646749 | 0.99 row 1584 : 1584 | That's The Way | 127 | 1 | 1 | Robert Plant | 343431 | 11248455 | 0.99 row 1585 : 1585 | Whole Lotta Love (Medley) | 127 | 1 | 1 | Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon | 825103 | 26742545 | 0.99 row 1586 : 1586 | Thank You | 127 | 1 | 1 | Robert Plant | 398262 | 12831826 | 0.99 row 1587 : 1587 | We're Gonna Groove | 128 | 1 | 1 | Ben E.King/James Bethea | 157570 | 5180975 | 0.99 row 1588 : 1588 | Poor Tom | 128 | 1 | 1 | Jimmy Page/Robert Plant | 182491 | 6016220 | 0.99 row 1589 : 1589 | I Can't Quit You Baby | 128 | 1 | 1 | Willie Dixon | 258168 | 8437098 | 0.99 row 1590 : 1590 | Walter's Walk | 128 | 1 | 1 | Jimmy Page, Robert Plant | 270785 | 8712499 | 0.99 row 1591 : 1591 | Ozone Baby | 128 | 1 | 1 | Jimmy Page, Robert Plant | 215954 | 7079588 | 0.99 row 1592 : 1592 | Darlene | 128 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham, John Paul Jones | 307226 | 10078197 | 0.99 row 1593 : 1593 | Bonzo's Montreux | 128 | 1 | 1 | John Bonham | 258925 | 8557447 | 0.99 row 1594 : 1594 | Wearing And Tearing | 128 | 1 | 1 | Jimmy Page, Robert Plant | 330004 | 10701590 | 0.99 row 1595 : 1595 | The Song Remains The Same | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 330004 | 10708950 | 0.99 row 1596 : 1596 | The Rain Song | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 459180 | 15029875 | 0.99 row 1597 : 1597 | Over The Hills And Far Away | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 290089 | 9552829 | 0.99 row 1598 : 1598 | The Crunge | 129 | 1 | 1 | John Bonham/John Paul Jones | 197407 | 6460212 | 0.99 row 1599 : 1599 | Dancing Days | 129 | 1 | 1 | Jimmy Page/Jimmy Page & Robert Plant/Robert Plant | 223216 | 7250104 | 0.99 row 1600 : 1600 | D'Yer Mak'er | 129 | 1 | 1 | John Bonham/John Paul Jones | 262948 | 8645935 | 0.99 row 1601 : 1601 | No Quarter | 129 | 1 | 1 | John Paul Jones | 420493 | 13656517 | 0.99 row 1602 : 1602 | The Ocean | 129 | 1 | 1 | John Bonham/John Paul Jones | 271098 | 8846469 | 0.99 row 1603 : 1603 | In The Evening | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 410566 | 13399734 | 0.99 row 1604 : 1604 | South Bound Saurez | 130 | 1 | 1 | John Paul Jones & Robert Plant | 254406 | 8420427 | 0.99 row 1605 : 1605 | Fool In The Rain | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 372950 | 12371433 | 0.99 row 1606 : 1606 | Hot Dog | 130 | 1 | 1 | Jimmy Page & Robert Plant | 197198 | 6536167 | 0.99 row 1607 : 1607 | Carouselambra | 130 | 1 | 1 | John Paul Jones, Jimmy Page & Robert Plant | 634435 | 20858315 | 0.99 row 1608 : 1608 | All My Love | 130 | 1 | 1 | Robert Plant & John Paul Jones | 356284 | 11684862 | 0.99 row 1609 : 1609 | I'm Gonna Crawl | 130 | 1 | 1 | Jimmy Page, Robert Plant & John Paul Jones | 329639 | 10737665 | 0.99 row 1610 : 1610 | Black Dog | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 296672 | 9660588 | 0.99 row 1611 : 1611 | Rock & Roll | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 220917 | 7142127 | 0.99 row 1612 : 1612 | The Battle Of Evermore | 131 | 1 | 1 | Jimmy Page, Robert Plant | 351555 | 11525689 | 0.99 row 1613 : 1613 | Stairway To Heaven | 131 | 1 | 1 | Jimmy Page, Robert Plant | 481619 | 15706767 | 0.99 row 1614 : 1614 | Misty Mountain Hop | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 278857 | 9092799 | 0.99 row 1615 : 1615 | Four Sticks | 131 | 1 | 1 | Jimmy Page, Robert Plant | 284447 | 9481301 | 0.99 row 1616 : 1616 | Going To California | 131 | 1 | 1 | Jimmy Page, Robert Plant | 215693 | 7068737 | 0.99 row 1617 : 1617 | When The Levee Breaks | 131 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie | 427702 | 13912107 | 0.99 row 1618 : 1618 | Good Times Bad Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 166164 | 5464077 | 0.99 row 1619 : 1619 | Babe I'm Gonna Leave You | 132 | 1 | 1 | Jimmy Page/Robert Plant | 401475 | 13189312 | 0.99 row 1620 : 1620 | You Shook Me | 132 | 1 | 1 | J. B. Lenoir/Willie Dixon | 388179 | 12643067 | 0.99 row 1621 : 1621 | Dazed and Confused | 132 | 1 | 1 | Jimmy Page | 386063 | 12610326 | 0.99 row 1622 : 1622 | Your Time Is Gonna Come | 132 | 1 | 1 | Jimmy Page/John Paul Jones | 274860 | 9011653 | 0.99 row 1623 : 1623 | Black Mountain Side | 132 | 1 | 1 | Jimmy Page | 132702 | 4440602 | 0.99 row 1624 : 1624 | Communication Breakdown | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 150230 | 4899554 | 0.99 row 1625 : 1625 | I Can't Quit You Baby | 132 | 1 | 1 | Willie Dixon | 282671 | 9252733 | 0.99 row 1626 : 1626 | How Many More Times | 132 | 1 | 1 | Jimmy Page/John Bonham/John Paul Jones | 508055 | 16541364 | 0.99 row 1627 : 1627 | Whole Lotta Love | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 334471 | 11026243 | 0.99 row 1628 : 1628 | What Is And What Should Never Be | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287973 | 9369385 | 0.99 row 1629 : 1629 | The Lemon Song | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 379141 | 12463496 | 0.99 row 1630 : 1630 | Thank You | 133 | 1 | 1 | Jimmy Page, Robert Plant | 287791 | 9337392 | 0.99 row 1631 : 1631 | Heartbreaker | 133 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones, John Bonham | 253988 | 8387560 | 0.99 row 1632 : 1632 | Living Loving Maid (She's Just A Woman) | 133 | 1 | 1 | Jimmy Page, Robert Plant | 159216 | 5219819 | 0.99 row 1633 : 1633 | Ramble On | 133 | 1 | 1 | Jimmy Page, Robert Plant | 275591 | 9199710 | 0.99 row 1634 : 1634 | Moby Dick | 133 | 1 | 1 | John Bonham, John Paul Jones, Jimmy Page | 260728 | 8664210 | 0.99 row 1635 : 1635 | Bring It On Home | 133 | 1 | 1 | Jimmy Page, Robert Plant | 259970 | 8494731 | 0.99 row 1636 : 1636 | Immigrant Song | 134 | 1 | 1 | Jimmy Page, Robert Plant | 144875 | 4786461 | 0.99 row 1637 : 1637 | Friends | 134 | 1 | 1 | Jimmy Page, Robert Plant | 233560 | 7694220 | 0.99 row 1638 : 1638 | Celebration Day | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 209528 | 6871078 | 0.99 row 1639 : 1639 | Since I've Been Loving You | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 444055 | 14482460 | 0.99 row 1640 : 1640 | Out On The Tiles | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Bonham | 246047 | 8060350 | 0.99 row 1641 : 1641 | Gallows Pole | 134 | 1 | 1 | Traditional | 296228 | 9757151 | 0.99 row 1642 : 1642 | Tangerine | 134 | 1 | 1 | Jimmy Page | 189675 | 6200893 | 0.99 row 1643 : 1643 | That's The Way | 134 | 1 | 1 | Jimmy Page, Robert Plant | 337345 | 11202499 | 0.99 row 1644 : 1644 | Bron-Y-Aur Stomp | 134 | 1 | 1 | Jimmy Page, Robert Plant, John Paul Jones | 259500 | 8674508 | 0.99 row 1645 : 1645 | Hats Off To (Roy) Harper | 134 | 1 | 1 | Traditional | 219376 | 7236640 | 0.99 row 1646 : 1646 | In The Light | 135 | 1 | 1 | John Paul Jones/Robert Plant | 526785 | 17033046 | 0.99 row 1647 : 1647 | Bron-Yr-Aur | 135 | 1 | 1 | Jimmy Page | 126641 | 4150746 | 0.99 row 1648 : 1648 | Down By The Seaside | 135 | 1 | 1 | Robert Plant | 316186 | 10371282 | 0.99 row 1649 : 1649 | Ten Years Gone | 135 | 1 | 1 | Robert Plant | 393116 | 12756366 | 0.99 row 1650 : 1650 | Night Flight | 135 | 1 | 1 | John Paul Jones/Robert Plant | 217547 | 7160647 | 0.99 row 1651 : 1651 | The Wanton Song | 135 | 1 | 1 | Robert Plant | 249887 | 8180988 | 0.99 row 1652 : 1652 | Boogie With Stu | 135 | 1 | 1 | Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant | 233273 | 7657086 | 0.99 row 1653 : 1653 | Black Country Woman | 135 | 1 | 1 | Robert Plant | 273084 | 8951732 | 0.99 row 1654 : 1654 | Sick Again | 135 | 1 | 1 | Robert Plant | 283036 | 9279263 | 0.99 row 1655 : 1655 | Achilles Last Stand | 136 | 1 | 1 | Jimmy Page/Robert Plant | 625502 | 20593955 | 0.99 row 1656 : 1656 | For Your Life | 136 | 1 | 1 | Jimmy Page/Robert Plant | 384391 | 12633382 | 0.99 row 1657 : 1657 | Royal Orleans | 136 | 1 | 1 | John Bonham/John Paul Jones | 179591 | 5930027 | 0.99 row 1658 : 1658 | Nobody's Fault But Mine | 136 | 1 | 1 | Jimmy Page/Robert Plant | 376215 | 12237859 | 0.99 row 1659 : 1659 | Candy Store Rock | 136 | 1 | 1 | Jimmy Page/Robert Plant | 252055 | 8397423 | 0.99 row 1660 : 1660 | Hots On For Nowhere | 136 | 1 | 1 | Jimmy Page/Robert Plant | 284107 | 9342342 | 0.99 row 1661 : 1661 | Tea For One | 136 | 1 | 1 | Jimmy Page/Robert Plant | 566752 | 18475264 | 0.99 row 1662 : 1662 | Rock & Roll | 137 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant | 242442 | 7897065 | 0.99 row 1663 : 1663 | Celebration Day | 137 | 1 | 1 | John Paul Jones/Robert Plant | 230034 | 7478487 | 0.99 row 1664 : 1664 | The Song Remains The Same | 137 | 1 | 1 | Robert Plant | 353358 | 11465033 | 0.99 row 1665 : 1665 | Rain Song | 137 | 1 | 1 | Robert Plant | 505808 | 16273705 | 0.99 row 1666 : 1666 | Dazed And Confused | 137 | 1 | 1 | Jimmy Page | 1612329 | 52490554 | 0.99 row 1667 : 1667 | No Quarter | 138 | 1 | 1 | John Paul Jones/Robert Plant | 749897 | 24399285 | 0.99 row 1668 : 1668 | Stairway To Heaven | 138 | 1 | 1 | Robert Plant | 657293 | 21354766 | 0.99 row 1669 : 1669 | Moby Dick | 138 | 1 | 1 | John Bonham/John Paul Jones | 766354 | 25345841 | 0.99 row 1670 : 1670 | Whole Lotta Love | 138 | 1 | 1 | John Bonham/John Paul Jones/Robert Plant/Willie Dixon | 863895 | 28191437 | 0.99 row 1671 : 1671 | Natália | 139 | 1 | 7 | Renato Russo | 235728 | 7640230 | 0.99 row 1672 : 1672 | L'Avventura | 139 | 1 | 7 | Renato Russo | 278256 | 9165769 | 0.99 row 1673 : 1673 | Música De Trabalho | 139 | 1 | 7 | Renato Russo | 260231 | 8590671 | 0.99 row 1674 : 1674 | Longe Do Meu Lado | 139 | 1 | 7 | Renato Russo - Marcelo Bonfá | 266161 | 8655249 | 0.99 row 1675 : 1675 | A Via Láctea | 139 | 1 | 7 | Renato Russo | 280084 | 9234879 | 0.99 row 1676 : 1676 | Música Ambiente | 139 | 1 | 7 | Renato Russo | 247614 | 8234388 | 0.99 row 1677 : 1677 | Aloha | 139 | 1 | 7 | Renato Russo | 325955 | 10793301 | 0.99 row 1678 : 1678 | Soul Parsifal | 139 | 1 | 7 | Renato Russo - Marisa Monte | 295053 | 9853589 | 0.99 row 1679 : 1679 | Dezesseis | 139 | 1 | 7 | Renato Russo | 323918 | 10573515 | 0.99 row 1680 : 1680 | Mil Pedaços | 139 | 1 | 7 | Renato Russo | 203337 | 6643291 | 0.99 row 1681 : 1681 | Leila | 139 | 1 | 7 | Renato Russo | 323056 | 10608239 | 0.99 row 1682 : 1682 | 1º De Julho | 139 | 1 | 7 | Renato Russo | 290298 | 9619257 | 0.99 row 1683 : 1683 | Esperando Por Mim | 139 | 1 | 7 | Renato Russo | 261668 | 8844133 | 0.99 row 1684 : 1684 | Quando Você Voltar | 139 | 1 | 7 | Renato Russo | 173897 | 5781046 | 0.99 row 1685 : 1685 | O Livro Dos Dias | 139 | 1 | 7 | Renato Russo | 257253 | 8570929 | 0.99 row 1686 : 1686 | Será | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 148401 | 4826528 | 0.99 row 1687 : 1687 | Ainda É Cedo | 140 | 1 | 7 | Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá | 236826 | 7796400 | 0.99 row 1688 : 1688 | Geração Coca-Cola | 140 | 1 | 7 | Renato Russo | 141453 | 4625731 | 0.99 row 1689 : 1689 | Eduardo E Mônica | 140 | 1 | 7 | Renato Russo | 271229 | 9026691 | 0.99 row 1690 : 1690 | Tempo Perdido | 140 | 1 | 7 | Renato Russo | 302158 | 9963914 | 0.99 row 1691 : 1691 | Indios | 140 | 1 | 7 | Renato Russo | 258168 | 8610226 | 0.99 row 1692 : 1692 | Que País É Este | 140 | 1 | 7 | Renato Russo | 177606 | 5822124 | 0.99 row 1693 : 1693 | Faroeste Caboclo | 140 | 1 | 7 | Renato Russo | 543007 | 18092739 | 0.99 row 1694 : 1694 | Há Tempos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 197146 | 6432922 | 0.99 row 1695 : 1695 | Pais E Filhos | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 308401 | 10130685 | 0.99 row 1696 : 1696 | Meninos E Meninas | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 203781 | 6667802 | 0.99 row 1697 : 1697 | Vento No Litoral | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 366445 | 12063806 | 0.99 row 1698 : 1698 | Perfeição | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 276558 | 9258489 | 0.99 row 1699 : 1699 | Giz | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 202213 | 6677671 | 0.99 row 1700 : 1700 | Dezesseis | 140 | 1 | 7 | Dado Villa-Lobos/Marcelo Bonfá | 321724 | 10501773 | 0.99 row 1701 : 1701 | Antes Das Seis | 140 | 1 | 7 | Dado Villa-Lobos | 189231 | 6296531 | 0.99 row 1702 : 1702 | Are You Gonna Go My Way | 141 | 1 | 1 | Craig Ross/Lenny Kravitz | 211591 | 6905135 | 0.99 row 1703 : 1703 | Fly Away | 141 | 1 | 1 | Lenny Kravitz | 221962 | 7322085 | 0.99 row 1704 : 1704 | Rock And Roll Is Dead | 141 | 1 | 1 | Lenny Kravitz | 204199 | 6680312 | 0.99 row 1705 : 1705 | Again | 141 | 1 | 1 | Lenny Kravitz | 228989 | 7490476 | 0.99 row 1706 : 1706 | It Ain't Over 'Til It's Over | 141 | 1 | 1 | Lenny Kravitz | 242703 | 8078936 | 0.99 row 1707 : 1707 | Can't Get You Off My Mind | 141 | 1 | 1 | Lenny Kravitz | 273815 | 8937150 | 0.99 row 1708 : 1708 | Mr. Cab Driver | 141 | 1 | 1 | Lenny Kravitz | 230321 | 7668084 | 0.99 row 1709 : 1709 | American Woman | 141 | 1 | 1 | B. Cummings/G. Peterson/M.J. Kale/R. Bachman | 261773 | 8538023 | 0.99 row 1710 : 1710 | Stand By My Woman | 141 | 1 | 1 | Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan | 259683 | 8447611 | 0.99 row 1711 : 1711 | Always On The Run | 141 | 1 | 1 | Lenny Kravitz/Slash | 232515 | 7593397 | 0.99 row 1712 : 1712 | Heaven Help | 141 | 1 | 1 | Gerry DeVeaux/Terry Britten | 190354 | 6222092 | 0.99 row 1713 : 1713 | I Belong To You | 141 | 1 | 1 | Lenny Kravitz | 257123 | 8477980 | 0.99 row 1714 : 1714 | Believe | 141 | 1 | 1 | Henry Hirsch/Lenny Kravitz | 295131 | 9661978 | 0.99 row 1715 : 1715 | Let Love Rule | 141 | 1 | 1 | Lenny Kravitz | 342648 | 11298085 | 0.99 row 1716 : 1716 | Black Velveteen | 141 | 1 | 1 | Lenny Kravitz | 290899 | 9531301 | 0.99 row 1717 : 1717 | Assim Caminha A Humanidade | 142 | 1 | 7 | | 210755 | 6993763 | 0.99 row 1718 : 1718 | Honolulu | 143 | 1 | 7 | | 261433 | 8558481 | 0.99 row 1719 : 1719 | Dancin´Days | 143 | 1 | 7 | | 237400 | 7875347 | 0.99 row 1720 : 1720 | Um Pro Outro | 142 | 1 | 7 | | 236382 | 7825215 | 0.99 row 1721 : 1721 | Aviso Aos Navegantes | 143 | 1 | 7 | | 242808 | 8058651 | 0.99 row 1722 : 1722 | Casa | 142 | 1 | 7 | | 307591 | 10107269 | 0.99 row 1723 : 1723 | Condição | 142 | 1 | 7 | | 263549 | 8778465 | 0.99 row 1724 : 1724 | Hyperconectividade | 143 | 1 | 7 | | 180636 | 5948039 | 0.99 row 1725 : 1725 | O Descobridor Dos Sete Mares | 143 | 1 | 7 | | 225854 | 7475780 | 0.99 row 1726 : 1726 | Satisfação | 142 | 1 | 7 | | 208065 | 6901681 | 0.99 row 1727 : 1727 | Brumário | 142 | 1 | 7 | | 216241 | 7243499 | 0.99 row 1728 : 1728 | Um Certo Alguém | 143 | 1 | 7 | | 194063 | 6430939 | 0.99 row 1729 : 1729 | Fullgás | 143 | 1 | 7 | | 346070 | 11505484 | 0.99 row 1730 : 1730 | Sábado À Noite | 142 | 1 | 7 | | 193854 | 6435114 | 0.99 row 1731 : 1731 | A Cura | 142 | 1 | 7 | | 280920 | 9260588 | 0.99 row 1732 : 1732 | Aquilo | 143 | 1 | 7 | | 246073 | 8167819 | 0.99 row 1733 : 1733 | Atrás Do Trio Elétrico | 142 | 1 | 7 | | 149080 | 4917615 | 0.99 row 1734 : 1734 | Senta A Pua | 143 | 1 | 7 | | 217547 | 7205844 | 0.99 row 1735 : 1735 | Ro-Que-Se-Da-Ne | 143 | 1 | 7 | | 146703 | 4805897 | 0.99 row 1736 : 1736 | Tudo Bem | 142 | 1 | 7 | | 196101 | 6419139 | 0.99 row 1737 : 1737 | Toda Forma De Amor | 142 | 1 | 7 | | 227813 | 7496584 | 0.99 row 1738 : 1738 | Tudo Igual | 143 | 1 | 7 | | 276035 | 9201645 | 0.99 row 1739 : 1739 | Fogo De Palha | 143 | 1 | 7 | | 246804 | 8133732 | 0.99 row 1740 : 1740 | Sereia | 142 | 1 | 7 | | 278047 | 9121087 | 0.99 row 1741 : 1741 | Assaltaram A Gramática | 143 | 1 | 7 | | 261041 | 8698959 | 0.99 row 1742 : 1742 | Se Você Pensa | 142 | 1 | 7 | | 195996 | 6552490 | 0.99 row 1743 : 1743 | Lá Vem O Sol (Here Comes The Sun) | 142 | 1 | 7 | | 189492 | 6229645 | 0.99 row 1744 : 1744 | O Último Romântico (Ao Vivo) | 143 | 1 | 7 | | 231993 | 7692697 | 0.99 row 1745 : 1745 | Pseudo Silk Kimono | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 134739 | 4334038 | 0.99 row 1746 : 1746 | Kayleigh | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 234605 | 7716005 | 0.99 row 1747 : 1747 | Lavender | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 153417 | 4999814 | 0.99 row 1748 : 1748 | Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 356493 | 11791068 | 0.99 row 1749 : 1749 | Heart Of Lothian: Wide Boy / Curtain Call | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 366053 | 11893723 | 0.99 row 1750 : 1750 | Waterhole (Expresso Bongo) | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 133093 | 4378835 | 0.99 row 1751 : 1751 | Lords Of The Backstage | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 112875 | 3741319 | 0.99 row 1752 : 1752 | Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 569704 | 18578995 | 0.99 row 1753 : 1753 | Childhoods End? | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 272796 | 9015366 | 0.99 row 1754 : 1754 | White Feather | 144 | 1 | 1 | Kelly, Mosley, Rothery, Trewaves | 143595 | 4711776 | 0.99 row 1755 : 1755 | Arrepio | 145 | 1 | 7 | Carlinhos Brown | 136254 | 4511390 | 0.99 row 1756 : 1756 | Magamalabares | 145 | 1 | 7 | Carlinhos Brown | 215875 | 7183757 | 0.99 row 1757 : 1757 | Chuva No Brejo | 145 | 1 | 7 | Morais | 145606 | 4857761 | 0.99 row 1758 : 1758 | Cérebro Eletrônico | 145 | 1 | 7 | Gilberto Gil | 172800 | 5760864 | 0.99 row 1759 : 1759 | Tempos Modernos | 145 | 1 | 7 | Lulu Santos | 183066 | 6066234 | 0.99 row 1760 : 1760 | Maraçá | 145 | 1 | 7 | Carlinhos Brown | 230008 | 7621482 | 0.99 row 1761 : 1761 | Blanco | 145 | 1 | 7 | Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos | 45191 | 1454532 | 0.99 row 1762 : 1762 | Panis Et Circenses | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 192339 | 6318373 | 0.99 row 1763 : 1763 | De Noite Na Cama | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 209005 | 7012658 | 0.99 row 1764 : 1764 | Beija Eu | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 197276 | 6512544 | 0.99 row 1765 : 1765 | Give Me Love | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 249808 | 8196331 | 0.99 row 1766 : 1766 | Ainda Lembro | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 218801 | 7211247 | 0.99 row 1767 : 1767 | A Menina Dança | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 129410 | 4326918 | 0.99 row 1768 : 1768 | Dança Da Solidão | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 203520 | 6699368 | 0.99 row 1769 : 1769 | Ao Meu Redor | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 275591 | 9158834 | 0.99 row 1770 : 1770 | Bem Leve | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 159190 | 5246835 | 0.99 row 1771 : 1771 | Segue O Seco | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 178207 | 5922018 | 0.99 row 1772 : 1772 | O Xote Das Meninas | 145 | 1 | 7 | Caetano Veloso e Gilberto Gil | 291866 | 9553228 | 0.99 row 1773 : 1773 | Wherever I Lay My Hat | 146 | 1 | 14 | | 136986 | 4477321 | 0.99 row 1774 : 1774 | Get My Hands On Some Lovin' | 146 | 1 | 14 | | 149054 | 4860380 | 0.99 row 1775 : 1775 | No Good Without You | 146 | 1 | 14 | William "Mickey" Stevenson | 161410 | 5259218 | 0.99 row 1776 : 1776 | You've Been A Long Time Coming | 146 | 1 | 14 | Brian Holland/Eddie Holland/Lamont Dozier | 137221 | 4437949 | 0.99 row 1777 : 1777 | When I Had Your Love | 146 | 1 | 14 | Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson | 152424 | 4972815 | 0.99 row 1778 : 1778 | You're What's Happening (In The World Today) | 146 | 1 | 14 | Allen Story/George Gordy/Robert Gordy | 142027 | 4631104 | 0.99 row 1779 : 1779 | Loving You Is Sweeter Than Ever | 146 | 1 | 14 | Ivy Hunter/Stevie Wonder | 166295 | 5377546 | 0.99 row 1780 : 1780 | It's A Bitter Pill To Swallow | 146 | 1 | 14 | Smokey Robinson/Warren "Pete" Moore | 194821 | 6477882 | 0.99 row 1781 : 1781 | Seek And You Shall Find | 146 | 1 | 14 | Ivy Hunter/William "Mickey" Stevenson | 223451 | 7306719 | 0.99 row 1782 : 1782 | Gonna Keep On Tryin' Till I Win Your Love | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 176404 | 5789945 | 0.99 row 1783 : 1783 | Gonna Give Her All The Love I've Got | 146 | 1 | 14 | Barrett Strong/Norman Whitfield | 210886 | 6893603 | 0.99 row 1784 : 1784 | I Wish It Would Rain | 146 | 1 | 14 | Barrett Strong/Norman Whitfield/Roger Penzabene | 172486 | 5647327 | 0.99 row 1785 : 1785 | Abraham, Martin And John | 146 | 1 | 14 | Dick Holler | 273057 | 8888206 | 0.99 row 1786 : 1786 | Save The Children | 146 | 1 | 14 | Al Cleveland/Marvin Gaye/Renaldo Benson | 194821 | 6342021 | 0.99 row 1787 : 1787 | You Sure Love To Ball | 146 | 1 | 14 | Marvin Gaye | 218540 | 7217872 | 0.99 row 1788 : 1788 | Ego Tripping Out | 146 | 1 | 14 | Marvin Gaye | 314514 | 10383887 | 0.99 row 1789 : 1789 | Praise | 146 | 1 | 14 | Marvin Gaye | 235833 | 7839179 | 0.99 row 1790 : 1790 | Heavy Love Affair | 146 | 1 | 14 | Marvin Gaye | 227892 | 7522232 | 0.99 row 1791 : 1791 | Down Under | 147 | 1 | 1 | | 222171 | 7366142 | 0.99 row 1792 : 1792 | Overkill | 147 | 1 | 1 | | 225410 | 7408652 | 0.99 row 1793 : 1793 | Be Good Johnny | 147 | 1 | 1 | | 216320 | 7139814 | 0.99 row 1794 : 1794 | Everything I Need | 147 | 1 | 1 | | 216476 | 7107625 | 0.99 row 1795 : 1795 | Down by the Sea | 147 | 1 | 1 | | 408163 | 13314900 | 0.99 row 1796 : 1796 | Who Can It Be Now? | 147 | 1 | 1 | | 202396 | 6682850 | 0.99 row 1797 : 1797 | It's a Mistake | 147 | 1 | 1 | | 273371 | 8979965 | 0.99 row 1798 : 1798 | Dr. Heckyll & Mr. Jive | 147 | 1 | 1 | | 278465 | 9110403 | 0.99 row 1799 : 1799 | Shakes and Ladders | 147 | 1 | 1 | | 198008 | 6560753 | 0.99 row 1800 : 1800 | No Sign of Yesterday | 147 | 1 | 1 | | 362004 | 11829011 | 0.99 row 1801 : 1801 | Enter Sandman | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 332251 | 10852002 | 0.99 row 1802 : 1802 | Sad But True | 148 | 1 | 3 | Ulrich | 324754 | 10541258 | 0.99 row 1803 : 1803 | Holier Than Thou | 148 | 1 | 3 | Ulrich | 227892 | 7462011 | 0.99 row 1804 : 1804 | The Unforgiven | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 387082 | 12646886 | 0.99 row 1805 : 1805 | Wherever I May Roam | 148 | 1 | 3 | Ulrich | 404323 | 13161169 | 0.99 row 1806 : 1806 | Don't Tread On Me | 148 | 1 | 3 | Ulrich | 240483 | 7827907 | 0.99 row 1807 : 1807 | Through The Never | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 244375 | 8024047 | 0.99 row 1808 : 1808 | Nothing Else Matters | 148 | 1 | 3 | Ulrich | 388832 | 12606241 | 0.99 row 1809 : 1809 | Of Wolf And Man | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 256835 | 8339785 | 0.99 row 1810 : 1810 | The God That Failed | 148 | 1 | 3 | Ulrich | 308610 | 10055959 | 0.99 row 1811 : 1811 | My Friend Of Misery | 148 | 1 | 3 | James Hetfield, Lars Ulrich and Jason Newsted | 409547 | 13293515 | 0.99 row 1812 : 1812 | The Struggle Within | 148 | 1 | 3 | Ulrich | 234240 | 7654052 | 0.99 row 1813 : 1813 | Helpless | 149 | 1 | 3 | Harris/Tatler | 398315 | 12977902 | 0.99 row 1814 : 1814 | The Small Hours | 149 | 1 | 3 | Holocaust | 403435 | 13215133 | 0.99 row 1815 : 1815 | The Wait | 149 | 1 | 3 | Killing Joke | 295418 | 9688418 | 0.99 row 1816 : 1816 | Crash Course In Brain Surgery | 149 | 1 | 3 | Bourge/Phillips/Shelley | 190406 | 6233729 | 0.99 row 1817 : 1817 | Last Caress/Green Hell | 149 | 1 | 3 | Danzig | 209972 | 6854313 | 0.99 row 1818 : 1818 | Am I Evil? | 149 | 1 | 3 | Harris/Tatler | 470256 | 15387219 | 0.99 row 1819 : 1819 | Blitzkrieg | 149 | 1 | 3 | Jones/Sirotto/Smith | 216685 | 7090018 | 0.99 row 1820 : 1820 | Breadfan | 149 | 1 | 3 | Bourge/Phillips/Shelley | 341551 | 11100130 | 0.99 row 1821 : 1821 | The Prince | 149 | 1 | 3 | Harris/Tatler | 265769 | 8624492 | 0.99 row 1822 : 1822 | Stone Cold Crazy | 149 | 1 | 3 | Deacon/May/Mercury/Taylor | 137717 | 4514830 | 0.99 row 1823 : 1823 | So What | 149 | 1 | 3 | Culmer/Exalt | 189152 | 6162894 | 0.99 row 1824 : 1824 | Killing Time | 149 | 1 | 3 | Sweet Savage | 183693 | 6021197 | 0.99 row 1825 : 1825 | Overkill | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 245133 | 7971330 | 0.99 row 1826 : 1826 | Damage Case | 149 | 1 | 3 | Clarke/Farren/Kilmister/Tayler | 220212 | 7212997 | 0.99 row 1827 : 1827 | Stone Dead Forever | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 292127 | 9556060 | 0.99 row 1828 : 1828 | Too Late Too Late | 149 | 1 | 3 | Clarke/Kilmister/Tayler | 192052 | 6276291 | 0.99 row 1829 : 1829 | Hit The Lights | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 257541 | 8357088 | 0.99 row 1830 : 1830 | The Four Horsemen | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 433188 | 14178138 | 0.99 row 1831 : 1831 | Motorbreath | 150 | 1 | 3 | James Hetfield | 188395 | 6153933 | 0.99 row 1832 : 1832 | Jump In The Fire | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 281573 | 9135755 | 0.99 row 1833 : 1833 | (Anesthesia) Pulling Teeth | 150 | 1 | 3 | Cliff Burton | 254955 | 8234710 | 0.99 row 1834 : 1834 | Whiplash | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 249208 | 8102839 | 0.99 row 1835 : 1835 | Phantom Lord | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 302053 | 9817143 | 0.99 row 1836 : 1836 | No Remorse | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 386795 | 12672166 | 0.99 row 1837 : 1837 | Seek & Destroy | 150 | 1 | 3 | James Hetfield, Lars Ulrich | 415817 | 13452301 | 0.99 row 1838 : 1838 | Metal Militia | 150 | 1 | 3 | James Hetfield, Lars Ulrich, Dave Mustaine | 311327 | 10141785 | 0.99 row 1839 : 1839 | Ain't My Bitch | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 304457 | 9931015 | 0.99 row 1840 : 1840 | 2 X 4 | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328254 | 10732251 | 0.99 row 1841 : 1841 | The House Jack Built | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 398942 | 13005152 | 0.99 row 1842 : 1842 | Until It Sleeps | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 269740 | 8837394 | 0.99 row 1843 : 1843 | King Nothing | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 328097 | 10681477 | 0.99 row 1844 : 1844 | Hero Of The Day | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 261982 | 8540298 | 0.99 row 1845 : 1845 | Bleeding Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 497998 | 16249420 | 0.99 row 1846 : 1846 | Cure | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 294347 | 9648615 | 0.99 row 1847 : 1847 | Poor Twisted Me | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 240065 | 7854349 | 0.99 row 1848 : 1848 | Wasted My Hate | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 237296 | 7762300 | 0.99 row 1849 : 1849 | Mama Said | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 319764 | 10508310 | 0.99 row 1850 : 1850 | Thorn Within | 151 | 1 | 3 | James Hetfield, Lars Ulrich, Kirk Hammett | 351738 | 11486686 | 0.99 row 1851 : 1851 | Ronnie | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 317204 | 10390947 | 0.99 row 1852 : 1852 | The Outlaw Torn | 151 | 1 | 3 | James Hetfield, Lars Ulrich | 588721 | 19286261 | 0.99 row 1853 : 1853 | Battery | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 312424 | 10229577 | 0.99 row 1854 : 1854 | Master Of Puppets | 152 | 1 | 3 | K.Hammett | 515239 | 16893720 | 0.99 row 1855 : 1855 | The Thing That Should Not Be | 152 | 1 | 3 | K.Hammett | 396199 | 12952368 | 0.99 row 1856 : 1856 | Welcome Home (Sanitarium) | 152 | 1 | 3 | K.Hammett | 387186 | 12679965 | 0.99 row 1857 : 1857 | Disposable Heroes | 152 | 1 | 3 | J.Hetfield/L.Ulrich | 496718 | 16135560 | 0.99 row 1858 : 1858 | Leper Messiah | 152 | 1 | 3 | C.Burton | 347428 | 11310434 | 0.99 row 1859 : 1859 | Orion | 152 | 1 | 3 | K.Hammett | 500062 | 16378477 | 0.99 row 1860 : 1860 | Damage Inc. | 152 | 1 | 3 | K.Hammett | 330919 | 10725029 | 0.99 row 1861 : 1861 | Fuel | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 269557 | 8876811 | 0.99 row 1862 : 1862 | The Memory Remains | 153 | 1 | 3 | Hetfield, Ulrich | 279353 | 9110730 | 0.99 row 1863 : 1863 | Devil's Dance | 153 | 1 | 3 | Hetfield, Ulrich | 318955 | 10414832 | 0.99 row 1864 : 1864 | The Unforgiven II | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 395520 | 12886474 | 0.99 row 1865 : 1865 | Better Than You | 153 | 1 | 3 | Hetfield, Ulrich | 322899 | 10549070 | 0.99 row 1866 : 1866 | Slither | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 313103 | 10199789 | 0.99 row 1867 : 1867 | Carpe Diem Baby | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 372480 | 12170693 | 0.99 row 1868 : 1868 | Bad Seed | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 245394 | 8019586 | 0.99 row 1869 : 1869 | Where The Wild Things Are | 153 | 1 | 3 | Hetfield, Ulrich, Newsted | 414380 | 13571280 | 0.99 row 1870 : 1870 | Prince Charming | 153 | 1 | 3 | Hetfield, Ulrich | 365061 | 12009412 | 0.99 row 1871 : 1871 | Low Man's Lyric | 153 | 1 | 3 | Hetfield, Ulrich | 457639 | 14855583 | 0.99 row 1872 : 1872 | Attitude | 153 | 1 | 3 | Hetfield, Ulrich | 315898 | 10335734 | 0.99 row 1873 : 1873 | Fixxxer | 153 | 1 | 3 | Hetfield, Ulrich, Hammett | 496065 | 16190041 | 0.99 row 1874 : 1874 | Fight Fire With Fire | 154 | 1 | 3 | Metallica | 285753 | 9420856 | 0.99 row 1875 : 1875 | Ride The Lightning | 154 | 1 | 3 | Metallica | 397740 | 13055884 | 0.99 row 1876 : 1876 | For Whom The Bell Tolls | 154 | 1 | 3 | Metallica | 311719 | 10159725 | 0.99 row 1877 : 1877 | Fade To Black | 154 | 1 | 3 | Metallica | 414824 | 13531954 | 0.99 row 1878 : 1878 | Trapped Under Ice | 154 | 1 | 3 | Metallica | 244532 | 7975942 | 0.99 row 1879 : 1879 | Escape | 154 | 1 | 3 | Metallica | 264359 | 8652332 | 0.99 row 1880 : 1880 | Creeping Death | 154 | 1 | 3 | Metallica | 396878 | 12955593 | 0.99 row 1881 : 1881 | The Call Of Ktulu | 154 | 1 | 3 | Metallica | 534883 | 17486240 | 0.99 row 1882 : 1882 | Frantic | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 350458 | 11510849 | 0.99 row 1883 : 1883 | St. Anger | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 441234 | 14363779 | 0.99 row 1884 : 1884 | Some Kind Of Monster | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 505626 | 16557497 | 0.99 row 1885 : 1885 | Dirty Window | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 324989 | 10670604 | 0.99 row 1886 : 1886 | Invisible Kid | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 510197 | 16591800 | 0.99 row 1887 : 1887 | My World | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 345626 | 11253756 | 0.99 row 1888 : 1888 | Shoot Me Again | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 430210 | 14093551 | 0.99 row 1889 : 1889 | Sweet Amber | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 327235 | 10616595 | 0.99 row 1890 : 1890 | The Unnamed Feeling | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 429479 | 14014582 | 0.99 row 1891 : 1891 | Purify | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 314017 | 10232537 | 0.99 row 1892 : 1892 | All Within My Hands | 155 | 1 | 3 | Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich | 527986 | 17162741 | 0.99 row 1893 : 1893 | Blackened | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Jason Newsted | 403382 | 13254874 | 0.99 row 1894 : 1894 | ...And Justice For All | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 585769 | 19262088 | 0.99 row 1895 : 1895 | Eye Of The Beholder | 156 | 1 | 3 | James Hetfield, Lars Ulrich & Kirk Hammett | 385828 | 12747894 | 0.99 row 1896 : 1896 | One | 156 | 1 | 3 | James Hetfield & Lars Ulrich | 446484 | 14695721 | 0.99 row 1897 : 1897 | The Shortest Straw | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 395389 | 13013990 | 0.99 row 1898 : 1898 | Harvester Of Sorrow | 156 | 1 | 3 | James Hetfield and Lars Ulrich | 345547 | 11377339 | 0.99 row 1899 : 1899 | The Frayed Ends Of Sanity | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 464039 | 15198986 | 0.99 row 1900 : 1900 | To Live Is To Die | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Cliff Burton | 588564 | 19243795 | 0.99 row 1901 : 1901 | Dyers Eve | 156 | 1 | 3 | James Hetfield, Lars Ulrich and Kirk Hammett | 313991 | 10302828 | 0.99 row 1902 : 1902 | Springsville | 157 | 1 | 2 | J. Carisi | 207725 | 6776219 | 0.99 row 1903 : 1903 | The Maids Of Cadiz | 157 | 1 | 2 | L. Delibes | 233534 | 7505275 | 0.99 row 1904 : 1904 | The Duke | 157 | 1 | 2 | Dave Brubeck | 214961 | 6977626 | 0.99 row 1905 : 1905 | My Ship | 157 | 1 | 2 | Ira Gershwin, Kurt Weill | 268016 | 8581144 | 0.99 row 1906 : 1906 | Miles Ahead | 157 | 1 | 2 | Miles Davis, Gil Evans | 209893 | 6807707 | 0.99 row 1907 : 1907 | Blues For Pablo | 157 | 1 | 2 | Gil Evans | 318328 | 10218398 | 0.99 row 1908 : 1908 | New Rhumba | 157 | 1 | 2 | A. Jamal | 276871 | 8980400 | 0.99 row 1909 : 1909 | The Meaning Of The Blues | 157 | 1 | 2 | R. Troup, L. Worth | 168594 | 5395412 | 0.99 row 1910 : 1910 | Lament | 157 | 1 | 2 | J.J. Johnson | 134191 | 4293394 | 0.99 row 1911 : 1911 | I Don't Wanna Be Kissed (By Anyone But You) | 157 | 1 | 2 | H. Spina, J. Elliott | 191320 | 6219487 | 0.99 row 1912 : 1912 | Springsville (Alternate Take) | 157 | 1 | 2 | J. Carisi | 196388 | 6382079 | 0.99 row 1913 : 1913 | Blues For Pablo (Alternate Take) | 157 | 1 | 2 | Gil Evans | 212558 | 6900619 | 0.99 row 1914 : 1914 | The Meaning Of The Blues/Lament (Alternate Take) | 157 | 1 | 2 | J.J. Johnson/R. Troup, L. Worth | 309786 | 9912387 | 0.99 row 1915 : 1915 | I Don't Wanna Be Kissed (By Anyone But You) (Alternate Take) | 157 | 1 | 2 | H. Spina, J. Elliott | 192078 | 6254796 | 0.99 row 1916 : 1916 | Coração De Estudante | 158 | 1 | 7 | Wagner Tiso, Milton Nascimento | 238550 | 7797308 | 0.99 row 1917 : 1917 | A Noite Do Meu Bem | 158 | 1 | 7 | Dolores Duran | 220081 | 7125225 | 0.99 row 1918 : 1918 | Paisagem Na Janela | 158 | 1 | 7 | Lô Borges, Fernando Brant | 197694 | 6523547 | 0.99 row 1919 : 1919 | Cuitelinho | 158 | 1 | 7 | Folclore | 209397 | 6803970 | 0.99 row 1920 : 1920 | Caxangá | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 245551 | 8144179 | 0.99 row 1921 : 1921 | Nos Bailes Da Vida | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 275748 | 9126170 | 0.99 row 1922 : 1922 | Menestrel Das Alagoas | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 199758 | 6542289 | 0.99 row 1923 : 1923 | Brasil | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 155428 | 5252560 | 0.99 row 1924 : 1924 | Canção Do Novo Mundo | 158 | 1 | 7 | Beto Guedes, Ronaldo Bastos | 215353 | 7032626 | 0.99 row 1925 : 1925 | Um Gosto De Sol | 158 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 307200 | 9893875 | 0.99 row 1926 : 1926 | Solar | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 156212 | 5098288 | 0.99 row 1927 : 1927 | Para Lennon E McCartney | 158 | 1 | 7 | Lô Borges, Márcio Borges, Fernando Brant | 321828 | 10626920 | 0.99 row 1928 : 1928 | Maria, Maria | 158 | 1 | 7 | Milton Nascimento, Fernando Brant | 72463 | 2371543 | 0.99 row 1929 : 1929 | Minas | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 152293 | 4921056 | 0.99 row 1930 : 1930 | Fé Cega, Faca Amolada | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 278099 | 9258649 | 0.99 row 1931 : 1931 | Beijo Partido | 159 | 1 | 7 | Toninho Horta | 229564 | 7506969 | 0.99 row 1932 : 1932 | Saudade Dos Aviões Da Panair (Conversando No Bar) | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 268721 | 8805088 | 0.99 row 1933 : 1933 | Gran Circo | 159 | 1 | 7 | Milton Nascimento, Márcio Borges | 251297 | 8237026 | 0.99 row 1934 : 1934 | Ponta de Areia | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 272796 | 8874285 | 0.99 row 1935 : 1935 | Trastevere | 159 | 1 | 7 | Milton Nascimento, Ronaldo Bastos | 265665 | 8708399 | 0.99 row 1936 : 1936 | Idolatrada | 159 | 1 | 7 | Milton Nascimento, Fernando Brant | 286249 | 9426153 | 0.99 row 1937 : 1937 | Leila (Venha Ser Feliz) | 159 | 1 | 7 | Milton Nascimento | 209737 | 6898507 | 0.99 row 1938 : 1938 | Paula E Bebeto | 159 | 1 | 7 | Milton Nascimento, Caetano Veloso | 135732 | 4583956 | 0.99 row 1939 : 1939 | Simples | 159 | 1 | 7 | Nelson Angelo | 133093 | 4326333 | 0.99 row 1940 : 1940 | Norwegian Wood | 159 | 1 | 7 | John Lennon, Paul McCartney | 413910 | 13520382 | 0.99 row 1941 : 1941 | Caso Você Queira Saber | 159 | 1 | 7 | Beto Guedes, Márcio Borges | 205688 | 6787901 | 0.99 row 1942 : 1942 | Ace Of Spades | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 169926 | 5523552 | 0.99 row 1943 : 1943 | Love Me Like A Reptile | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203546 | 6616389 | 0.99 row 1944 : 1944 | Shoot You In The Back | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 160026 | 5175327 | 0.99 row 1945 : 1945 | Live To Win | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 217626 | 7102182 | 0.99 row 1946 : 1946 | Fast And Loose | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 203337 | 6643350 | 0.99 row 1947 : 1947 | (We Are) The Road Crew | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 192600 | 6283035 | 0.99 row 1948 : 1948 | Fire Fire | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 164675 | 5416114 | 0.99 row 1949 : 1949 | Jailbait | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 213916 | 6983609 | 0.99 row 1950 : 1950 | Dance | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 158432 | 5155099 | 0.99 row 1951 : 1951 | Bite The Bullet | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 98115 | 3195536 | 0.99 row 1952 : 1952 | The Chase Is Better Than The Catch | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 258403 | 8393310 | 0.99 row 1953 : 1953 | The Hammer | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 168071 | 5543267 | 0.99 row 1954 : 1954 | Dirty Love | 160 | 1 | 3 | Clarke/Kilmister/Taylor | 176457 | 5805241 | 0.99 row 1955 : 1955 | Please Don't Touch | 160 | 1 | 3 | Heath/Robinson | 169926 | 5557002 | 0.99 row 1956 : 1956 | Emergency | 160 | 1 | 3 | Dufort/Johnson/McAuliffe/Williams | 180427 | 5828728 | 0.99 row 1957 : 1957 | Kir Royal | 161 | 1 | 16 | Mônica Marianno | 234788 | 7706552 | 0.99 row 1958 : 1958 | O Que Vai Em Meu Coração | 161 | 1 | 16 | Mônica Marianno | 255373 | 8366846 | 0.99 row 1959 : 1959 | Aos Leões | 161 | 1 | 16 | Mônica Marianno | 234684 | 7790574 | 0.99 row 1960 : 1960 | Dois Índios | 161 | 1 | 16 | Mônica Marianno | 219271 | 7213072 | 0.99 row 1961 : 1961 | Noite Negra | 161 | 1 | 16 | Mônica Marianno | 206811 | 6819584 | 0.99 row 1962 : 1962 | Beijo do Olhar | 161 | 1 | 16 | Mônica Marianno | 252682 | 8369029 | 0.99 row 1963 : 1963 | É Fogo | 161 | 1 | 16 | Mônica Marianno | 194873 | 6501520 | 0.99 row 1964 : 1964 | Já Foi | 161 | 1 | 16 | Mônica Marianno | 245681 | 8094872 | 0.99 row 1965 : 1965 | Só Se For Pelo Cabelo | 161 | 1 | 16 | Mônica Marianno | 238288 | 8006345 | 0.99 row 1966 : 1966 | No Clima | 161 | 1 | 16 | Mônica Marianno | 249495 | 8362040 | 0.99 row 1967 : 1967 | A Moça e a Chuva | 161 | 1 | 16 | Mônica Marianno | 274625 | 8929357 | 0.99 row 1968 : 1968 | Demorou! | 161 | 1 | 16 | Mônica Marianno | 39131 | 1287083 | 0.99 row 1969 : 1969 | Bitter Pill | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 266814 | 8666786 | 0.99 row 1970 : 1970 | Enslaved | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 269844 | 8789966 | 0.99 row 1971 : 1971 | Girls, Girls, Girls | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee | 270288 | 8874814 | 0.99 row 1972 : 1972 | Kickstart My Heart | 162 | 1 | 3 | Nikki Sixx | 283559 | 9237736 | 0.99 row 1973 : 1973 | Wild Side | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 276767 | 9116997 | 0.99 row 1974 : 1974 | Glitter | 162 | 1 | 3 | Bryan Adams/Nikki Sixx/Scott Humphrey | 340114 | 11184094 | 0.99 row 1975 : 1975 | Dr. Feelgood | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 282618 | 9281875 | 0.99 row 1976 : 1976 | Same Ol' Situation | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 254511 | 8283958 | 0.99 row 1977 : 1977 | Home Sweet Home | 162 | 1 | 3 | Nikki Sixx/Tommy Lee/Vince Neil | 236904 | 7697538 | 0.99 row 1978 : 1978 | Afraid | 162 | 1 | 3 | Nikki Sixx | 248006 | 8077464 | 0.99 row 1979 : 1979 | Don't Go Away Mad (Just Go Away) | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 279980 | 9188156 | 0.99 row 1980 : 1980 | Without You | 162 | 1 | 3 | Mick Mars/Nikki Sixx | 268956 | 8738371 | 0.99 row 1981 : 1981 | Smokin' in The Boys Room | 162 | 1 | 3 | Cub Coda/Michael Lutz | 206837 | 6735408 | 0.99 row 1982 : 1982 | Primal Scream | 162 | 1 | 3 | Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil | 286197 | 9421164 | 0.99 row 1983 : 1983 | Too Fast For Love | 162 | 1 | 3 | Nikki Sixx | 200829 | 6580542 | 0.99 row 1984 : 1984 | Looks That Kill | 162 | 1 | 3 | Nikki Sixx | 240979 | 7831122 | 0.99 row 1985 : 1985 | Shout At The Devil | 162 | 1 | 3 | Nikki Sixx | 221962 | 7281974 | 0.99 row 1986 : 1986 | Intro | 163 | 1 | 1 | Kurt Cobain | 52218 | 1688527 | 0.99 row 1987 : 1987 | School | 163 | 1 | 1 | Kurt Cobain | 160235 | 5234885 | 0.99 row 1988 : 1988 | Drain You | 163 | 1 | 1 | Kurt Cobain | 215196 | 7013175 | 0.99 row 1989 : 1989 | Aneurysm | 163 | 1 | 1 | Nirvana | 271516 | 8862545 | 0.99 row 1990 : 1990 | Smells Like Teen Spirit | 163 | 1 | 1 | Nirvana | 287190 | 9425215 | 0.99 row 1991 : 1991 | Been A Son | 163 | 1 | 1 | Kurt Cobain | 127555 | 4170369 | 0.99 row 1992 : 1992 | Lithium | 163 | 1 | 1 | Kurt Cobain | 250017 | 8148800 | 0.99 row 1993 : 1993 | Sliver | 163 | 1 | 1 | Kurt Cobain | 116218 | 3784567 | 0.99 row 1994 : 1994 | Spank Thru | 163 | 1 | 1 | Kurt Cobain | 190354 | 6186487 | 0.99 row 1995 : 1995 | Scentless Apprentice | 163 | 1 | 1 | Nirvana | 211200 | 6898177 | 0.99 row 1996 : 1996 | Heart-Shaped Box | 163 | 1 | 1 | Kurt Cobain | 281887 | 9210982 | 0.99 row 1997 : 1997 | Milk It | 163 | 1 | 1 | Kurt Cobain | 225724 | 7406945 | 0.99 row 1998 : 1998 | Negative Creep | 163 | 1 | 1 | Kurt Cobain | 163761 | 5354854 | 0.99 row 1999 : 1999 | Polly | 163 | 1 | 1 | Kurt Cobain | 149995 | 4885331 | 0.99 row 2000 : 2000 | Breed | 163 | 1 | 1 | Kurt Cobain | 208378 | 6759080 | 0.99 row 2001 : 2001 | Tourette's | 163 | 1 | 1 | Kurt Cobain | 115591 | 3753246 | 0.99 row 2002 : 2002 | Blew | 163 | 1 | 1 | Kurt Cobain | 216346 | 7096936 | 0.99 row 2003 : 2003 | Smells Like Teen Spirit | 164 | 1 | 1 | Kurt Cobain | 301296 | 9823847 | 0.99 row 2004 : 2004 | In Bloom | 164 | 1 | 1 | Kurt Cobain | 254928 | 8327077 | 0.99 row 2005 : 2005 | Come As You Are | 164 | 1 | 1 | Kurt Cobain | 219219 | 7123357 | 0.99 row 2006 : 2006 | Breed | 164 | 1 | 1 | Kurt Cobain | 183928 | 5984812 | 0.99 row 2007 : 2007 | Lithium | 164 | 1 | 1 | Kurt Cobain | 256992 | 8404745 | 0.99 row 2008 : 2008 | Polly | 164 | 1 | 1 | Kurt Cobain | 177031 | 5788407 | 0.99 row 2009 : 2009 | Territorial Pissings | 164 | 1 | 1 | Kurt Cobain | 143281 | 4613880 | 0.99 row 2010 : 2010 | Drain You | 164 | 1 | 1 | Kurt Cobain | 223973 | 7273440 | 0.99 row 2011 : 2011 | Lounge Act | 164 | 1 | 1 | Kurt Cobain | 156786 | 5093635 | 0.99 row 2012 : 2012 | Stay Away | 164 | 1 | 1 | Kurt Cobain | 212636 | 6956404 | 0.99 row 2013 : 2013 | On A Plain | 164 | 1 | 1 | Kurt Cobain | 196440 | 6390635 | 0.99 row 2014 : 2014 | Something In The Way | 164 | 1 | 1 | Kurt Cobain | 230556 | 7472168 | 0.99 row 2015 : 2015 | Time | 165 | 1 | 1 | | 96888 | 3124455 | 0.99 row 2016 : 2016 | P.S.Apareça | 165 | 1 | 1 | | 209188 | 6842244 | 0.99 row 2017 : 2017 | Sangue Latino | 165 | 1 | 1 | | 223033 | 7354184 | 0.99 row 2018 : 2018 | Folhas Secas | 165 | 1 | 1 | | 161253 | 5284522 | 0.99 row 2019 : 2019 | Poeira | 165 | 1 | 1 | | 267075 | 8784141 | 0.99 row 2020 : 2020 | Mágica | 165 | 1 | 1 | | 233743 | 7627348 | 0.99 row 2021 : 2021 | Quem Mata A Mulher Mata O Melhor | 165 | 1 | 1 | | 262791 | 8640121 | 0.99 row 2022 : 2022 | Mundaréu | 165 | 1 | 1 | | 217521 | 7158975 | 0.99 row 2023 : 2023 | O Braço Da Minha Guitarra | 165 | 1 | 1 | | 258351 | 8469531 | 0.99 row 2024 : 2024 | Deus | 165 | 1 | 1 | | 284160 | 9188110 | 0.99 row 2025 : 2025 | Mãe Terra | 165 | 1 | 1 | | 306625 | 9949269 | 0.99 row 2026 : 2026 | Às Vezes | 165 | 1 | 1 | | 330292 | 10706614 | 0.99 row 2027 : 2027 | Menino De Rua | 165 | 1 | 1 | | 329795 | 10784595 | 0.99 row 2028 : 2028 | Prazer E Fé | 165 | 1 | 1 | | 214831 | 7031383 | 0.99 row 2029 : 2029 | Elza | 165 | 1 | 1 | | 199105 | 6517629 | 0.99 row 2030 : 2030 | Requebra | 166 | 1 | 7 | | 240744 | 8010811 | 0.99 row 2031 : 2031 | Nossa Gente (Avisa Là) | 166 | 1 | 7 | | 188212 | 6233201 | 0.99 row 2032 : 2032 | Olodum - Alegria Geral | 166 | 1 | 7 | | 233404 | 7754245 | 0.99 row 2033 : 2033 | Madagáscar Olodum | 166 | 1 | 7 | | 252264 | 8270584 | 0.99 row 2034 : 2034 | Faraó Divindade Do Egito | 166 | 1 | 7 | | 228571 | 7523278 | 0.99 row 2035 : 2035 | Todo Amor (Asas Da Liberdade) | 166 | 1 | 7 | | 245133 | 8121434 | 0.99 row 2036 : 2036 | Denúncia | 166 | 1 | 7 | | 159555 | 5327433 | 0.99 row 2037 : 2037 | Olodum, A Banda Do Pelô | 166 | 1 | 7 | | 146599 | 4900121 | 0.99 row 2038 : 2038 | Cartao Postal | 166 | 1 | 7 | | 211565 | 7082301 | 0.99 row 2039 : 2039 | Jeito Faceiro | 166 | 1 | 7 | | 217286 | 7233608 | 0.99 row 2040 : 2040 | Revolta Olodum | 166 | 1 | 7 | | 230191 | 7557065 | 0.99 row 2041 : 2041 | Reggae Odoyá | 166 | 1 | 7 | | 224470 | 7499807 | 0.99 row 2042 : 2042 | Protesto Do Olodum (Ao Vivo) | 166 | 1 | 7 | | 206001 | 6766104 | 0.99 row 2043 : 2043 | Olodum - Smile (Instrumental) | 166 | 1 | 7 | | 235833 | 7871409 | 0.99 row 2044 : 2044 | Vulcão Dub - Fui Eu | 167 | 1 | 7 | Bi Ribeira/Herbert Vianna/João Barone | 287059 | 9495202 | 0.99 row 2045 : 2045 | O Trem Da Juventude | 167 | 1 | 7 | Herbert Vianna | 225880 | 7507655 | 0.99 row 2046 : 2046 | Manguetown | 167 | 1 | 7 | Chico Science/Dengue/Lúcio Maia | 162925 | 5382018 | 0.99 row 2047 : 2047 | Um Amor, Um Lugar | 167 | 1 | 7 | Herbert Vianna | 184555 | 6090334 | 0.99 row 2048 : 2048 | Bora-Bora | 167 | 1 | 7 | Herbert Vianna | 182987 | 6036046 | 0.99 row 2049 : 2049 | Vai Valer | 167 | 1 | 7 | Herbert Vianna | 206524 | 6899778 | 0.99 row 2050 : 2050 | I Feel Good (I Got You) - Sossego | 167 | 1 | 7 | James Brown/Tim Maia | 244976 | 8091302 | 0.99 row 2051 : 2051 | Uns Dias | 167 | 1 | 7 | Herbert Vianna | 240796 | 7931552 | 0.99 row 2052 : 2052 | Sincero Breu | 167 | 1 | 7 | C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva | 208013 | 6921669 | 0.99 row 2053 : 2053 | Meu Erro | 167 | 1 | 7 | Herbert Vianna | 188577 | 6192791 | 0.99 row 2054 : 2054 | Selvagem | 167 | 1 | 7 | Bi Ribeiro/Herbert Vianna/João Barone | 148558 | 4942831 | 0.99 row 2055 : 2055 | Brasília 5:31 | 167 | 1 | 7 | Herbert Vianna | 178337 | 5857116 | 0.99 row 2056 : 2056 | Tendo A Lua | 167 | 1 | 7 | Herbert Vianna/Tet Tillett | 198922 | 6568180 | 0.99 row 2057 : 2057 | Que País É Este | 167 | 1 | 7 | Renato Russo | 216685 | 7137865 | 0.99 row 2058 : 2058 | Navegar Impreciso | 167 | 1 | 7 | Herbert Vianna | 262870 | 8761283 | 0.99 row 2059 : 2059 | Feira Moderna | 167 | 1 | 7 | Beto Guedes/Fernando Brant/L Borges | 182517 | 6001793 | 0.99 row 2060 : 2060 | Tequila - Lourinha Bombril (Parate Y Mira) | 167 | 1 | 7 | Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna | 255738 | 8514961 | 0.99 row 2061 : 2061 | Vamo Batê Lata | 167 | 1 | 7 | Herbert Vianna | 228754 | 7585707 | 0.99 row 2062 : 2062 | Life During Wartime | 167 | 1 | 7 | Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth | 259186 | 8543439 | 0.99 row 2063 : 2063 | Nebulosa Do Amor | 167 | 1 | 7 | Herbert Vianna | 203415 | 6732496 | 0.99 row 2064 : 2064 | Caleidoscópio | 167 | 1 | 7 | Herbert Vianna | 256522 | 8484597 | 0.99 row 2065 : 2065 | Trac Trac | 168 | 1 | 7 | Fito Paez/Herbert Vianna | 231653 | 7638256 | 0.99 row 2066 : 2066 | Tendo A Lua | 168 | 1 | 7 | Herbert Vianna/Tetê Tillet | 219585 | 7342776 | 0.99 row 2067 : 2067 | Mensagen De Amor (2000) | 168 | 1 | 7 | Herbert Vianna | 183588 | 6061324 | 0.99 row 2068 : 2068 | Lourinha Bombril | 168 | 1 | 7 | Bahiano/Diego Blanco/Herbert Vianna | 159895 | 5301882 | 0.99 row 2069 : 2069 | La Bella Luna | 168 | 1 | 7 | Herbert Vianna | 192653 | 6428598 | 0.99 row 2070 : 2070 | Busca Vida | 168 | 1 | 7 | Herbert Vianna | 176431 | 5798663 | 0.99 row 2071 : 2071 | Uma Brasileira | 168 | 1 | 7 | Carlinhos Brown/Herbert Vianna | 217573 | 7280574 | 0.99 row 2072 : 2072 | Luis Inacio (300 Picaretas) | 168 | 1 | 7 | Herbert Vianna | 198191 | 6576790 | 0.99 row 2073 : 2073 | Saber Amar | 168 | 1 | 7 | Herbert Vianna | 202788 | 6723733 | 0.99 row 2074 : 2074 | Ela Disse Adeus | 168 | 1 | 7 | Herbert Vianna | 226298 | 7608999 | 0.99 row 2075 : 2075 | O Amor Nao Sabe Esperar | 168 | 1 | 7 | Herbert Vianna | 241084 | 8042534 | 0.99 row 2076 : 2076 | Aonde Quer Que Eu Va | 168 | 1 | 7 | Herbert Vianna/Paulo Sérgio Valle | 258089 | 8470121 | 0.99 row 2077 : 2077 | Caleidoscópio | 169 | 1 | 7 | | 211330 | 7000017 | 0.99 row 2078 : 2078 | Óculos | 169 | 1 | 7 | | 219271 | 7262419 | 0.99 row 2079 : 2079 | Cinema Mudo | 169 | 1 | 7 | | 227918 | 7612168 | 0.99 row 2080 : 2080 | Alagados | 169 | 1 | 7 | | 302393 | 10255463 | 0.99 row 2081 : 2081 | Lanterna Dos Afogados | 169 | 1 | 7 | | 190197 | 6264318 | 0.99 row 2082 : 2082 | Melô Do Marinheiro | 169 | 1 | 7 | | 208352 | 6905668 | 0.99 row 2083 : 2083 | Vital E Sua Moto | 169 | 1 | 7 | | 210207 | 6902878 | 0.99 row 2084 : 2084 | O Beco | 169 | 1 | 7 | | 189178 | 6293184 | 0.99 row 2085 : 2085 | Meu Erro | 169 | 1 | 7 | | 208431 | 6893533 | 0.99 row 2086 : 2086 | Perplexo | 169 | 1 | 7 | | 161175 | 5355013 | 0.99 row 2087 : 2087 | Me Liga | 169 | 1 | 7 | | 229590 | 7565912 | 0.99 row 2088 : 2088 | Quase Um Segundo | 169 | 1 | 7 | | 275644 | 8971355 | 0.99 row 2089 : 2089 | Selvagem | 169 | 1 | 7 | | 245890 | 8141084 | 0.99 row 2090 : 2090 | Romance Ideal | 169 | 1 | 7 | | 250070 | 8260477 | 0.99 row 2091 : 2091 | Será Que Vai Chover? | 169 | 1 | 7 | | 337057 | 11133830 | 0.99 row 2092 : 2092 | SKA | 169 | 1 | 7 | | 148871 | 4943540 | 0.99 row 2093 : 2093 | Bark at the Moon | 170 | 2 | 1 | O. Osbourne | 257252 | 4601224 | 0.99 row 2094 : 2094 | I Don't Know | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 312980 | 5525339 | 0.99 row 2095 : 2095 | Crazy Train | 171 | 2 | 1 | B. Daisley, O. Osbourne & R. Rhoads | 295960 | 5255083 | 0.99 row 2096 : 2096 | Flying High Again | 172 | 2 | 1 | L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads | 290851 | 5179599 | 0.99 row 2097 : 2097 | Mama, I'm Coming Home | 173 | 2 | 1 | L. Kilmister, O. Osbourne & Z. Wylde | 251586 | 4302390 | 0.99 row 2098 : 2098 | No More Tears | 173 | 2 | 1 | J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde | 444358 | 7362964 | 0.99 row 2099 : 2099 | I Don't Know | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 283088 | 9207869 | 0.99 row 2100 : 2100 | Crazy Train | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 322716 | 10517408 | 0.99 row 2101 : 2101 | Believer | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 308897 | 10003794 | 0.99 row 2102 : 2102 | Mr. Crowley | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 344241 | 11184130 | 0.99 row 2103 : 2103 | Flying High Again | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake | 261224 | 8481822 | 0.99 row 2104 : 2104 | Relvelation (Mother Earth) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 349440 | 11367866 | 0.99 row 2105 : 2105 | Steal Away (The Night) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 485720 | 15945806 | 0.99 row 2106 : 2106 | Suicide Solution (With Guitar Solo) | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 467069 | 15119938 | 0.99 row 2107 : 2107 | Iron Man | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 172120 | 5609799 | 0.99 row 2108 : 2108 | Children Of The Grave | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 357067 | 11626740 | 0.99 row 2109 : 2109 | Paranoid | 174 | 1 | 3 | A. F. Iommi, W. Ward, T. Butler, J. Osbourne | 176352 | 5729813 | 0.99 row 2110 : 2110 | Goodbye To Romance | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 334393 | 10841337 | 0.99 row 2111 : 2111 | No Bone Movies | 174 | 1 | 3 | O. Osbourne, R. Daisley, R. Rhoads | 249208 | 8095199 | 0.99 row 2112 : 2112 | Dee | 174 | 1 | 3 | R. Rhoads | 261302 | 8555963 | 0.99 row 2113 : 2113 | Shining In The Light | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 240796 | 7951688 | 0.99 row 2114 : 2114 | When The World Was Young | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 373394 | 12198930 | 0.99 row 2115 : 2115 | Upon A Golden Horse | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 232359 | 7594829 | 0.99 row 2116 : 2116 | Blue Train | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 405028 | 13170391 | 0.99 row 2117 : 2117 | Please Read The Letter | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 262112 | 8603372 | 0.99 row 2118 : 2118 | Most High | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 336535 | 10999203 | 0.99 row 2119 : 2119 | Heart In Your Hand | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 230896 | 7598019 | 0.99 row 2120 : 2120 | Walking Into Clarksdale | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 318511 | 10396315 | 0.99 row 2121 : 2121 | Burning Up | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 321619 | 10525136 | 0.99 row 2122 : 2122 | When I Was A Child | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 345626 | 11249456 | 0.99 row 2123 : 2123 | House Of Love | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 335699 | 10990880 | 0.99 row 2124 : 2124 | Sons Of Freedom | 175 | 1 | 1 | Jimmy Page, Robert Plant, Charlie Jones, Michael Lee | 246465 | 8087944 | 0.99 row 2125 : 2125 | United Colours | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 330266 | 10939131 | 0.99 row 2126 : 2126 | Slug | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 281469 | 9295950 | 0.99 row 2127 : 2127 | Your Blue Room | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 328228 | 10867860 | 0.99 row 2128 : 2128 | Always Forever Now | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 383764 | 12727928 | 0.99 row 2129 : 2129 | A Different Kind Of Blue | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 120816 | 3884133 | 0.99 row 2130 : 2130 | Beach Sequence | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 212297 | 6928259 | 0.99 row 2131 : 2131 | Miss Sarajevo | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 340767 | 11064884 | 0.99 row 2132 : 2132 | Ito Okashi | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 205087 | 6572813 | 0.99 row 2133 : 2133 | One Minute Warning | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 279693 | 9335453 | 0.99 row 2134 : 2134 | Corpse (These Chains Are Way Too Long) | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 214909 | 6920451 | 0.99 row 2135 : 2135 | Elvis Ate America | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 180166 | 5851053 | 0.99 row 2136 : 2136 | Plot 180 | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 221596 | 7253729 | 0.99 row 2137 : 2137 | Theme From The Swan | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 203911 | 6638076 | 0.99 row 2138 : 2138 | Theme From Let's Go Native | 176 | 1 | 10 | Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr. | 186723 | 6179777 | 0.99 row 2139 : 2139 | Wrathchild | 177 | 1 | 1 | Steve Harris | 170396 | 5499390 | 0.99 row 2140 : 2140 | Killers | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 309995 | 10009697 | 0.99 row 2141 : 2141 | Prowler | 177 | 1 | 1 | Steve Harris | 240274 | 7782963 | 0.99 row 2142 : 2142 | Murders In The Rue Morgue | 177 | 1 | 1 | Steve Harris | 258638 | 8360999 | 0.99 row 2143 : 2143 | Women In Uniform | 177 | 1 | 1 | Greg Macainsh | 189936 | 6139651 | 0.99 row 2144 : 2144 | Remember Tomorrow | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 326426 | 10577976 | 0.99 row 2145 : 2145 | Sanctuary | 177 | 1 | 1 | David Murray/Paul Di'Anno/Steve Harris | 198844 | 6423543 | 0.99 row 2146 : 2146 | Running Free | 177 | 1 | 1 | Paul Di'Anno/Steve Harris | 199706 | 6483496 | 0.99 row 2147 : 2147 | Phantom Of The Opera | 177 | 1 | 1 | Steve Harris | 418168 | 13585530 | 0.99 row 2148 : 2148 | Iron Maiden | 177 | 1 | 1 | Steve Harris | 235232 | 7600077 | 0.99 row 2149 : 2149 | Corduroy | 178 | 1 | 1 | Pearl Jam & Eddie Vedder | 305293 | 9991106 | 0.99 row 2150 : 2150 | Given To Fly | 178 | 1 | 1 | Eddie Vedder & Mike McCready | 233613 | 7678347 | 0.99 row 2151 : 2151 | Hail, Hail | 178 | 1 | 1 | Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready | 223764 | 7364206 | 0.99 row 2152 : 2152 | Daughter | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 407484 | 13420697 | 0.99 row 2153 : 2153 | Elderly Woman Behind The Counter In A Small Town | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 229328 | 7509304 | 0.99 row 2154 : 2154 | Untitled | 178 | 1 | 1 | Pearl Jam | 122801 | 3957141 | 0.99 row 2155 : 2155 | MFC | 178 | 1 | 1 | Eddie Vedder | 148192 | 4817665 | 0.99 row 2156 : 2156 | Go | 178 | 1 | 1 | Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder | 161541 | 5290810 | 0.99 row 2157 : 2157 | Red Mosquito | 178 | 1 | 1 | Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder | 242991 | 7944923 | 0.99 row 2158 : 2158 | Even Flow | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 317100 | 10394239 | 0.99 row 2159 : 2159 | Off He Goes | 178 | 1 | 1 | Eddie Vedder | 343222 | 11245109 | 0.99 row 2160 : 2160 | Nothingman | 178 | 1 | 1 | Jeff Ament & Eddie Vedder | 278595 | 9107017 | 0.99 row 2161 : 2161 | Do The Evolution | 178 | 1 | 1 | Eddie Vedder & Stone Gossard | 225462 | 7377286 | 0.99 row 2162 : 2162 | Better Man | 178 | 1 | 1 | Eddie Vedder | 246204 | 8019563 | 0.99 row 2163 : 2163 | Black | 178 | 1 | 1 | Stone Gossard & Eddie Vedder | 415712 | 13580009 | 0.99 row 2164 : 2164 | F*Ckin' Up | 178 | 1 | 1 | Neil Young | 377652 | 12360893 | 0.99 row 2165 : 2165 | Life Wasted | 179 | 1 | 4 | Stone Gossard | 234344 | 7610169 | 0.99 row 2166 : 2166 | World Wide Suicide | 179 | 1 | 4 | Eddie Vedder | 209188 | 6885908 | 0.99 row 2167 : 2167 | Comatose | 179 | 1 | 4 | Mike McCready & Stone Gossard | 139990 | 4574516 | 0.99 row 2168 : 2168 | Severed Hand | 179 | 1 | 4 | Eddie Vedder | 270341 | 8817438 | 0.99 row 2169 : 2169 | Marker In The Sand | 179 | 1 | 4 | Mike McCready | 263235 | 8656578 | 0.99 row 2170 : 2170 | Parachutes | 179 | 1 | 4 | Stone Gossard | 216555 | 7074973 | 0.99 row 2171 : 2171 | Unemployable | 179 | 1 | 4 | Matt Cameron & Mike McCready | 184398 | 6066542 | 0.99 row 2172 : 2172 | Big Wave | 179 | 1 | 4 | Jeff Ament | 178573 | 5858788 | 0.99 row 2173 : 2173 | Gone | 179 | 1 | 4 | Eddie Vedder | 249547 | 8158204 | 0.99 row 2174 : 2174 | Wasted Reprise | 179 | 1 | 4 | Stone Gossard | 53733 | 1731020 | 0.99 row 2175 : 2175 | Army Reserve | 179 | 1 | 4 | Jeff Ament | 225567 | 7393771 | 0.99 row 2176 : 2176 | Come Back | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 329743 | 10768701 | 0.99 row 2177 : 2177 | Inside Job | 179 | 1 | 4 | Eddie Vedder & Mike McCready | 428643 | 14006924 | 0.99 row 2178 : 2178 | Can't Keep | 180 | 1 | 1 | Eddie Vedder | 219428 | 7215713 | 0.99 row 2179 : 2179 | Save You | 180 | 1 | 1 | Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard | 230112 | 7609110 | 0.99 row 2180 : 2180 | Love Boat Captain | 180 | 1 | 1 | Eddie Vedder | 276453 | 9016789 | 0.99 row 2181 : 2181 | Cropduster | 180 | 1 | 1 | Matt Cameron | 231888 | 7588928 | 0.99 row 2182 : 2182 | Ghost | 180 | 1 | 1 | Jeff Ament | 195108 | 6383772 | 0.99 row 2183 : 2183 | I Am Mine | 180 | 1 | 1 | Eddie Vedder | 215719 | 7086901 | 0.99 row 2184 : 2184 | Thumbing My Way | 180 | 1 | 1 | Eddie Vedder | 250226 | 8201437 | 0.99 row 2185 : 2185 | You Are | 180 | 1 | 1 | Matt Cameron | 270863 | 8938409 | 0.99 row 2186 : 2186 | Get Right | 180 | 1 | 1 | Matt Cameron | 158589 | 5223345 | 0.99 row 2187 : 2187 | Green Disease | 180 | 1 | 1 | Eddie Vedder | 161253 | 5375818 | 0.99 row 2188 : 2188 | Help Help | 180 | 1 | 1 | Jeff Ament | 215092 | 7033002 | 0.99 row 2189 : 2189 | Bushleager | 180 | 1 | 1 | Stone Gossard | 237479 | 7849757 | 0.99 row 2190 : 2190 | 1/2 Full | 180 | 1 | 1 | Jeff Ament | 251010 | 8197219 | 0.99 row 2191 : 2191 | Arc | 180 | 1 | 1 | Pearl Jam | 65593 | 2099421 | 0.99 row 2192 : 2192 | All or None | 180 | 1 | 1 | Stone Gossard | 277655 | 9104728 | 0.99 row 2193 : 2193 | Once | 181 | 1 | 1 | Stone Gossard | 231758 | 7561555 | 0.99 row 2194 : 2194 | Evenflow | 181 | 1 | 1 | Stone Gossard | 293720 | 9622017 | 0.99 row 2195 : 2195 | Alive | 181 | 1 | 1 | Stone Gossard | 341080 | 11176623 | 0.99 row 2196 : 2196 | Why Go | 181 | 1 | 1 | Jeff Ament | 200254 | 6539287 | 0.99 row 2197 : 2197 | Black | 181 | 1 | 1 | Dave Krusen/Stone Gossard | 343823 | 11213314 | 0.99 row 2198 : 2198 | Jeremy | 181 | 1 | 1 | Jeff Ament | 318981 | 10447222 | 0.99 row 2199 : 2199 | Oceans | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 162194 | 5282368 | 0.99 row 2200 : 2200 | Porch | 181 | 1 | 1 | Eddie Vedder | 210520 | 6877475 | 0.99 row 2201 : 2201 | Garden | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 299154 | 9740738 | 0.99 row 2202 : 2202 | Deep | 181 | 1 | 1 | Jeff Ament/Stone Gossard | 258324 | 8432497 | 0.99 row 2203 : 2203 | Release | 181 | 1 | 1 | Jeff Ament/Mike McCready/Stone Gossard | 546063 | 17802673 | 0.99 row 2204 : 2204 | Go | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 193123 | 6351920 | 0.99 row 2205 : 2205 | Animal | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 169325 | 5503459 | 0.99 row 2206 : 2206 | Daughter | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 235598 | 7824586 | 0.99 row 2207 : 2207 | Glorified G | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 206968 | 6772116 | 0.99 row 2208 : 2208 | Dissident | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 215510 | 7034500 | 0.99 row 2209 : 2209 | W.M.A. | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 359262 | 12037261 | 0.99 row 2210 : 2210 | Blood | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 170631 | 5551478 | 0.99 row 2211 : 2211 | Rearviewmirror | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 284186 | 9321053 | 0.99 row 2212 : 2212 | Rats | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 255425 | 8341934 | 0.99 row 2213 : 2213 | Elderly Woman Behind The Counter In A Small Town | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 196336 | 6499398 | 0.99 row 2214 : 2214 | Leash | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 189257 | 6191560 | 0.99 row 2215 : 2215 | Indifference | 182 | 1 | 1 | Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard | 302053 | 9756133 | 0.99 row 2216 : 2216 | Johnny B. Goode | 141 | 1 | 8 | | 243200 | 8092024 | 0.99 row 2217 : 2217 | Don't Look Back | 141 | 1 | 8 | | 221100 | 7344023 | 0.99 row 2218 : 2218 | Jah Seh No | 141 | 1 | 8 | | 276871 | 9134476 | 0.99 row 2219 : 2219 | I'm The Toughest | 141 | 1 | 8 | | 230191 | 7657594 | 0.99 row 2220 : 2220 | Nothing But Love | 141 | 1 | 8 | | 221570 | 7335228 | 0.99 row 2221 : 2221 | Buk-In-Hamm Palace | 141 | 1 | 8 | | 265665 | 8964369 | 0.99 row 2222 : 2222 | Bush Doctor | 141 | 1 | 8 | | 239751 | 7942299 | 0.99 row 2223 : 2223 | Wanted Dread And Alive | 141 | 1 | 8 | | 260310 | 8670933 | 0.99 row 2224 : 2224 | Mystic Man | 141 | 1 | 8 | | 353671 | 11812170 | 0.99 row 2225 : 2225 | Coming In Hot | 141 | 1 | 8 | | 213054 | 7109414 | 0.99 row 2226 : 2226 | Pick Myself Up | 141 | 1 | 8 | | 234684 | 7788255 | 0.99 row 2227 : 2227 | Crystal Ball | 141 | 1 | 8 | | 309733 | 10319296 | 0.99 row 2228 : 2228 | Equal Rights Downpresser Man | 141 | 1 | 8 | | 366733 | 12086524 | 0.99 row 2229 : 2229 | Speak To Me/Breathe | 183 | 1 | 1 | Mason/Waters, Gilmour, Wright | 234213 | 7631305 | 0.99 row 2230 : 2230 | On The Run | 183 | 1 | 1 | Gilmour, Waters | 214595 | 7206300 | 0.99 row 2231 : 2231 | Time | 183 | 1 | 1 | Mason, Waters, Wright, Gilmour | 425195 | 13955426 | 0.99 row 2232 : 2232 | The Great Gig In The Sky | 183 | 1 | 1 | Wright, Waters | 284055 | 9147563 | 0.99 row 2233 : 2233 | Money | 183 | 1 | 1 | Waters | 391888 | 12930070 | 0.99 row 2234 : 2234 | Us And Them | 183 | 1 | 1 | Waters, Wright | 461035 | 15000299 | 0.99 row 2235 : 2235 | Any Colour You Like | 183 | 1 | 1 | Gilmour, Mason, Wright, Waters | 205740 | 6707989 | 0.99 row 2236 : 2236 | Brain Damage | 183 | 1 | 1 | Waters | 230556 | 7497655 | 0.99 row 2237 : 2237 | Eclipse | 183 | 1 | 1 | Waters | 125361 | 4065299 | 0.99 row 2238 : 2238 | ZeroVinteUm | 184 | 1 | 17 | | 315637 | 10426550 | 0.99 row 2239 : 2239 | Queimando Tudo | 184 | 1 | 17 | | 172591 | 5723677 | 0.99 row 2240 : 2240 | Hip Hop Rio | 184 | 1 | 17 | | 151536 | 4991935 | 0.99 row 2241 : 2241 | Bossa | 184 | 1 | 17 | | 29048 | 967098 | 0.99 row 2242 : 2242 | 100% HardCore | 184 | 1 | 17 | | 165146 | 5407744 | 0.99 row 2243 : 2243 | Biruta | 184 | 1 | 17 | | 213263 | 7108200 | 0.99 row 2244 : 2244 | Mão Na Cabeça | 184 | 1 | 17 | | 202631 | 6642753 | 0.99 row 2245 : 2245 | O Bicho Tá Pregando | 184 | 1 | 17 | | 171964 | 5683369 | 0.99 row 2246 : 2246 | Adoled (Ocean) | 184 | 1 | 17 | | 185103 | 6009946 | 0.99 row 2247 : 2247 | Seus Amigos | 184 | 1 | 17 | | 100858 | 3304738 | 0.99 row 2248 : 2248 | Paga Pau | 184 | 1 | 17 | | 197485 | 6529041 | 0.99 row 2249 : 2249 | Rappers Reais | 184 | 1 | 17 | | 202004 | 6684160 | 0.99 row 2250 : 2250 | Nega Do Cabelo Duro | 184 | 1 | 17 | | 121808 | 4116536 | 0.99 row 2251 : 2251 | Hemp Family | 184 | 1 | 17 | | 205923 | 6806900 | 0.99 row 2252 : 2252 | Quem Me Cobrou? | 184 | 1 | 17 | | 121704 | 3947664 | 0.99 row 2253 : 2253 | Se Liga | 184 | 1 | 17 | | 410409 | 13559173 | 0.99 row 2254 : 2254 | Bohemian Rhapsody | 185 | 1 | 1 | Mercury, Freddie | 358948 | 11619868 | 0.99 row 2255 : 2255 | Another One Bites The Dust | 185 | 1 | 1 | Deacon, John | 216946 | 7172355 | 0.99 row 2256 : 2256 | Killer Queen | 185 | 1 | 1 | Mercury, Freddie | 182099 | 5967749 | 0.99 row 2257 : 2257 | Fat Bottomed Girls | 185 | 1 | 1 | May, Brian | 204695 | 6630041 | 0.99 row 2258 : 2258 | Bicycle Race | 185 | 1 | 1 | Mercury, Freddie | 183823 | 6012409 | 0.99 row 2259 : 2259 | You're My Best Friend | 185 | 1 | 1 | Deacon, John | 172225 | 5602173 | 0.99 row 2260 : 2260 | Don't Stop Me Now | 185 | 1 | 1 | Mercury, Freddie | 211826 | 6896666 | 0.99 row 2261 : 2261 | Save Me | 185 | 1 | 1 | May, Brian | 228832 | 7444624 | 0.99 row 2262 : 2262 | Crazy Little Thing Called Love | 185 | 1 | 1 | Mercury, Freddie | 164231 | 5435501 | 0.99 row 2263 : 2263 | Somebody To Love | 185 | 1 | 1 | Mercury, Freddie | 297351 | 9650520 | 0.99 row 2264 : 2264 | Now I'm Here | 185 | 1 | 1 | May, Brian | 255346 | 8328312 | 0.99 row 2265 : 2265 | Good Old-Fashioned Lover Boy | 185 | 1 | 1 | Mercury, Freddie | 175960 | 5747506 | 0.99 row 2266 : 2266 | Play The Game | 185 | 1 | 1 | Mercury, Freddie | 213368 | 6915832 | 0.99 row 2267 : 2267 | Flash | 185 | 1 | 1 | May, Brian | 168489 | 5464986 | 0.99 row 2268 : 2268 | Seven Seas Of Rhye | 185 | 1 | 1 | Mercury, Freddie | 170553 | 5539957 | 0.99 row 2269 : 2269 | We Will Rock You | 185 | 1 | 1 | Deacon, John/May, Brian | 122880 | 4026955 | 0.99 row 2270 : 2270 | We Are The Champions | 185 | 1 | 1 | Mercury, Freddie | 180950 | 5880231 | 0.99 row 2271 : 2271 | We Will Rock You | 186 | 1 | 1 | May | 122671 | 4026815 | 0.99 row 2272 : 2272 | We Are The Champions | 186 | 1 | 1 | Mercury | 182883 | 5939794 | 0.99 row 2273 : 2273 | Sheer Heart Attack | 186 | 1 | 1 | Taylor | 207386 | 6642685 | 0.99 row 2274 : 2274 | All Dead, All Dead | 186 | 1 | 1 | May | 190119 | 6144878 | 0.99 row 2275 : 2275 | Spread Your Wings | 186 | 1 | 1 | Deacon | 275356 | 8936992 | 0.99 row 2276 : 2276 | Fight From The Inside | 186 | 1 | 1 | Taylor | 184737 | 6078001 | 0.99 row 2277 : 2277 | Get Down, Make Love | 186 | 1 | 1 | Mercury | 231235 | 7509333 | 0.99 row 2278 : 2278 | Sleep On The Sidewalk | 186 | 1 | 1 | May | 187428 | 6099840 | 0.99 row 2279 : 2279 | Who Needs You | 186 | 1 | 1 | Deacon | 186958 | 6292969 | 0.99 row 2280 : 2280 | It's Late | 186 | 1 | 1 | May | 386194 | 12519388 | 0.99 row 2281 : 2281 | My Melancholy Blues | 186 | 1 | 1 | Mercury | 206471 | 6691838 | 0.99 row 2282 : 2282 | Shiny Happy People | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 226298 | 7475323 | 0.99 row 2283 : 2283 | Me In Honey | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 246674 | 8194751 | 0.99 row 2284 : 2284 | Radio Song | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 255477 | 8421172 | 0.99 row 2285 : 2285 | Pop Song 89 | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 185730 | 6132218 | 0.99 row 2286 : 2286 | Get Up | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 160235 | 5264376 | 0.99 row 2287 : 2287 | You Are The Everything | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 226298 | 7373181 | 0.99 row 2288 : 2288 | Stand | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 192862 | 6349090 | 0.99 row 2289 : 2289 | World Leader Pretend | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 259761 | 8537282 | 0.99 row 2290 : 2290 | The Wrong Child | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 216633 | 7065060 | 0.99 row 2291 : 2291 | Orange Crush | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 231706 | 7742894 | 0.99 row 2292 : 2292 | Turn You Inside-Out | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 257358 | 8395671 | 0.99 row 2293 : 2293 | Hairshirt | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 235911 | 7753807 | 0.99 row 2294 : 2294 | I Remember California | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 304013 | 9950311 | 0.99 row 2295 : 2295 | Untitled | 188 | 1 | 4 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 191503 | 6332426 | 0.99 row 2296 : 2296 | How The West Was Won And Where It Got Us | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 271151 | 8994291 | 0.99 row 2297 : 2297 | The Wake-Up Bomb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 308532 | 10077337 | 0.99 row 2298 : 2298 | New Test Leper | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 326791 | 10866447 | 0.99 row 2299 : 2299 | Undertow | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 309498 | 10131005 | 0.99 row 2300 : 2300 | E-Bow The Letter | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 324963 | 10714576 | 0.99 row 2301 : 2301 | Leave | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 437968 | 14433365 | 0.99 row 2302 : 2302 | Departure | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 209423 | 6818425 | 0.99 row 2303 : 2303 | Bittersweet Me | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245812 | 8114718 | 0.99 row 2304 : 2304 | Be Mine | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 333087 | 10790541 | 0.99 row 2305 : 2305 | Binky The Doormat | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 301688 | 9950320 | 0.99 row 2306 : 2306 | Zither | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 154148 | 5032962 | 0.99 row 2307 : 2307 | So Fast, So Numb | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 252682 | 8341223 | 0.99 row 2308 : 2308 | Low Desert | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 212062 | 6989288 | 0.99 row 2309 : 2309 | Electrolite | 189 | 1 | 1 | Bill Berry-Peter Buck-Mike Mills-Michael Stipe | 245315 | 8051199 | 0.99 row 2310 : 2310 | Losing My Religion | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 269035 | 8885672 | 0.99 row 2311 : 2311 | Low | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 296777 | 9633860 | 0.99 row 2312 : 2312 | Near Wild Heaven | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 199862 | 6610009 | 0.99 row 2313 : 2313 | Endgame | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 230687 | 7664479 | 0.99 row 2314 : 2314 | Belong | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 247013 | 8219375 | 0.99 row 2315 : 2315 | Half A World Away | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 208431 | 6837283 | 0.99 row 2316 : 2316 | Texarkana | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 220081 | 7260681 | 0.99 row 2317 : 2317 | Country Feedback | 187 | 1 | 4 | Bill Berry/Michael Stipe/Mike Mills/Peter Buck | 249782 | 8178943 | 0.99 row 2318 : 2318 | Carnival Of Sorts | 190 | 1 | 4 | R.E.M. | 233482 | 7669658 | 0.99 row 2319 : 2319 | Radio Free Aurope | 190 | 1 | 4 | R.E.M. | 245315 | 8163490 | 0.99 row 2320 : 2320 | Perfect Circle | 190 | 1 | 4 | R.E.M. | 208509 | 6898067 | 0.99 row 2321 : 2321 | Talk About The Passion | 190 | 1 | 4 | R.E.M. | 203206 | 6725435 | 0.99 row 2322 : 2322 | So Central Rain | 190 | 1 | 4 | R.E.M. | 194768 | 6414550 | 0.99 row 2323 : 2323 | Don't Go Back To Rockville | 190 | 1 | 4 | R.E.M. | 272352 | 9010715 | 0.99 row 2324 : 2324 | Pretty Persuasion | 190 | 1 | 4 | R.E.M. | 229929 | 7577754 | 0.99 row 2325 : 2325 | Green Grow The Rushes | 190 | 1 | 4 | R.E.M. | 225671 | 7422425 | 0.99 row 2326 : 2326 | Can't Get There From Here | 190 | 1 | 4 | R.E.M. | 220630 | 7285936 | 0.99 row 2327 : 2327 | Driver 8 | 190 | 1 | 4 | R.E.M. | 204747 | 6779076 | 0.99 row 2328 : 2328 | Fall On Me | 190 | 1 | 4 | R.E.M. | 172016 | 5676811 | 0.99 row 2329 : 2329 | I Believe | 190 | 1 | 4 | R.E.M. | 227709 | 7542929 | 0.99 row 2330 : 2330 | Cuyahoga | 190 | 1 | 4 | R.E.M. | 260623 | 8591057 | 0.99 row 2331 : 2331 | The One I Love | 190 | 1 | 4 | R.E.M. | 197355 | 6495125 | 0.99 row 2332 : 2332 | The Finest Worksong | 190 | 1 | 4 | R.E.M. | 229276 | 7574856 | 0.99 row 2333 : 2333 | It's The End Of The World As We Know It (And I Feel Fine) | 190 | 1 | 4 | R.E.M. | 244819 | 7998987 | 0.99 row 2334 : 2334 | Infeliz Natal | 191 | 1 | 4 | Rodolfo | 138266 | 4503299 | 0.99 row 2335 : 2335 | A Sua | 191 | 1 | 4 | Rodolfo | 142132 | 4622064 | 0.99 row 2336 : 2336 | Papeau Nuky Doe | 191 | 1 | 4 | Rodolfo | 121652 | 3995022 | 0.99 row 2337 : 2337 | Merry Christmas | 191 | 1 | 4 | Rodolfo | 126040 | 4166652 | 0.99 row 2338 : 2338 | Bodies | 191 | 1 | 4 | Rodolfo | 180035 | 5873778 | 0.99 row 2339 : 2339 | Puteiro Em João Pessoa | 191 | 1 | 4 | Rodolfo | 195578 | 6395490 | 0.99 row 2340 : 2340 | Esporrei Na Manivela | 191 | 1 | 4 | Rodolfo | 293276 | 9618499 | 0.99 row 2341 : 2341 | Bê-a-Bá | 191 | 1 | 4 | Rodolfo | 249051 | 8130636 | 0.99 row 2342 : 2342 | Cajueiro | 191 | 1 | 4 | Rodolfo | 158589 | 5164837 | 0.99 row 2343 : 2343 | Palhas Do Coqueiro | 191 | 1 | 4 | Rodolfo | 133851 | 4396466 | 0.99 row 2344 : 2344 | Maluco Beleza | 192 | 1 | 1 | | 203206 | 6628067 | 0.99 row 2345 : 2345 | O Dia Em Que A Terra Parou | 192 | 1 | 1 | | 261720 | 8586678 | 0.99 row 2346 : 2346 | No Fundo Do Quintal Da Escola | 192 | 1 | 1 | | 177606 | 5836953 | 0.99 row 2347 : 2347 | O Segredo Do Universo | 192 | 1 | 1 | | 192679 | 6315187 | 0.99 row 2348 : 2348 | As Profecias | 192 | 1 | 1 | | 232515 | 7657732 | 0.99 row 2349 : 2349 | Mata Virgem | 192 | 1 | 1 | | 142602 | 4690029 | 0.99 row 2350 : 2350 | Sapato 36 | 192 | 1 | 1 | | 196702 | 6507301 | 0.99 row 2351 : 2351 | Todo Mundo Explica | 192 | 1 | 1 | | 134896 | 4449772 | 0.99 row 2352 : 2352 | Que Luz É Essa | 192 | 1 | 1 | | 165067 | 5620058 | 0.99 row 2353 : 2353 | Diamante De Mendigo | 192 | 1 | 1 | | 206053 | 6775101 | 0.99 row 2354 : 2354 | Negócio É | 192 | 1 | 1 | | 175464 | 5826775 | 0.99 row 2355 : 2355 | Muita Estrela, Pouca Constelação | 192 | 1 | 1 | | 268068 | 8781021 | 0.99 row 2356 : 2356 | Século XXI | 192 | 1 | 1 | | 244897 | 8040563 | 0.99 row 2357 : 2357 | Rock Das Aranhas (Ao Vivo) (Live) | 192 | 1 | 1 | | 231836 | 7591945 | 0.99 row 2358 : 2358 | The Power Of Equality | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 243591 | 8148266 | 0.99 row 2359 : 2359 | If You Have To Ask | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 216790 | 7199175 | 0.99 row 2360 : 2360 | Breaking The Girl | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 295497 | 9805526 | 0.99 row 2361 : 2361 | Funky Monks | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 323395 | 10708168 | 0.99 row 2362 : 2362 | Suck My Kiss | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 217234 | 7129137 | 0.99 row 2363 : 2363 | I Could Have Lied | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 244506 | 8088244 | 0.99 row 2364 : 2364 | Mellowship Slinky In B Major | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 240091 | 7971384 | 0.99 row 2365 : 2365 | The Righteous & The Wicked | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 248084 | 8134096 | 0.99 row 2366 : 2366 | Give It Away | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 283010 | 9308997 | 0.99 row 2367 : 2367 | Blood Sugar Sex Magik | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 271229 | 8940573 | 0.99 row 2368 : 2368 | Under The Bridge | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 264359 | 8682716 | 0.99 row 2369 : 2369 | Naked In The Rain | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 265717 | 8724674 | 0.99 row 2370 : 2370 | Apache Rose Peacock | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 282226 | 9312588 | 0.99 row 2371 : 2371 | The Greeting Song | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 193593 | 6346507 | 0.99 row 2372 : 2372 | My Lovely Man | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 279118 | 9220114 | 0.99 row 2373 : 2373 | Sir Psycho Sexy | 193 | 1 | 4 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 496692 | 16354362 | 0.99 row 2374 : 2374 | They're Red Hot | 193 | 1 | 4 | Robert Johnson | 71941 | 2382220 | 0.99 row 2375 : 2375 | By The Way | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218017 | 7197430 | 0.99 row 2376 : 2376 | Universally Speaking | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 259213 | 8501904 | 0.99 row 2377 : 2377 | This Is The Place | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 257906 | 8469765 | 0.99 row 2378 : 2378 | Dosed | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 312058 | 10235611 | 0.99 row 2379 : 2379 | Don't Forget Me | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 277995 | 9107071 | 0.99 row 2380 : 2380 | The Zephyr Song | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 232960 | 7690312 | 0.99 row 2381 : 2381 | Can't Stop | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 269400 | 8872479 | 0.99 row 2382 : 2382 | I Could Die For You | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 193906 | 6333311 | 0.99 row 2383 : 2383 | Midnight | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 295810 | 9702450 | 0.99 row 2384 : 2384 | Throw Away Your Television | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 224574 | 7483526 | 0.99 row 2385 : 2385 | Cabron | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 218592 | 7458864 | 0.99 row 2386 : 2386 | Tear | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 317413 | 10395500 | 0.99 row 2387 : 2387 | On Mercury | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 208509 | 6834762 | 0.99 row 2388 : 2388 | Minor Thing | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 217835 | 7148115 | 0.99 row 2389 : 2389 | Warm Tape | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 256653 | 8358200 | 0.99 row 2390 : 2390 | Venice Queen | 194 | 1 | 1 | Anthony Kiedis, Flea, John Frusciante, and Chad Smith | 369110 | 12280381 | 0.99 row 2391 : 2391 | Around The World | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 238837 | 7859167 | 0.99 row 2392 : 2392 | Parallel Universe | 195 | 1 | 1 | Red Hot Chili Peppers | 270654 | 8958519 | 0.99 row 2393 : 2393 | Scar Tissue | 195 | 1 | 1 | Red Hot Chili Peppers | 217469 | 7153744 | 0.99 row 2394 : 2394 | Otherside | 195 | 1 | 1 | Red Hot Chili Peppers | 255973 | 8357989 | 0.99 row 2395 : 2395 | Get On Top | 195 | 1 | 1 | Red Hot Chili Peppers | 198164 | 6587883 | 0.99 row 2396 : 2396 | Californication | 195 | 1 | 1 | Red Hot Chili Peppers | 321671 | 10568999 | 0.99 row 2397 : 2397 | Easily | 195 | 1 | 1 | Red Hot Chili Peppers | 231418 | 7504534 | 0.99 row 2398 : 2398 | Porcelain | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 163787 | 5278793 | 0.99 row 2399 : 2399 | Emit Remmus | 195 | 1 | 1 | Red Hot Chili Peppers | 240300 | 7901717 | 0.99 row 2400 : 2400 | I Like Dirt | 195 | 1 | 1 | Red Hot Chili Peppers | 157727 | 5225917 | 0.99 row 2401 : 2401 | This Velvet Glove | 195 | 1 | 1 | Red Hot Chili Peppers | 225280 | 7480537 | 0.99 row 2402 : 2402 | Savior | 195 | 1 | 1 | Anthony Kiedis/Chad Smith/Flea/John Frusciante | 292493 | 9551885 | 0.99 row 2403 : 2403 | Purple Stain | 195 | 1 | 1 | Red Hot Chili Peppers | 253440 | 8359971 | 0.99 row 2404 : 2404 | Right On Time | 195 | 1 | 1 | Red Hot Chili Peppers | 112613 | 3722219 | 0.99 row 2405 : 2405 | Road Trippin' | 195 | 1 | 1 | Red Hot Chili Peppers | 205635 | 6685831 | 0.99 row 2406 : 2406 | The Spirit Of Radio | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 299154 | 9862012 | 0.99 row 2407 : 2407 | The Trees | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 285126 | 9345473 | 0.99 row 2408 : 2408 | Something For Nothing | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 240770 | 7898395 | 0.99 row 2409 : 2409 | Freewill | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 324362 | 10694110 | 0.99 row 2410 : 2410 | Xanadu | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 667428 | 21753168 | 0.99 row 2411 : 2411 | Bastille Day | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 280528 | 9264769 | 0.99 row 2412 : 2412 | By-Tor And The Snow Dog | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 519888 | 17076397 | 0.99 row 2413 : 2413 | Anthem | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 264515 | 8693343 | 0.99 row 2414 : 2414 | Closer To The Heart | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 175412 | 5767005 | 0.99 row 2415 : 2415 | 2112 Overture | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 272718 | 8898066 | 0.99 row 2416 : 2416 | The Temples Of Syrinx | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 133459 | 4360163 | 0.99 row 2417 : 2417 | La Villa Strangiato | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 577488 | 19137855 | 0.99 row 2418 : 2418 | Fly By Night | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 202318 | 6683061 | 0.99 row 2419 : 2419 | Finding My Way | 196 | 1 | 1 | Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush | 305528 | 9985701 | 0.99 row 2420 : 2420 | Jingo | 197 | 1 | 1 | M.Babatunde Olantunji | 592953 | 19736495 | 0.99 row 2421 : 2421 | El Corazon Manda | 197 | 1 | 1 | E.Weiss | 713534 | 23519583 | 0.99 row 2422 : 2422 | La Puesta Del Sol | 197 | 1 | 1 | E.Weiss | 628062 | 20614621 | 0.99 row 2423 : 2423 | Persuasion | 197 | 1 | 1 | Carlos Santana | 318432 | 10354751 | 0.99 row 2424 : 2424 | As The Years Go by | 197 | 1 | 1 | Albert King | 233064 | 7566829 | 0.99 row 2425 : 2425 | Soul Sacrifice | 197 | 1 | 1 | Carlos Santana | 296437 | 9801120 | 0.99 row 2426 : 2426 | Fried Neckbones And Home Fries | 197 | 1 | 1 | W.Correa | 638563 | 20939646 | 0.99 row 2427 : 2427 | Santana Jam | 197 | 1 | 1 | Carlos Santana | 882834 | 29207100 | 0.99 row 2428 : 2428 | Evil Ways | 198 | 1 | 1 | | 475402 | 15289235 | 0.99 row 2429 : 2429 | We've Got To Get Together/Jingo | 198 | 1 | 1 | | 1070027 | 34618222 | 0.99 row 2430 : 2430 | Rock Me | 198 | 1 | 1 | | 94720 | 3037596 | 0.99 row 2431 : 2431 | Just Ain't Good Enough | 198 | 1 | 1 | | 850259 | 27489067 | 0.99 row 2432 : 2432 | Funky Piano | 198 | 1 | 1 | | 934791 | 30200730 | 0.99 row 2433 : 2433 | The Way You Do To Mer | 198 | 1 | 1 | | 618344 | 20028702 | 0.99 row 2434 : 2434 | Holding Back The Years | 141 | 1 | 1 | Mick Hucknall and Neil Moss | 270053 | 8833220 | 0.99 row 2435 : 2435 | Money's Too Tight To Mention | 141 | 1 | 1 | John and William Valentine | 268408 | 8861921 | 0.99 row 2436 : 2436 | The Right Thing | 141 | 1 | 1 | Mick Hucknall | 262687 | 8624063 | 0.99 row 2437 : 2437 | It's Only Love | 141 | 1 | 1 | Jimmy and Vella Cameron | 232594 | 7659017 | 0.99 row 2438 : 2438 | A New Flame | 141 | 1 | 1 | Mick Hucknall | 237662 | 7822875 | 0.99 row 2439 : 2439 | You've Got It | 141 | 1 | 1 | Mick Hucknall and Lamont Dozier | 235232 | 7712845 | 0.99 row 2440 : 2440 | If You Don't Know Me By Now | 141 | 1 | 1 | Kenny Gamble and Leon Huff | 206524 | 6712634 | 0.99 row 2441 : 2441 | Stars | 141 | 1 | 1 | Mick Hucknall | 248137 | 8194906 | 0.99 row 2442 : 2442 | Something Got Me Started | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 239595 | 7997139 | 0.99 row 2443 : 2443 | Thrill Me | 141 | 1 | 1 | Mick Hucknall and Fritz McIntyre | 303934 | 10034711 | 0.99 row 2444 : 2444 | Your Mirror | 141 | 1 | 1 | Mick Hucknall | 240666 | 7893821 | 0.99 row 2445 : 2445 | For Your Babies | 141 | 1 | 1 | Mick Hucknall | 256992 | 8408803 | 0.99 row 2446 : 2446 | So Beautiful | 141 | 1 | 1 | Mick Hucknall | 298083 | 9837832 | 0.99 row 2447 : 2447 | Angel | 141 | 1 | 1 | Carolyn Franklin and Sonny Saunders | 240561 | 7880256 | 0.99 row 2448 : 2448 | Fairground | 141 | 1 | 1 | Mick Hucknall | 263888 | 8793094 | 0.99 row 2449 : 2449 | Água E Fogo | 199 | 1 | 1 | Chico Amaral/Edgard Scandurra/Samuel Rosa | 278987 | 9272272 | 0.99 row 2450 : 2450 | Três Lados | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 233665 | 7699609 | 0.99 row 2451 : 2451 | Ela Desapareceu | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 250122 | 8289200 | 0.99 row 2452 : 2452 | Balada Do Amor Inabalável | 199 | 1 | 1 | Fausto Fawcett/Samuel Rosa | 240613 | 8025816 | 0.99 row 2453 : 2453 | Canção Noturna | 199 | 1 | 1 | Chico Amaral/Lelo Zanettik | 238628 | 7874774 | 0.99 row 2454 : 2454 | Muçulmano | 199 | 1 | 1 | Leão, Rodrigo F./Samuel Rosa | 249600 | 8270613 | 0.99 row 2455 : 2455 | Maquinarama | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 245629 | 8213710 | 0.99 row 2456 : 2456 | Rebelião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 298527 | 9817847 | 0.99 row 2457 : 2457 | A Última Guerra | 199 | 1 | 1 | Leão, Rodrigo F./Lô Borges/Samuel Rosa | 314723 | 10480391 | 0.99 row 2458 : 2458 | Fica | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 272169 | 8980972 | 0.99 row 2459 : 2459 | Ali | 199 | 1 | 1 | Nando Reis/Samuel Rosa | 306390 | 10110351 | 0.99 row 2460 : 2460 | Preto Damião | 199 | 1 | 1 | Chico Amaral/Samuel Rosa | 264568 | 8697658 | 0.99 row 2461 : 2461 | É Uma Partida De Futebol | 200 | 1 | 1 | Samuel Rosa | 1071 | 38747 | 0.99 row 2462 : 2462 | Eu Disse A Ela | 200 | 1 | 1 | Samuel Rosa | 254223 | 8479463 | 0.99 row 2463 : 2463 | Zé Trindade | 200 | 1 | 1 | Samuel Rosa | 247954 | 8331310 | 0.99 row 2464 : 2464 | Garota Nacional | 200 | 1 | 1 | Samuel Rosa | 317492 | 10511239 | 0.99 row 2465 : 2465 | Tão Seu | 200 | 1 | 1 | Samuel Rosa | 243748 | 8133126 | 0.99 row 2466 : 2466 | Sem Terra | 200 | 1 | 1 | Samuel Rosa | 279353 | 9196411 | 0.99 row 2467 : 2467 | Os Exilados | 200 | 1 | 1 | Samuel Rosa | 245551 | 8222095 | 0.99 row 2468 : 2468 | Um Dia Qualquer | 200 | 1 | 1 | Samuel Rosa | 292414 | 9805570 | 0.99 row 2469 : 2469 | Los Pretos | 200 | 1 | 1 | Samuel Rosa | 239229 | 8025667 | 0.99 row 2470 : 2470 | Sul Da América | 200 | 1 | 1 | Samuel Rosa | 254928 | 8484871 | 0.99 row 2471 : 2471 | Poconé | 200 | 1 | 1 | Samuel Rosa | 318406 | 10771610 | 0.99 row 2472 : 2472 | Lucky 13 | 201 | 1 | 4 | Billy Corgan | 189387 | 6200617 | 0.99 row 2473 : 2473 | Aeroplane Flies High | 201 | 1 | 4 | Billy Corgan | 473391 | 15408329 | 0.99 row 2474 : 2474 | Because You Are | 201 | 1 | 4 | Billy Corgan | 226403 | 7405137 | 0.99 row 2475 : 2475 | Slow Dawn | 201 | 1 | 4 | Billy Corgan | 192339 | 6269057 | 0.99 row 2476 : 2476 | Believe | 201 | 1 | 4 | James Iha | 192940 | 6320652 | 0.99 row 2477 : 2477 | My Mistake | 201 | 1 | 4 | Billy Corgan | 240901 | 7843477 | 0.99 row 2478 : 2478 | Marquis In Spades | 201 | 1 | 4 | Billy Corgan | 192731 | 6304789 | 0.99 row 2479 : 2479 | Here's To The Atom Bomb | 201 | 1 | 4 | Billy Corgan | 266893 | 8763140 | 0.99 row 2480 : 2480 | Sparrow | 201 | 1 | 4 | Billy Corgan | 176822 | 5696989 | 0.99 row 2481 : 2481 | Waiting | 201 | 1 | 4 | Billy Corgan | 228336 | 7627641 | 0.99 row 2482 : 2482 | Saturnine | 201 | 1 | 4 | Billy Corgan | 229877 | 7523502 | 0.99 row 2483 : 2483 | Rock On | 201 | 1 | 4 | David Cook | 366471 | 12133825 | 0.99 row 2484 : 2484 | Set The Ray To Jerry | 201 | 1 | 4 | Billy Corgan | 249364 | 8215184 | 0.99 row 2485 : 2485 | Winterlong | 201 | 1 | 4 | Billy Corgan | 299389 | 9670616 | 0.99 row 2486 : 2486 | Soot & Stars | 201 | 1 | 4 | Billy Corgan | 399986 | 12866557 | 0.99 row 2487 : 2487 | Blissed & Gone | 201 | 1 | 4 | Billy Corgan | 286302 | 9305998 | 0.99 row 2488 : 2488 | Siva | 202 | 1 | 4 | Billy Corgan | 261172 | 8576622 | 0.99 row 2489 : 2489 | Rhinocerous | 202 | 1 | 4 | Billy Corgan | 353462 | 11526684 | 0.99 row 2490 : 2490 | Drown | 202 | 1 | 4 | Billy Corgan | 270497 | 8883496 | 0.99 row 2491 : 2491 | Cherub Rock | 202 | 1 | 4 | Billy Corgan | 299389 | 9786739 | 0.99 row 2492 : 2492 | Today | 202 | 1 | 4 | Billy Corgan | 202213 | 6596933 | 0.99 row 2493 : 2493 | Disarm | 202 | 1 | 4 | Billy Corgan | 198556 | 6508249 | 0.99 row 2494 : 2494 | Landslide | 202 | 1 | 4 | Stevie Nicks | 190275 | 6187754 | 0.99 row 2495 : 2495 | Bullet With Butterfly Wings | 202 | 1 | 4 | Billy Corgan | 257306 | 8431747 | 0.99 row 2496 : 2496 | 1979 | 202 | 1 | 4 | Billy Corgan | 263653 | 8728470 | 0.99 row 2497 : 2497 | Zero | 202 | 1 | 4 | Billy Corgan | 161123 | 5267176 | 0.99 row 2498 : 2498 | Tonight, Tonight | 202 | 1 | 4 | Billy Corgan | 255686 | 8351543 | 0.99 row 2499 : 2499 | Eye | 202 | 1 | 4 | Billy Corgan | 294530 | 9784201 | 0.99 row 2500 : 2500 | Ava Adore | 202 | 1 | 4 | Billy Corgan | 261433 | 8590412 | 0.99 row 2501 : 2501 | Perfect | 202 | 1 | 4 | Billy Corgan | 203023 | 6734636 | 0.99 row 2502 : 2502 | The Everlasting Gaze | 202 | 1 | 4 | Billy Corgan | 242155 | 7844404 | 0.99 row 2503 : 2503 | Stand Inside Your Love | 202 | 1 | 4 | Billy Corgan | 253753 | 8270113 | 0.99 row 2504 : 2504 | Real Love | 202 | 1 | 4 | Billy Corgan | 250697 | 8025896 | 0.99 row 2505 : 2505 | [Untitled] | 202 | 1 | 4 | Billy Corgan | 231784 | 7689713 | 0.99 row 2506 : 2506 | Nothing To Say | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 238027 | 7744833 | 0.99 row 2507 : 2507 | Flower | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 208822 | 6830732 | 0.99 row 2508 : 2508 | Loud Love | 203 | 1 | 1 | Chris Cornell | 297456 | 9660953 | 0.99 row 2509 : 2509 | Hands All Over | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 362475 | 11893108 | 0.99 row 2510 : 2510 | Get On The Snake | 203 | 1 | 1 | Chris Cornell/Kim Thayil | 225123 | 7313744 | 0.99 row 2511 : 2511 | Jesus Christ Pose | 203 | 1 | 1 | Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron | 352966 | 11739886 | 0.99 row 2512 : 2512 | Outshined | 203 | 1 | 1 | Chris Cornell | 312476 | 10274629 | 0.99 row 2513 : 2513 | Rusty Cage | 203 | 1 | 1 | Chris Cornell | 267728 | 8779485 | 0.99 row 2514 : 2514 | Spoonman | 203 | 1 | 1 | Chris Cornell | 248476 | 8289906 | 0.99 row 2515 : 2515 | The Day I Tried To Live | 203 | 1 | 1 | Chris Cornell | 321175 | 10507137 | 0.99 row 2516 : 2516 | Black Hole Sun | 203 | 1 | 1 | Soundgarden | 320365 | 10425229 | 0.99 row 2517 : 2517 | Fell On Black Days | 203 | 1 | 1 | Chris Cornell | 282331 | 9256082 | 0.99 row 2518 : 2518 | Pretty Noose | 203 | 1 | 1 | Chris Cornell | 253570 | 8317931 | 0.99 row 2519 : 2519 | Burden In My Hand | 203 | 1 | 1 | Chris Cornell | 292153 | 9659911 | 0.99 row 2520 : 2520 | Blow Up The Outside World | 203 | 1 | 1 | Chris Cornell | 347898 | 11379527 | 0.99 row 2521 : 2521 | Ty Cobb | 203 | 1 | 1 | Ben Shepherd/Chris Cornell | 188786 | 6233136 | 0.99 row 2522 : 2522 | Bleed Together | 203 | 1 | 1 | Chris Cornell | 232202 | 7597074 | 0.99 row 2523 : 2523 | Morning Dance | 204 | 1 | 2 | Jay Beckenstein | 238759 | 8101979 | 0.99 row 2524 : 2524 | Jubilee | 204 | 1 | 2 | Jeremy Wall | 275147 | 9151846 | 0.99 row 2525 : 2525 | Rasul | 204 | 1 | 2 | Jeremy Wall | 238315 | 7854737 | 0.99 row 2526 : 2526 | Song For Lorraine | 204 | 1 | 2 | Jay Beckenstein | 240091 | 8101723 | 0.99 row 2527 : 2527 | Starburst | 204 | 1 | 2 | Jeremy Wall | 291500 | 9768399 | 0.99 row 2528 : 2528 | Heliopolis | 204 | 1 | 2 | Jay Beckenstein | 338729 | 11365655 | 0.99 row 2529 : 2529 | It Doesn't Matter | 204 | 1 | 2 | Chet Catallo | 270027 | 9034177 | 0.99 row 2530 : 2530 | Little Linda | 204 | 1 | 2 | Jeremy Wall | 264019 | 8958743 | 0.99 row 2531 : 2531 | End Of Romanticism | 204 | 1 | 2 | Rick Strauss | 320078 | 10553155 | 0.99 row 2532 : 2532 | The House Is Rockin' | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 144352 | 4706253 | 0.99 row 2533 : 2533 | Crossfire | 205 | 1 | 6 | B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon | 251219 | 8238033 | 0.99 row 2534 : 2534 | Tightrope | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 281155 | 9254906 | 0.99 row 2535 : 2535 | Let Me Love You Baby | 205 | 1 | 6 | Willie Dixon | 164127 | 5378455 | 0.99 row 2536 : 2536 | Leave My Girl Alone | 205 | 1 | 6 | B. Guy | 256365 | 8438021 | 0.99 row 2537 : 2537 | Travis Walk | 205 | 1 | 6 | Stevie Ray Vaughan | 140826 | 4650979 | 0.99 row 2538 : 2538 | Wall Of Denial | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 336927 | 11085915 | 0.99 row 2539 : 2539 | Scratch-N-Sniff | 205 | 1 | 6 | Doyle Bramhall/Stevie Ray Vaughan | 163422 | 5353627 | 0.99 row 2540 : 2540 | Love Me Darlin' | 205 | 1 | 6 | C. Burnett | 201586 | 6650869 | 0.99 row 2541 : 2541 | Riviera Paradise | 205 | 1 | 6 | Stevie Ray Vaughan | 528692 | 17232776 | 0.99 row 2542 : 2542 | Dead And Bloated | 206 | 1 | 1 | R. DeLeo/Weiland | 310386 | 10170433 | 0.99 row 2543 : 2543 | Sex Type Thing | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 218723 | 7102064 | 0.99 row 2544 : 2544 | Wicked Garden | 206 | 1 | 1 | D. DeLeo/R. DeLeo/Weiland | 245368 | 7989505 | 0.99 row 2545 : 2545 | No Memory | 206 | 1 | 1 | Dean Deleo | 80613 | 2660859 | 0.99 row 2546 : 2546 | Sin | 206 | 1 | 1 | R. DeLeo/Weiland | 364800 | 12018823 | 0.99 row 2547 : 2547 | Naked Sunday | 206 | 1 | 1 | D. DeLeo/Kretz/R. DeLeo/Weiland | 229720 | 7444201 | 0.99 row 2548 : 2548 | Creep | 206 | 1 | 1 | R. DeLeo/Weiland | 333191 | 10894988 | 0.99 row 2549 : 2549 | Piece Of Pie | 206 | 1 | 1 | R. DeLeo/Weiland | 324623 | 10605231 | 0.99 row 2550 : 2550 | Plush | 206 | 1 | 1 | R. DeLeo/Weiland | 314017 | 10229848 | 0.99 row 2551 : 2551 | Wet My Bed | 206 | 1 | 1 | R. DeLeo/Weiland | 96914 | 3198627 | 0.99 row 2552 : 2552 | Crackerman | 206 | 1 | 1 | Kretz/R. DeLeo/Weiland | 194403 | 6317361 | 0.99 row 2553 : 2553 | Where The River Goes | 206 | 1 | 1 | D. DeLeo/Kretz/Weiland | 505991 | 16468904 | 0.99 row 2554 : 2554 | Soldier Side - Intro | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 63764 | 2056079 | 0.99 row 2555 : 2555 | B.Y.O.B. | 207 | 1 | 3 | Tankian, Serj | 255555 | 8407935 | 0.99 row 2556 : 2556 | Revenga | 207 | 1 | 3 | Tankian, Serj | 228127 | 7503805 | 0.99 row 2557 : 2557 | Cigaro | 207 | 1 | 3 | Tankian, Serj | 131787 | 4321705 | 0.99 row 2558 : 2558 | Radio/Video | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 249312 | 8224917 | 0.99 row 2559 : 2559 | This Cocaine Makes Me Feel Like I'm On This Song | 207 | 1 | 3 | Tankian, Serj | 128339 | 4185193 | 0.99 row 2560 : 2560 | Violent Pornography | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 211435 | 6985960 | 0.99 row 2561 : 2561 | Question! | 207 | 1 | 3 | Tankian, Serj | 200698 | 6616398 | 0.99 row 2562 : 2562 | Sad Statue | 207 | 1 | 3 | Tankian, Serj | 205897 | 6733449 | 0.99 row 2563 : 2563 | Old School Hollywood | 207 | 1 | 3 | Dolmayan, John/Malakian, Daron/Odadjian, Shavo | 176953 | 5830258 | 0.99 row 2564 : 2564 | Lost in Hollywood | 207 | 1 | 3 | Tankian, Serj | 320783 | 10535158 | 0.99 row 2565 : 2565 | The Sun Road | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 880640 | 29008407 | 0.99 row 2566 : 2566 | Dark Corners | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 513541 | 16839223 | 0.99 row 2567 : 2567 | Duende | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 447582 | 14956771 | 0.99 row 2568 : 2568 | Black Light Syndrome | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 526471 | 17300835 | 0.99 row 2569 : 2569 | Falling in Circles | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 549093 | 18263248 | 0.99 row 2570 : 2570 | Book of Hours | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 583366 | 19464726 | 0.99 row 2571 : 2571 | Chaos-Control | 208 | 1 | 1 | Terry Bozzio, Steve Stevens, Tony Levin | 529841 | 17455568 | 0.99 row 2572 : 2572 | Midnight From The Inside Out | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 286981 | 9442157 | 0.99 row 2573 : 2573 | Sting Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 268094 | 8813561 | 0.99 row 2574 : 2574 | Thick & Thin | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 222720 | 7284377 | 0.99 row 2575 : 2575 | Greasy Grass River | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 218749 | 7157045 | 0.99 row 2576 : 2576 | Sometimes Salvation | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 389146 | 12749424 | 0.99 row 2577 : 2577 | Cursed Diamonds | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 368300 | 12047978 | 0.99 row 2578 : 2578 | Miracle To Me | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 372636 | 12222116 | 0.99 row 2579 : 2579 | Wiser Time | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 459990 | 15161907 | 0.99 row 2580 : 2580 | Girl From A Pawnshop | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 404688 | 13250848 | 0.99 row 2581 : 2581 | Cosmic Fiend | 209 | 1 | 6 | Chris Robinson/Rich Robinson | 308401 | 10115556 | 0.99 row 2582 : 2582 | Black Moon Creeping | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 359314 | 11740886 | 0.99 row 2583 : 2583 | High Head Blues | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 371879 | 12227998 | 0.99 row 2584 : 2584 | Title Song | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 505521 | 16501316 | 0.99 row 2585 : 2585 | She Talks To Angels | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 361978 | 11837342 | 0.99 row 2586 : 2586 | Twice As Hard | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 275565 | 9008067 | 0.99 row 2587 : 2587 | Lickin' | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 314409 | 10331216 | 0.99 row 2588 : 2588 | Soul Singing | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 233639 | 7672489 | 0.99 row 2589 : 2589 | Hard To Handle | 210 | 1 | 6 | A.Isbell/A.Jones/O.Redding | 206994 | 6786304 | 0.99 row 2590 : 2590 | Remedy | 210 | 1 | 6 | Chris Robinson/Rich Robinson | 337084 | 11049098 | 0.99 row 2591 : 2591 | White Riot | 211 | 1 | 4 | Joe Strummer/Mick Jones | 118726 | 3922819 | 0.99 row 2592 : 2592 | Remote Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 180297 | 5949647 | 0.99 row 2593 : 2593 | Complete Control | 211 | 1 | 4 | Joe Strummer/Mick Jones | 192653 | 6272081 | 0.99 row 2594 : 2594 | Clash City Rockers | 211 | 1 | 4 | Joe Strummer/Mick Jones | 227500 | 7555054 | 0.99 row 2595 : 2595 | (White Man) In Hammersmith Palais | 211 | 1 | 4 | Joe Strummer/Mick Jones | 240640 | 7883532 | 0.99 row 2596 : 2596 | Tommy Gun | 211 | 1 | 4 | Joe Strummer/Mick Jones | 195526 | 6399872 | 0.99 row 2597 : 2597 | English Civil War | 211 | 1 | 4 | Mick Jones/Traditional arr. Joe Strummer | 156708 | 5111226 | 0.99 row 2598 : 2598 | I Fought The Law | 211 | 1 | 4 | Sonny Curtis | 159764 | 5245258 | 0.99 row 2599 : 2599 | London Calling | 211 | 1 | 4 | Joe Strummer/Mick Jones | 199706 | 6569007 | 0.99 row 2600 : 2600 | Train In Vain | 211 | 1 | 4 | Joe Strummer/Mick Jones | 189675 | 6329877 | 0.99 row 2601 : 2601 | Bankrobber | 211 | 1 | 4 | Joe Strummer/Mick Jones | 272431 | 9067323 | 0.99 row 2602 : 2602 | The Call Up | 211 | 1 | 4 | The Clash | 324336 | 10746937 | 0.99 row 2603 : 2603 | Hitsville UK | 211 | 1 | 4 | The Clash | 261433 | 8606887 | 0.99 row 2604 : 2604 | The Magnificent Seven | 211 | 1 | 4 | The Clash | 268486 | 8889821 | 0.99 row 2605 : 2605 | This Is Radio Clash | 211 | 1 | 4 | The Clash | 249756 | 8366573 | 0.99 row 2606 : 2606 | Know Your Rights | 211 | 1 | 4 | The Clash | 217678 | 7195726 | 0.99 row 2607 : 2607 | Rock The Casbah | 211 | 1 | 4 | The Clash | 222145 | 7361500 | 0.99 row 2608 : 2608 | Should I Stay Or Should I Go | 211 | 1 | 4 | The Clash | 187219 | 6188688 | 0.99 row 2609 : 2609 | War (The Process) | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 252630 | 8254842 | 0.99 row 2610 : 2610 | The Saint | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 216215 | 7061584 | 0.99 row 2611 : 2611 | Rise | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 219088 | 7106195 | 0.99 row 2612 : 2612 | Take The Power | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 235755 | 7650012 | 0.99 row 2613 : 2613 | Breathe | 212 | 1 | 1 | Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones | 299781 | 9742361 | 0.99 row 2614 : 2614 | Nico | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 289488 | 9412323 | 0.99 row 2615 : 2615 | American Gothic | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 236878 | 7739840 | 0.99 row 2616 : 2616 | Ashes And Ghosts | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 300591 | 9787692 | 0.99 row 2617 : 2617 | Shape The Sky | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 209789 | 6885647 | 0.99 row 2618 : 2618 | Speed Of Light | 212 | 1 | 1 | Billy Duffy/Bob Rock/Ian Astbury | 262817 | 8563352 | 0.99 row 2619 : 2619 | True Believers | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 308009 | 9981359 | 0.99 row 2620 : 2620 | My Bridges Burn | 212 | 1 | 1 | Billy Duffy/Ian Astbury | 231862 | 7571370 | 0.99 row 2621 : 2621 | She Sells Sanctuary | 213 | 1 | 1 | | 253727 | 8368634 | 0.99 row 2622 : 2622 | Fire Woman | 213 | 1 | 1 | | 312790 | 10196995 | 0.99 row 2623 : 2623 | Lil' Evil | 213 | 1 | 1 | | 165825 | 5419655 | 0.99 row 2624 : 2624 | Spirit Walker | 213 | 1 | 1 | | 230060 | 7555897 | 0.99 row 2625 : 2625 | The Witch | 213 | 1 | 1 | | 258768 | 8725403 | 0.99 row 2626 : 2626 | Revolution | 213 | 1 | 1 | | 256026 | 8371254 | 0.99 row 2627 : 2627 | Wild Hearted Son | 213 | 1 | 1 | | 266893 | 8670550 | 0.99 row 2628 : 2628 | Love Removal Machine | 213 | 1 | 1 | | 257619 | 8412167 | 0.99 row 2629 : 2629 | Rain | 213 | 1 | 1 | | 236669 | 7788461 | 0.99 row 2630 : 2630 | Edie (Ciao Baby) | 213 | 1 | 1 | | 241632 | 7846177 | 0.99 row 2631 : 2631 | Heart Of Soul | 213 | 1 | 1 | | 274207 | 8967257 | 0.99 row 2632 : 2632 | Love | 213 | 1 | 1 | | 326739 | 10729824 | 0.99 row 2633 : 2633 | Wild Flower | 213 | 1 | 1 | | 215536 | 7084321 | 0.99 row 2634 : 2634 | Go West | 213 | 1 | 1 | | 238158 | 7777749 | 0.99 row 2635 : 2635 | Resurrection Joe | 213 | 1 | 1 | | 255451 | 8532840 | 0.99 row 2636 : 2636 | Sun King | 213 | 1 | 1 | | 368431 | 12010865 | 0.99 row 2637 : 2637 | Sweet Soul Sister | 213 | 1 | 1 | | 212009 | 6889883 | 0.99 row 2638 : 2638 | Earth Mofo | 213 | 1 | 1 | | 282200 | 9204581 | 0.99 row 2639 : 2639 | Break on Through | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 149342 | 4943144 | 0.99 row 2640 : 2640 | Soul Kitchen | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 215066 | 7040865 | 0.99 row 2641 : 2641 | The Crystal Ship | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 154853 | 5052658 | 0.99 row 2642 : 2642 | Twentienth Century Fox | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 153913 | 5069211 | 0.99 row 2643 : 2643 | Alabama Song | 214 | 1 | 1 | Weill-Brecht | 200097 | 6563411 | 0.99 row 2644 : 2644 | Light My Fire | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 428329 | 13963351 | 0.99 row 2645 : 2645 | Back Door Man | 214 | 1 | 1 | Willie Dixon, C. Burnett | 214360 | 7035636 | 0.99 row 2646 : 2646 | I Looked At You | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 142080 | 4663988 | 0.99 row 2647 : 2647 | End Of The Night | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 172695 | 5589732 | 0.99 row 2648 : 2648 | Take It As It Comes | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 137168 | 4512656 | 0.99 row 2649 : 2649 | The End | 214 | 1 | 1 | Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison | 701831 | 22927336 | 0.99 row 2650 : 2650 | Roxanne | 215 | 1 | 1 | G M Sumner | 192992 | 6330159 | 0.99 row 2651 : 2651 | Can't Stand Losing You | 215 | 1 | 1 | G M Sumner | 181159 | 5971983 | 0.99 row 2652 : 2652 | Message in a Bottle | 215 | 1 | 1 | G M Sumner | 291474 | 9647829 | 0.99 row 2653 : 2653 | Walking on the Moon | 215 | 1 | 1 | G M Sumner | 302080 | 10019861 | 0.99 row 2654 : 2654 | Don't Stand so Close to Me | 215 | 1 | 1 | G M Sumner | 241031 | 7956658 | 0.99 row 2655 : 2655 | De Do Do Do, De Da Da Da | 215 | 1 | 1 | G M Sumner | 247196 | 8227075 | 0.99 row 2656 : 2656 | Every Little Thing She Does is Magic | 215 | 1 | 1 | G M Sumner | 261120 | 8646853 | 0.99 row 2657 : 2657 | Invisible Sun | 215 | 1 | 1 | G M Sumner | 225593 | 7304320 | 0.99 row 2658 : 2658 | Spirit's in the Material World | 215 | 1 | 1 | G M Sumner | 181133 | 5986622 | 0.99 row 2659 : 2659 | Every Breath You Take | 215 | 1 | 1 | G M Sumner | 254615 | 8364520 | 0.99 row 2660 : 2660 | King Of Pain | 215 | 1 | 1 | G M Sumner | 300512 | 9880303 | 0.99 row 2661 : 2661 | Wrapped Around Your Finger | 215 | 1 | 1 | G M Sumner | 315454 | 10361490 | 0.99 row 2662 : 2662 | Don't Stand So Close to Me '86 | 215 | 1 | 1 | G M Sumner | 293590 | 9636683 | 0.99 row 2663 : 2663 | Message in a Bottle (new classic rock mix) | 215 | 1 | 1 | G M Sumner | 290951 | 9640349 | 0.99 row 2664 : 2664 | Time Is On My Side | 216 | 1 | 1 | Jerry Ragavoy | 179983 | 5855836 | 0.99 row 2665 : 2665 | Heart Of Stone | 216 | 1 | 1 | Jagger/Richards | 164493 | 5329538 | 0.99 row 2666 : 2666 | Play With Fire | 216 | 1 | 1 | Nanker Phelge | 132022 | 4265297 | 0.99 row 2667 : 2667 | Satisfaction | 216 | 1 | 1 | Jagger/Richards | 226612 | 7398766 | 0.99 row 2668 : 2668 | As Tears Go By | 216 | 1 | 1 | Jagger/Richards/Oldham | 164284 | 5357350 | 0.99 row 2669 : 2669 | Get Off Of My Cloud | 216 | 1 | 1 | Jagger/Richards | 176013 | 5719514 | 0.99 row 2670 : 2670 | Mother's Little Helper | 216 | 1 | 1 | Jagger/Richards | 167549 | 5422434 | 0.99 row 2671 : 2671 | 19th Nervous Breakdown | 216 | 1 | 1 | Jagger/Richards | 237923 | 7742984 | 0.99 row 2672 : 2672 | Paint It Black | 216 | 1 | 1 | Jagger/Richards | 226063 | 7442888 | 0.99 row 2673 : 2673 | Under My Thumb | 216 | 1 | 1 | Jagger/Richards | 221387 | 7371799 | 0.99 row 2674 : 2674 | Ruby Tuesday | 216 | 1 | 1 | Jagger/Richards | 197459 | 6433467 | 0.99 row 2675 : 2675 | Let's Spend The Night Together | 216 | 1 | 1 | Jagger/Richards | 217495 | 7137048 | 0.99 row 2676 : 2676 | Intro | 217 | 1 | 1 | Jagger/Richards | 49737 | 1618591 | 0.99 row 2677 : 2677 | You Got Me Rocking | 217 | 1 | 1 | Jagger/Richards | 205766 | 6734385 | 0.99 row 2678 : 2678 | Gimmie Shelters | 217 | 1 | 1 | Jagger/Richards | 382119 | 12528764 | 0.99 row 2679 : 2679 | Flip The Switch | 217 | 1 | 1 | Jagger/Richards | 252421 | 8336591 | 0.99 row 2680 : 2680 | Memory Motel | 217 | 1 | 1 | Jagger/Richards | 365844 | 11982431 | 0.99 row 2681 : 2681 | Corinna | 217 | 1 | 1 | Jesse Ed Davis III/Taj Mahal | 257488 | 8449471 | 0.99 row 2682 : 2682 | Saint Of Me | 217 | 1 | 1 | Jagger/Richards | 325694 | 10725160 | 0.99 row 2683 : 2683 | Wainting On A Friend | 217 | 1 | 1 | Jagger/Richards | 302497 | 9978046 | 0.99 row 2684 : 2684 | Sister Morphine | 217 | 1 | 1 | Faithfull/Jagger/Richards | 376215 | 12345289 | 0.99 row 2685 : 2685 | Live With Me | 217 | 1 | 1 | Jagger/Richards | 234893 | 7709006 | 0.99 row 2686 : 2686 | Respectable | 217 | 1 | 1 | Jagger/Richards | 215693 | 7099669 | 0.99 row 2687 : 2687 | Thief In The Night | 217 | 1 | 1 | De Beauport/Jagger/Richards | 337266 | 10952756 | 0.99 row 2688 : 2688 | The Last Time | 217 | 1 | 1 | Jagger/Richards | 287294 | 9498758 | 0.99 row 2689 : 2689 | Out Of Control | 217 | 1 | 1 | Jagger/Richards | 479242 | 15749289 | 0.99 row 2690 : 2690 | Love Is Strong | 218 | 1 | 1 | Jagger/Richards | 230896 | 7639774 | 0.99 row 2691 : 2691 | You Got Me Rocking | 218 | 1 | 1 | Jagger/Richards | 215928 | 7162159 | 0.99 row 2692 : 2692 | Sparks Will Fly | 218 | 1 | 1 | Jagger/Richards | 196466 | 6492847 | 0.99 row 2693 : 2693 | The Worst | 218 | 1 | 1 | Jagger/Richards | 144613 | 4750094 | 0.99 row 2694 : 2694 | New Faces | 218 | 1 | 1 | Jagger/Richards | 172146 | 5689122 | 0.99 row 2695 : 2695 | Moon Is Up | 218 | 1 | 1 | Jagger/Richards | 222119 | 7366316 | 0.99 row 2696 : 2696 | Out Of Tears | 218 | 1 | 1 | Jagger/Richards | 327418 | 10677236 | 0.99 row 2697 : 2697 | I Go Wild | 218 | 1 | 1 | Jagger/Richards | 264019 | 8630833 | 0.99 row 2698 : 2698 | Brand New Car | 218 | 1 | 1 | Jagger/Richards | 256052 | 8459344 | 0.99 row 2699 : 2699 | Sweethearts Together | 218 | 1 | 1 | Jagger/Richards | 285492 | 9550459 | 0.99 row 2700 : 2700 | Suck On The Jugular | 218 | 1 | 1 | Jagger/Richards | 268225 | 8920566 | 0.99 row 2701 : 2701 | Blinded By Rainbows | 218 | 1 | 1 | Jagger/Richards | 273946 | 8971343 | 0.99 row 2702 : 2702 | Baby Break It Down | 218 | 1 | 1 | Jagger/Richards | 249417 | 8197309 | 0.99 row 2703 : 2703 | Thru And Thru | 218 | 1 | 1 | Jagger/Richards | 375092 | 12175406 | 0.99 row 2704 : 2704 | Mean Disposition | 218 | 1 | 1 | Jagger/Richards | 249155 | 8273602 | 0.99 row 2705 : 2705 | Walking Wounded | 219 | 1 | 4 | The Tea Party | 277968 | 9184345 | 0.99 row 2706 : 2706 | Temptation | 219 | 1 | 4 | The Tea Party | 205087 | 6711943 | 0.99 row 2707 : 2707 | The Messenger | 219 | 1 | 4 | Daniel Lanois | 212062 | 6975437 | 0.99 row 2708 : 2708 | Psychopomp | 219 | 1 | 4 | The Tea Party | 315559 | 10295199 | 0.99 row 2709 : 2709 | Sister Awake | 219 | 1 | 4 | The Tea Party | 343875 | 11299407 | 0.99 row 2710 : 2710 | The Bazaar | 219 | 1 | 4 | The Tea Party | 222458 | 7245691 | 0.99 row 2711 : 2711 | Save Me (Remix) | 219 | 1 | 4 | The Tea Party | 396303 | 13053839 | 0.99 row 2712 : 2712 | Fire In The Head | 219 | 1 | 4 | The Tea Party | 306337 | 10005675 | 0.99 row 2713 : 2713 | Release | 219 | 1 | 4 | The Tea Party | 244114 | 8014606 | 0.99 row 2714 : 2714 | Heaven Coming Down | 219 | 1 | 4 | The Tea Party | 241867 | 7846459 | 0.99 row 2715 : 2715 | The River (Remix) | 219 | 1 | 4 | The Tea Party | 343170 | 11193268 | 0.99 row 2716 : 2716 | Babylon | 219 | 1 | 4 | The Tea Party | 169795 | 5568808 | 0.99 row 2717 : 2717 | Waiting On A Sign | 219 | 1 | 4 | The Tea Party | 261903 | 8558590 | 0.99 row 2718 : 2718 | Life Line | 219 | 1 | 4 | The Tea Party | 277786 | 9082773 | 0.99 row 2719 : 2719 | Paint It Black | 219 | 1 | 4 | Keith Richards/Mick Jagger | 214752 | 7101572 | 0.99 row 2720 : 2720 | Temptation | 220 | 1 | 4 | The Tea Party | 205244 | 6719465 | 0.99 row 2721 : 2721 | Army Ants | 220 | 1 | 4 | The Tea Party | 215405 | 7075838 | 0.99 row 2722 : 2722 | Psychopomp | 220 | 1 | 4 | The Tea Party | 317231 | 10351778 | 0.99 row 2723 : 2723 | Gyroscope | 220 | 1 | 4 | The Tea Party | 177711 | 5810323 | 0.99 row 2724 : 2724 | Alarum | 220 | 1 | 4 | The Tea Party | 298187 | 9712545 | 0.99 row 2725 : 2725 | Release | 220 | 1 | 4 | The Tea Party | 266292 | 8725824 | 0.99 row 2726 : 2726 | Transmission | 220 | 1 | 4 | The Tea Party | 317257 | 10351152 | 0.99 row 2727 : 2727 | Babylon | 220 | 1 | 4 | The Tea Party | 292466 | 9601786 | 0.99 row 2728 : 2728 | Pulse | 220 | 1 | 4 | The Tea Party | 250253 | 8183872 | 0.99 row 2729 : 2729 | Emerald | 220 | 1 | 4 | The Tea Party | 289750 | 9543789 | 0.99 row 2730 : 2730 | Aftermath | 220 | 1 | 4 | The Tea Party | 343745 | 11085607 | 0.99 row 2731 : 2731 | I Can't Explain | 221 | 1 | 1 | Pete Townshend | 125152 | 4082896 | 0.99 row 2732 : 2732 | Anyway, Anyhow, Anywhere | 221 | 1 | 1 | Pete Townshend, Roger Daltrey | 161253 | 5234173 | 0.99 row 2733 : 2733 | My Generation | 221 | 1 | 1 | John Entwistle/Pete Townshend | 197825 | 6446634 | 0.99 row 2734 : 2734 | Substitute | 221 | 1 | 1 | Pete Townshend | 228022 | 7409995 | 0.99 row 2735 : 2735 | I'm A Boy | 221 | 1 | 1 | Pete Townshend | 157126 | 5120605 | 0.99 row 2736 : 2736 | Boris The Spider | 221 | 1 | 1 | John Entwistle | 149472 | 4835202 | 0.99 row 2737 : 2737 | Happy Jack | 221 | 1 | 1 | Pete Townshend | 132310 | 4353063 | 0.99 row 2738 : 2738 | Pictures Of Lily | 221 | 1 | 1 | Pete Townshend | 164414 | 5329751 | 0.99 row 2739 : 2739 | I Can See For Miles | 221 | 1 | 1 | Pete Townshend | 262791 | 8604989 | 0.99 row 2740 : 2740 | Magic Bus | 221 | 1 | 1 | Pete Townshend | 197224 | 6452700 | 0.99 row 2741 : 2741 | Pinball Wizard | 221 | 1 | 1 | John Entwistle/Pete Townshend | 181890 | 6055580 | 0.99 row 2742 : 2742 | The Seeker | 221 | 1 | 1 | Pete Townshend | 204643 | 6736866 | 0.99 row 2743 : 2743 | Baba O'Riley | 221 | 1 | 1 | John Entwistle/Pete Townshend | 309472 | 10141660 | 0.99 row 2744 : 2744 | Won't Get Fooled Again (Full Length Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 513750 | 16855521 | 0.99 row 2745 : 2745 | Let's See Action | 221 | 1 | 1 | Pete Townshend | 243513 | 8078418 | 0.99 row 2746 : 2746 | 5.15 | 221 | 1 | 1 | Pete Townshend | 289619 | 9458549 | 0.99 row 2747 : 2747 | Join Together | 221 | 1 | 1 | Pete Townshend | 262556 | 8602485 | 0.99 row 2748 : 2748 | Squeeze Box | 221 | 1 | 1 | Pete Townshend | 161280 | 5256508 | 0.99 row 2749 : 2749 | Who Are You (Single Edit Version) | 221 | 1 | 1 | John Entwistle/Pete Townshend | 299232 | 9900469 | 0.99 row 2750 : 2750 | You Better You Bet | 221 | 1 | 1 | Pete Townshend | 338520 | 11160877 | 0.99 row 2751 : 2751 | Primavera | 222 | 1 | 7 | Genival Cassiano/Silvio Rochael | 126615 | 4152604 | 0.99 row 2752 : 2752 | Chocolate | 222 | 1 | 7 | Tim Maia | 194690 | 6411587 | 0.99 row 2753 : 2753 | Azul Da Cor Do Mar | 222 | 1 | 7 | Tim Maia | 197955 | 6475007 | 0.99 row 2754 : 2754 | O Descobridor Dos Sete Mares | 222 | 1 | 7 | Gilson Mendonça/Michel | 262974 | 8749583 | 0.99 row 2755 : 2755 | Até Que Enfim Encontrei Você | 222 | 1 | 7 | Tim Maia | 105064 | 3477751 | 0.99 row 2756 : 2756 | Coroné Antonio Bento | 222 | 1 | 7 | Do Vale, João/Luiz Wanderley | 131317 | 4340326 | 0.99 row 2757 : 2757 | New Love | 222 | 1 | 7 | Tim Maia | 237897 | 7786824 | 0.99 row 2758 : 2758 | Não Vou Ficar | 222 | 1 | 7 | Tim Maia | 172068 | 5642919 | 0.99 row 2759 : 2759 | Música No Ar | 222 | 1 | 7 | Tim Maia | 158511 | 5184891 | 0.99 row 2760 : 2760 | Salve Nossa Senhora | 222 | 1 | 7 | Carlos Imperial/Edardo Araújo | 115461 | 3827629 | 0.99 row 2761 : 2761 | Você Fugiu | 222 | 1 | 7 | Genival Cassiano | 238367 | 7971147 | 0.99 row 2762 : 2762 | Cristina Nº 2 | 222 | 1 | 7 | Carlos Imperial/Tim Maia | 90148 | 2978589 | 0.99 row 2763 : 2763 | Compadre | 222 | 1 | 7 | Tim Maia | 171389 | 5631446 | 0.99 row 2764 : 2764 | Over Again | 222 | 1 | 7 | Tim Maia | 200489 | 6612634 | 0.99 row 2765 : 2765 | Réu Confesso | 222 | 1 | 7 | Tim Maia | 217391 | 7189874 | 0.99 row 2766 : 2766 | O Que Me Importa | 223 | 1 | 7 | | 153155 | 4977852 | 0.99 row 2767 : 2767 | Gostava Tanto De Você | 223 | 1 | 7 | | 253805 | 8380077 | 0.99 row 2768 : 2768 | Você | 223 | 1 | 7 | | 242599 | 7911702 | 0.99 row 2769 : 2769 | Não Quero Dinheiro | 223 | 1 | 7 | | 152607 | 5031797 | 0.99 row 2770 : 2770 | Eu Amo Você | 223 | 1 | 7 | | 242782 | 7914628 | 0.99 row 2771 : 2771 | A Festa Do Santo Reis | 223 | 1 | 7 | | 159791 | 5204995 | 0.99 row 2772 : 2772 | I Don't Know What To Do With Myself | 223 | 1 | 7 | | 221387 | 7251478 | 0.99 row 2773 : 2773 | Padre Cícero | 223 | 1 | 7 | | 139598 | 4581685 | 0.99 row 2774 : 2774 | Nosso Adeus | 223 | 1 | 7 | | 206471 | 6793270 | 0.99 row 2775 : 2775 | Canário Do Reino | 223 | 1 | 7 | | 139337 | 4552858 | 0.99 row 2776 : 2776 | Preciso Ser Amado | 223 | 1 | 7 | | 174001 | 5618895 | 0.99 row 2777 : 2777 | Balanço | 223 | 1 | 7 | | 209737 | 6890327 | 0.99 row 2778 : 2778 | Preciso Aprender A Ser Só | 223 | 1 | 7 | | 162220 | 5213894 | 0.99 row 2779 : 2779 | Esta É A Canção | 223 | 1 | 7 | | 184450 | 6069933 | 0.99 row 2780 : 2780 | Formigueiro | 223 | 1 | 7 | | 252943 | 8455132 | 0.99 row 2781 : 2781 | Comida | 224 | 1 | 4 | Titãs | 322612 | 10786578 | 0.99 row 2782 : 2782 | Go Back | 224 | 1 | 4 | Titãs | 230504 | 7668899 | 0.99 row 2783 : 2783 | Prá Dizer Adeus | 224 | 1 | 4 | Titãs | 222484 | 7382048 | 0.99 row 2784 : 2784 | Família | 224 | 1 | 4 | Titãs | 218331 | 7267458 | 0.99 row 2785 : 2785 | Os Cegos Do Castelo | 224 | 1 | 4 | Titãs | 296829 | 9868187 | 0.99 row 2786 : 2786 | O Pulso | 224 | 1 | 4 | Titãs | 199131 | 6566998 | 0.99 row 2787 : 2787 | Marvin | 224 | 1 | 4 | Titãs | 264359 | 8741444 | 0.99 row 2788 : 2788 | Nem 5 Minutos Guardados | 224 | 1 | 4 | Titãs | 245995 | 8143797 | 0.99 row 2789 : 2789 | Flores | 224 | 1 | 4 | Titãs | 215510 | 7148017 | 0.99 row 2790 : 2790 | Palavras | 224 | 1 | 4 | Titãs | 158458 | 5285715 | 0.99 row 2791 : 2791 | Hereditário | 224 | 1 | 4 | Titãs | 151693 | 5020547 | 0.99 row 2792 : 2792 | A Melhor Forma | 224 | 1 | 4 | Titãs | 191503 | 6349938 | 0.99 row 2793 : 2793 | Cabeça Dinossauro | 224 | 1 | 4 | Titãs | 37120 | 1220930 | 0.99 row 2794 : 2794 | 32 Dentes | 224 | 1 | 4 | Titãs | 184946 | 6157904 | 0.99 row 2795 : 2795 | Bichos Escrotos (Vinheta) | 224 | 1 | 4 | Titãs | 104986 | 3503755 | 0.99 row 2796 : 2796 | Não Vou Lutar | 224 | 1 | 4 | Titãs | 189988 | 6308613 | 0.99 row 2797 : 2797 | Homem Primata (Vinheta) | 224 | 1 | 4 | Titãs | 34168 | 1124909 | 0.99 row 2798 : 2798 | Homem Primata | 224 | 1 | 4 | Titãs | 195500 | 6486470 | 0.99 row 2799 : 2799 | Polícia (Vinheta) | 224 | 1 | 4 | Titãs | 56111 | 1824213 | 0.99 row 2800 : 2800 | Querem Meu Sangue | 224 | 1 | 4 | Titãs | 212401 | 7069773 | 0.99 row 2801 : 2801 | Diversão | 224 | 1 | 4 | Titãs | 285936 | 9531268 | 0.99 row 2802 : 2802 | Televisão | 224 | 1 | 4 | Titãs | 293668 | 9776548 | 0.99 row 2803 : 2803 | Sonifera Ilha | 225 | 1 | 4 | Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto | 170684 | 5678290 | 0.99 row 2804 : 2804 | Lugar Nenhum | 225 | 1 | 4 | Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto | 195840 | 6472780 | 0.99 row 2805 : 2805 | Sua Impossivel Chance | 225 | 1 | 4 | Nando Reis | 246622 | 8073248 | 0.99 row 2806 : 2806 | Desordem | 225 | 1 | 4 | Charles Gavin/Marcelo Fromer/Sérgio Britto | 213289 | 7067340 | 0.99 row 2807 : 2807 | Não Vou Me Adaptar | 225 | 1 | 4 | Arnaldo Antunes | 221831 | 7304656 | 0.99 row 2808 : 2808 | Domingo | 225 | 1 | 4 | Sérgio Britto/Toni Bellotto | 208613 | 6883180 | 0.99 row 2809 : 2809 | Amanhã Não Se Sabe | 225 | 1 | 4 | Sérgio Britto | 189440 | 6243967 | 0.99 row 2810 : 2810 | Caras Como Eu | 225 | 1 | 4 | Toni Bellotto | 183092 | 5999048 | 0.99 row 2811 : 2811 | Senhora E Senhor | 225 | 1 | 4 | Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos | 203702 | 6733733 | 0.99 row 2812 : 2812 | Era Uma Vez | 225 | 1 | 4 | Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto | 224261 | 7453156 | 0.99 row 2813 : 2813 | Miséria | 225 | 1 | 4 | Arnaldo Antunes/Britto, SergioMiklos, Paulo | 262191 | 8727645 | 0.99 row 2814 : 2814 | Insensível | 225 | 1 | 4 | Sérgio Britto | 207830 | 6893664 | 0.99 row 2815 : 2815 | Eu E Ela | 225 | 1 | 4 | Nando Reis | 276035 | 9138846 | 0.99 row 2816 : 2816 | Toda Cor | 225 | 1 | 4 | Ciro Pressoa/Marcelo Fromer | 209084 | 6939176 | 0.99 row 2817 : 2817 | É Preciso Saber Viver | 225 | 1 | 4 | Erasmo Carlos/Roberto Carlos | 251115 | 8271418 | 0.99 row 2818 : 2818 | Senhor Delegado/Eu Não Aguento | 225 | 1 | 4 | Antonio Lopes | 156656 | 5277983 | 0.99 row 2819 : 2819 | Battlestar Galactica: The Story So Far | 226 | 3 | 18 | | 2622250 | 490750393 | 1.99 row 2820 : 2820 | Occupation / Precipice | 227 | 3 | 19 | | 5286953 | 1054423946 | 1.99 row 2821 : 2821 | Exodus, Pt. 1 | 227 | 3 | 19 | | 2621708 | 475079441 | 1.99 row 2822 : 2822 | Exodus, Pt. 2 | 227 | 3 | 19 | | 2618000 | 466820021 | 1.99 row 2823 : 2823 | Collaborators | 227 | 3 | 19 | | 2626626 | 483484911 | 1.99 row 2824 : 2824 | Torn | 227 | 3 | 19 | | 2631291 | 495262585 | 1.99 row 2825 : 2825 | A Measure of Salvation | 227 | 3 | 18 | | 2563938 | 489715554 | 1.99 row 2826 : 2826 | Hero | 227 | 3 | 18 | | 2713755 | 506896959 | 1.99 row 2827 : 2827 | Unfinished Business | 227 | 3 | 18 | | 2622038 | 528499160 | 1.99 row 2828 : 2828 | The Passage | 227 | 3 | 18 | | 2623875 | 490375760 | 1.99 row 2829 : 2829 | The Eye of Jupiter | 227 | 3 | 18 | | 2618750 | 517909587 | 1.99 row 2830 : 2830 | Rapture | 227 | 3 | 18 | | 2624541 | 508406153 | 1.99 row 2831 : 2831 | Taking a Break from All Your Worries | 227 | 3 | 18 | | 2624207 | 492700163 | 1.99 row 2832 : 2832 | The Woman King | 227 | 3 | 18 | | 2626376 | 552893447 | 1.99 row 2833 : 2833 | A Day In the Life | 227 | 3 | 18 | | 2620245 | 462818231 | 1.99 row 2834 : 2834 | Dirty Hands | 227 | 3 | 18 | | 2627961 | 537648614 | 1.99 row 2835 : 2835 | Maelstrom | 227 | 3 | 18 | | 2622372 | 514154275 | 1.99 row 2836 : 2836 | The Son Also Rises | 227 | 3 | 18 | | 2621830 | 499258498 | 1.99 row 2837 : 2837 | Crossroads, Pt. 1 | 227 | 3 | 20 | | 2622622 | 486233524 | 1.99 row 2838 : 2838 | Crossroads, Pt. 2 | 227 | 3 | 20 | | 2869953 | 497335706 | 1.99 row 2839 : 2839 | Genesis | 228 | 3 | 19 | | 2611986 | 515671080 | 1.99 row 2840 : 2840 | Don't Look Back | 228 | 3 | 21 | | 2571154 | 493628775 | 1.99 row 2841 : 2841 | One Giant Leap | 228 | 3 | 21 | | 2607649 | 521616246 | 1.99 row 2842 : 2842 | Collision | 228 | 3 | 21 | | 2605480 | 526182322 | 1.99 row 2843 : 2843 | Hiros | 228 | 3 | 21 | | 2533575 | 488835454 | 1.99 row 2844 : 2844 | Better Halves | 228 | 3 | 21 | | 2573031 | 549353481 | 1.99 row 2845 : 2845 | Nothing to Hide | 228 | 3 | 19 | | 2605647 | 510058181 | 1.99 row 2846 : 2846 | Seven Minutes to Midnight | 228 | 3 | 21 | | 2613988 | 515590682 | 1.99 row 2847 : 2847 | Homecoming | 228 | 3 | 21 | | 2601351 | 516015339 | 1.99 row 2848 : 2848 | Six Months Ago | 228 | 3 | 19 | | 2602852 | 505133869 | 1.99 row 2849 : 2849 | Fallout | 228 | 3 | 21 | | 2594761 | 501145440 | 1.99 row 2850 : 2850 | The Fix | 228 | 3 | 21 | | 2600266 | 507026323 | 1.99 row 2851 : 2851 | Distractions | 228 | 3 | 21 | | 2590382 | 537111289 | 1.99 row 2852 : 2852 | Run! | 228 | 3 | 21 | | 2602602 | 542936677 | 1.99 row 2853 : 2853 | Unexpected | 228 | 3 | 21 | | 2598139 | 511777758 | 1.99 row 2854 : 2854 | Company Man | 228 | 3 | 21 | | 2601226 | 493168135 | 1.99 row 2855 : 2855 | Company Man | 228 | 3 | 21 | | 2601101 | 503786316 | 1.99 row 2856 : 2856 | Parasite | 228 | 3 | 21 | | 2602727 | 487461520 | 1.99 row 2857 : 2857 | A Tale of Two Cities | 229 | 3 | 19 | | 2636970 | 513691652 | 1.99 row 2858 : 2858 | Lost (Pilot, Part 1) [Premiere] | 230 | 3 | 19 | | 2548875 | 217124866 | 1.99 row 2859 : 2859 | Man of Science, Man of Faith (Premiere) | 231 | 3 | 19 | | 2612250 | 543342028 | 1.99 row 2860 : 2860 | Adrift | 231 | 3 | 19 | | 2564958 | 502663995 | 1.99 row 2861 : 2861 | Lost (Pilot, Part 2) | 230 | 3 | 19 | | 2436583 | 204995876 | 1.99 row 2862 : 2862 | The Glass Ballerina | 229 | 3 | 21 | | 2637458 | 535729216 | 1.99 row 2863 : 2863 | Further Instructions | 229 | 3 | 19 | | 2563980 | 502041019 | 1.99 row 2864 : 2864 | Orientation | 231 | 3 | 19 | | 2609083 | 500600434 | 1.99 row 2865 : 2865 | Tabula Rasa | 230 | 3 | 19 | | 2627105 | 210526410 | 1.99 row 2866 : 2866 | Every Man for Himself | 229 | 3 | 21 | | 2637387 | 513803546 | 1.99 row 2867 : 2867 | Everybody Hates Hugo | 231 | 3 | 19 | | 2609192 | 498163145 | 1.99 row 2868 : 2868 | Walkabout | 230 | 3 | 19 | | 2587370 | 207748198 | 1.99 row 2869 : 2869 | ...And Found | 231 | 3 | 19 | | 2563833 | 500330548 | 1.99 row 2870 : 2870 | The Cost of Living | 229 | 3 | 19 | | 2637500 | 505647192 | 1.99 row 2871 : 2871 | White Rabbit | 230 | 3 | 19 | | 2571965 | 201654606 | 1.99 row 2872 : 2872 | Abandoned | 231 | 3 | 19 | | 2587041 | 537348711 | 1.99 row 2873 : 2873 | House of the Rising Sun | 230 | 3 | 19 | | 2590032 | 210379525 | 1.99 row 2874 : 2874 | I Do | 229 | 3 | 19 | | 2627791 | 504676825 | 1.99 row 2875 : 2875 | Not In Portland | 229 | 3 | 21 | | 2637303 | 499061234 | 1.99 row 2876 : 2876 | Not In Portland | 229 | 3 | 21 | | 2637345 | 510546847 | 1.99 row 2877 : 2877 | The Moth | 230 | 3 | 19 | | 2631327 | 228896396 | 1.99 row 2878 : 2878 | The Other 48 Days | 231 | 3 | 19 | | 2610625 | 535256753 | 1.99 row 2879 : 2879 | Collision | 231 | 3 | 19 | | 2564916 | 475656544 | 1.99 row 2880 : 2880 | Confidence Man | 230 | 3 | 19 | | 2615244 | 223756475 | 1.99 row 2881 : 2881 | Flashes Before Your Eyes | 229 | 3 | 21 | | 2636636 | 537760755 | 1.99 row 2882 : 2882 | Lost Survival Guide | 229 | 3 | 21 | | 2632590 | 486675063 | 1.99 row 2883 : 2883 | Solitary | 230 | 3 | 19 | | 2612894 | 207045178 | 1.99 row 2884 : 2884 | What Kate Did | 231 | 3 | 19 | | 2610250 | 484583988 | 1.99 row 2885 : 2885 | Raised By Another | 230 | 3 | 19 | | 2590459 | 223623810 | 1.99 row 2886 : 2886 | Stranger In a Strange Land | 229 | 3 | 21 | | 2636428 | 505056021 | 1.99 row 2887 : 2887 | The 23rd Psalm | 231 | 3 | 19 | | 2610416 | 487401604 | 1.99 row 2888 : 2888 | All the Best Cowboys Have Daddy Issues | 230 | 3 | 19 | | 2555492 | 211743651 | 1.99 row 2889 : 2889 | The Hunting Party | 231 | 3 | 21 | | 2611333 | 520350364 | 1.99 row 2890 : 2890 | Tricia Tanaka Is Dead | 229 | 3 | 21 | | 2635010 | 548197162 | 1.99 row 2891 : 2891 | Enter 77 | 229 | 3 | 21 | | 2629796 | 517521422 | 1.99 row 2892 : 2892 | Fire + Water | 231 | 3 | 21 | | 2600333 | 488458695 | 1.99 row 2893 : 2893 | Whatever the Case May Be | 230 | 3 | 19 | | 2616410 | 183867185 | 1.99 row 2894 : 2894 | Hearts and Minds | 230 | 3 | 19 | | 2619462 | 207607466 | 1.99 row 2895 : 2895 | Par Avion | 229 | 3 | 21 | | 2629879 | 517079642 | 1.99 row 2896 : 2896 | The Long Con | 231 | 3 | 19 | | 2679583 | 518376636 | 1.99 row 2897 : 2897 | One of Them | 231 | 3 | 21 | | 2698791 | 542332389 | 1.99 row 2898 : 2898 | Special | 230 | 3 | 19 | | 2618530 | 219961967 | 1.99 row 2899 : 2899 | The Man from Tallahassee | 229 | 3 | 21 | | 2637637 | 550893556 | 1.99 row 2900 : 2900 | Exposé | 229 | 3 | 21 | | 2593760 | 511338017 | 1.99 row 2901 : 2901 | Homecoming | 230 | 3 | 19 | | 2515882 | 210675221 | 1.99 row 2902 : 2902 | Maternity Leave | 231 | 3 | 21 | | 2780416 | 555244214 | 1.99 row 2903 : 2903 | Left Behind | 229 | 3 | 21 | | 2635343 | 538491964 | 1.99 row 2904 : 2904 | Outlaws | 230 | 3 | 19 | | 2619887 | 206500939 | 1.99 row 2905 : 2905 | The Whole Truth | 231 | 3 | 21 | | 2610125 | 495487014 | 1.99 row 2906 : 2906 | ...In Translation | 230 | 3 | 19 | | 2604575 | 215441983 | 1.99 row 2907 : 2907 | Lockdown | 231 | 3 | 21 | | 2610250 | 543886056 | 1.99 row 2908 : 2908 | One of Us | 229 | 3 | 21 | | 2638096 | 502387276 | 1.99 row 2909 : 2909 | Catch-22 | 229 | 3 | 21 | | 2561394 | 489773399 | 1.99 row 2910 : 2910 | Dave | 231 | 3 | 19 | | 2825166 | 574325829 | 1.99 row 2911 : 2911 | Numbers | 230 | 3 | 19 | | 2609772 | 214709143 | 1.99 row 2912 : 2912 | D.O.C. | 229 | 3 | 21 | | 2616032 | 518556641 | 1.99 row 2913 : 2913 | Deus Ex Machina | 230 | 3 | 19 | | 2582009 | 214996732 | 1.99 row 2914 : 2914 | S.O.S. | 231 | 3 | 19 | | 2639541 | 517979269 | 1.99 row 2915 : 2915 | Do No Harm | 230 | 3 | 19 | | 2618487 | 212039309 | 1.99 row 2916 : 2916 | Two for the Road | 231 | 3 | 21 | | 2610958 | 502404558 | 1.99 row 2917 : 2917 | The Greater Good | 230 | 3 | 19 | | 2617784 | 214130273 | 1.99 row 2918 : 2918 | "?" | 231 | 3 | 19 | | 2782333 | 528227089 | 1.99 row 2919 : 2919 | Born to Run | 230 | 3 | 19 | | 2618619 | 213772057 | 1.99 row 2920 : 2920 | Three Minutes | 231 | 3 | 19 | | 2763666 | 531556853 | 1.99 row 2921 : 2921 | Exodus (Part 1) | 230 | 3 | 19 | | 2620747 | 213107744 | 1.99 row 2922 : 2922 | Live Together, Die Alone, Pt. 1 | 231 | 3 | 21 | | 2478041 | 457364940 | 1.99 row 2923 : 2923 | Exodus (Part 2) [Season Finale] | 230 | 3 | 19 | | 2605557 | 208667059 | 1.99 row 2924 : 2924 | Live Together, Die Alone, Pt. 2 | 231 | 3 | 19 | | 2656531 | 503619265 | 1.99 row 2925 : 2925 | Exodus (Part 3) [Season Finale] | 230 | 3 | 19 | | 2619869 | 197937785 | 1.99 row 2926 : 2926 | Zoo Station | 232 | 1 | 1 | U2 | 276349 | 9056902 | 0.99 row 2927 : 2927 | Even Better Than The Real Thing | 232 | 1 | 1 | U2 | 221361 | 7279392 | 0.99 row 2928 : 2928 | One | 232 | 1 | 1 | U2 | 276192 | 9158892 | 0.99 row 2929 : 2929 | Until The End Of The World | 232 | 1 | 1 | U2 | 278700 | 9132485 | 0.99 row 2930 : 2930 | Who's Gonna Ride Your Wild Horses | 232 | 1 | 1 | U2 | 316551 | 10304369 | 0.99 row 2931 : 2931 | So Cruel | 232 | 1 | 1 | U2 | 349492 | 11527614 | 0.99 row 2932 : 2932 | The Fly | 232 | 1 | 1 | U2 | 268982 | 8825399 | 0.99 row 2933 : 2933 | Mysterious Ways | 232 | 1 | 1 | U2 | 243826 | 8062057 | 0.99 row 2934 : 2934 | Tryin' To Throw Your Arms Around The World | 232 | 1 | 1 | U2 | 232463 | 7612124 | 0.99 row 2935 : 2935 | Ultraviolet (Light My Way) | 232 | 1 | 1 | U2 | 330788 | 10754631 | 0.99 row 2936 : 2936 | Acrobat | 232 | 1 | 1 | U2 | 270288 | 8824723 | 0.99 row 2937 : 2937 | Love Is Blindness | 232 | 1 | 1 | U2 | 263497 | 8531766 | 0.99 row 2938 : 2938 | Beautiful Day | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 248163 | 8056723 | 0.99 row 2939 : 2939 | Stuck In A Moment You Can't Get Out Of | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 272378 | 8997366 | 0.99 row 2940 : 2940 | Elevation | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 227552 | 7479414 | 0.99 row 2941 : 2941 | Walk On | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 296280 | 9800861 | 0.99 row 2942 : 2942 | Kite | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 266893 | 8765761 | 0.99 row 2943 : 2943 | In A Little While | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 219271 | 7189647 | 0.99 row 2944 : 2944 | Wild Honey | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 226768 | 7466069 | 0.99 row 2945 : 2945 | Peace On Earth | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 288496 | 9476171 | 0.99 row 2946 : 2946 | When I Look At The World | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 257776 | 8500491 | 0.99 row 2947 : 2947 | New York | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330370 | 10862323 | 0.99 row 2948 : 2948 | Grace | 233 | 1 | 1 | Adam Clayton, Bono, Larry Mullen, The Edge | 330657 | 10877148 | 0.99 row 2949 : 2949 | The Three Sunrises | 234 | 1 | 1 | U2 | 234788 | 7717990 | 0.99 row 2950 : 2950 | Spanish Eyes | 234 | 1 | 1 | U2 | 196702 | 6392710 | 0.99 row 2951 : 2951 | Sweetest Thing | 234 | 1 | 1 | U2 | 185103 | 6154896 | 0.99 row 2952 : 2952 | Love Comes Tumbling | 234 | 1 | 1 | U2 | 282671 | 9328802 | 0.99 row 2953 : 2953 | Bass Trap | 234 | 1 | 1 | U2 | 213289 | 6834107 | 0.99 row 2954 : 2954 | Dancing Barefoot | 234 | 1 | 1 | Ivan Kral/Patti Smith | 287895 | 9488294 | 0.99 row 2955 : 2955 | Everlasting Love | 234 | 1 | 1 | Buzz Cason/Mac Gayden | 202631 | 6708932 | 0.99 row 2956 : 2956 | Unchained Melody | 234 | 1 | 1 | Alex North/Hy Zaret | 294164 | 9597568 | 0.99 row 2957 : 2957 | Walk To The Water | 234 | 1 | 1 | U2 | 289253 | 9523336 | 0.99 row 2958 : 2958 | Luminous Times (Hold On To Love) | 234 | 1 | 1 | Brian Eno/U2 | 277760 | 9015513 | 0.99 row 2959 : 2959 | Hallelujah Here She Comes | 234 | 1 | 1 | U2 | 242364 | 8027028 | 0.99 row 2960 : 2960 | Silver And Gold | 234 | 1 | 1 | Bono | 279875 | 9199746 | 0.99 row 2961 : 2961 | Endless Deep | 234 | 1 | 1 | U2 | 179879 | 5899070 | 0.99 row 2962 : 2962 | A Room At The Heartbreak Hotel | 234 | 1 | 1 | U2 | 274546 | 9015416 | 0.99 row 2963 : 2963 | Trash, Trampoline And The Party Girl | 234 | 1 | 1 | U2 | 153965 | 5083523 | 0.99 row 2964 : 2964 | Vertigo | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 194612 | 6329502 | 0.99 row 2965 : 2965 | Miracle Drug | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 239124 | 7760916 | 0.99 row 2966 : 2966 | Sometimes You Can't Make It On Your Own | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 308976 | 10112863 | 0.99 row 2967 : 2967 | Love And Peace Or Else | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 290690 | 9476723 | 0.99 row 2968 : 2968 | City Of Blinding Lights | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 347951 | 11432026 | 0.99 row 2969 : 2969 | All Because Of You | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 219141 | 7198014 | 0.99 row 2970 : 2970 | A Man And A Woman | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 270132 | 8938285 | 0.99 row 2971 : 2971 | Crumbs From Your Table | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 303568 | 9892349 | 0.99 row 2972 : 2972 | One Step Closer | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 231680 | 7512912 | 0.99 row 2973 : 2973 | Original Of The Species | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 281443 | 9230041 | 0.99 row 2974 : 2974 | Yahweh | 235 | 1 | 1 | Adam Clayton, Bono, Larry Mullen & The Edge | 262034 | 8636998 | 0.99 row 2975 : 2975 | Discotheque | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 319582 | 10442206 | 0.99 row 2976 : 2976 | Do You Feel Loved | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 307539 | 10122694 | 0.99 row 2977 : 2977 | Mofo | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 349178 | 11583042 | 0.99 row 2978 : 2978 | If God Will Send His Angels | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 322533 | 10563329 | 0.99 row 2979 : 2979 | Staring At The Sun | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 276924 | 9082838 | 0.99 row 2980 : 2980 | Last Night On Earth | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 285753 | 9401017 | 0.99 row 2981 : 2981 | Gone | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 266866 | 8746301 | 0.99 row 2982 : 2982 | Miami | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 293041 | 9741603 | 0.99 row 2983 : 2983 | The Playboy Mansion | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 280555 | 9274144 | 0.99 row 2984 : 2984 | If You Wear That Velvet Dress | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 315167 | 10227333 | 0.99 row 2985 : 2985 | Please | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 302602 | 9909484 | 0.99 row 2986 : 2986 | Wake Up Dead Man | 236 | 1 | 1 | Bono, The Edge, Adam Clayton, and Larry Mullen | 292832 | 9515903 | 0.99 row 2987 : 2987 | Helter Skelter | 237 | 1 | 1 | Lennon, John/McCartney, Paul | 187350 | 6097636 | 0.99 row 2988 : 2988 | Van Diemen's Land | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 186044 | 5990280 | 0.99 row 2989 : 2989 | Desire | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 179226 | 5874535 | 0.99 row 2990 : 2990 | Hawkmoon 269 | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 382458 | 12494987 | 0.99 row 2991 : 2991 | All Along The Watchtower | 237 | 1 | 1 | Dylan, Bob | 264568 | 8623572 | 0.99 row 2992 : 2992 | I Still Haven't Found What I'm Looking for | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 353567 | 11542247 | 0.99 row 2993 : 2993 | Freedom For My People | 237 | 1 | 1 | Mabins, Macie/Magee, Sterling/Robinson, Bobby | 38164 | 1249764 | 0.99 row 2994 : 2994 | Silver And Gold | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 349831 | 11450194 | 0.99 row 2995 : 2995 | Pride (In The Name Of Love) | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 267807 | 8806361 | 0.99 row 2996 : 2996 | Angel Of Harlem | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 229276 | 7498022 | 0.99 row 2997 : 2997 | Love Rescue Me | 237 | 1 | 1 | Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge | 384522 | 12508716 | 0.99 row 2998 : 2998 | When Love Comes To Town | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 255869 | 8340954 | 0.99 row 2999 : 2999 | Heartland | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 303360 | 9867748 | 0.99 row 3000 : 3000 | God Part II | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 195604 | 6497570 | 0.99 row 3001 : 3001 | The Star Spangled Banner | 237 | 1 | 1 | Hendrix, Jimi | 43232 | 1385810 | 0.99 row 3002 : 3002 | Bullet The Blue Sky | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 337005 | 10993607 | 0.99 row 3003 : 3003 | All I Want Is You | 237 | 1 | 1 | Bono/Clayton, Adam/Mullen Jr., Larry/The Edge | 390243 | 12729820 | 0.99 row 3004 : 3004 | Pride (In The Name Of Love) | 238 | 1 | 1 | U2 | 230243 | 7549085 | 0.99 row 3005 : 3005 | New Year's Day | 238 | 1 | 1 | U2 | 258925 | 8491818 | 0.99 row 3006 : 3006 | With Or Without You | 238 | 1 | 1 | U2 | 299023 | 9765188 | 0.99 row 3007 : 3007 | I Still Haven't Found What I'm Looking For | 238 | 1 | 1 | U2 | 280764 | 9306737 | 0.99 row 3008 : 3008 | Sunday Bloody Sunday | 238 | 1 | 1 | U2 | 282174 | 9269668 | 0.99 row 3009 : 3009 | Bad | 238 | 1 | 1 | U2 | 351817 | 11628058 | 0.99 row 3010 : 3010 | Where The Streets Have No Name | 238 | 1 | 1 | U2 | 276218 | 9042305 | 0.99 row 3011 : 3011 | I Will Follow | 238 | 1 | 1 | U2 | 218253 | 7184825 | 0.99 row 3012 : 3012 | The Unforgettable Fire | 238 | 1 | 1 | U2 | 295183 | 9684664 | 0.99 row 3013 : 3013 | Sweetest Thing | 238 | 1 | 1 | U2 & Daragh O'Toole | 183066 | 6071385 | 0.99 row 3014 : 3014 | Desire | 238 | 1 | 1 | U2 | 179853 | 5893206 | 0.99 row 3015 : 3015 | When Love Comes To Town | 238 | 1 | 1 | U2 | 258194 | 8479525 | 0.99 row 3016 : 3016 | Angel Of Harlem | 238 | 1 | 1 | U2 | 230217 | 7527339 | 0.99 row 3017 : 3017 | All I Want Is You | 238 | 1 | 1 | U2 & Van Dyke Parks | 591986 | 19202252 | 0.99 row 3018 : 3018 | Sunday Bloody Sunday | 239 | 1 | 1 | U2 | 278204 | 9140849 | 0.99 row 3019 : 3019 | Seconds | 239 | 1 | 1 | U2 | 191582 | 6352121 | 0.99 row 3020 : 3020 | New Year's Day | 239 | 1 | 1 | U2 | 336274 | 11054732 | 0.99 row 3021 : 3021 | Like A Song... | 239 | 1 | 1 | U2 | 287294 | 9365379 | 0.99 row 3022 : 3022 | Drowning Man | 239 | 1 | 1 | U2 | 254458 | 8457066 | 0.99 row 3023 : 3023 | The Refugee | 239 | 1 | 1 | U2 | 221283 | 7374043 | 0.99 row 3024 : 3024 | Two Hearts Beat As One | 239 | 1 | 1 | U2 | 243487 | 7998323 | 0.99 row 3025 : 3025 | Red Light | 239 | 1 | 1 | U2 | 225854 | 7453704 | 0.99 row 3026 : 3026 | Surrender | 239 | 1 | 1 | U2 | 333505 | 11221406 | 0.99 row 3027 : 3027 | "40" | 239 | 1 | 1 | U2 | 157962 | 5251767 | 0.99 row 3028 : 3028 | Zooropa | 240 | 1 | 1 | U2; Bono | 392359 | 12807979 | 0.99 row 3029 : 3029 | Babyface | 240 | 1 | 1 | U2; Bono | 241998 | 7942573 | 0.99 row 3030 : 3030 | Numb | 240 | 1 | 1 | U2; Edge, The | 260284 | 8577861 | 0.99 row 3031 : 3031 | Lemon | 240 | 1 | 1 | U2; Bono | 418324 | 13988878 | 0.99 row 3032 : 3032 | Stay (Faraway, So Close!) | 240 | 1 | 1 | U2; Bono | 298475 | 9785480 | 0.99 row 3033 : 3033 | Daddy's Gonna Pay For Your Crashed Car | 240 | 1 | 1 | U2; Bono | 320287 | 10609581 | 0.99 row 3034 : 3034 | Some Days Are Better Than Others | 240 | 1 | 1 | U2; Bono | 257436 | 8417690 | 0.99 row 3035 : 3035 | The First Time | 240 | 1 | 1 | U2; Bono | 225697 | 7247651 | 0.99 row 3036 : 3036 | Dirty Day | 240 | 1 | 1 | U2; Bono & Edge, The | 324440 | 10652877 | 0.99 row 3037 : 3037 | The Wanderer | 240 | 1 | 1 | U2; Bono | 283951 | 9258717 | 0.99 row 3038 : 3038 | Breakfast In Bed | 241 | 1 | 8 | | 196179 | 6513325 | 0.99 row 3039 : 3039 | Where Did I Go Wrong | 241 | 1 | 8 | | 226742 | 7485054 | 0.99 row 3040 : 3040 | I Would Do For You | 241 | 1 | 8 | | 334524 | 11193602 | 0.99 row 3041 : 3041 | Homely Girl | 241 | 1 | 8 | | 203833 | 6790788 | 0.99 row 3042 : 3042 | Here I Am (Come And Take Me) | 241 | 1 | 8 | | 242102 | 8106249 | 0.99 row 3043 : 3043 | Kingston Town | 241 | 1 | 8 | | 226951 | 7638236 | 0.99 row 3044 : 3044 | Wear You To The Ball | 241 | 1 | 8 | | 213342 | 7159527 | 0.99 row 3045 : 3045 | (I Can't Help) Falling In Love With You | 241 | 1 | 8 | | 207568 | 6905623 | 0.99 row 3046 : 3046 | Higher Ground | 241 | 1 | 8 | | 260179 | 8665244 | 0.99 row 3047 : 3047 | Bring Me Your Cup | 241 | 1 | 8 | | 341498 | 11346114 | 0.99 row 3048 : 3048 | C'est La Vie | 241 | 1 | 8 | | 270053 | 9031661 | 0.99 row 3049 : 3049 | Reggae Music | 241 | 1 | 8 | | 245106 | 8203931 | 0.99 row 3050 : 3050 | Superstition | 241 | 1 | 8 | | 319582 | 10728099 | 0.99 row 3051 : 3051 | Until My Dying Day | 241 | 1 | 8 | | 235807 | 7886195 | 0.99 row 3052 : 3052 | Where Have All The Good Times Gone? | 242 | 1 | 1 | Ray Davies | 186723 | 6063937 | 0.99 row 3053 : 3053 | Hang 'Em High | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 210259 | 6872314 | 0.99 row 3054 : 3054 | Cathedral | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 82860 | 2650998 | 0.99 row 3055 : 3055 | Secrets | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 206968 | 6803255 | 0.99 row 3056 : 3056 | Intruder | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 100153 | 3282142 | 0.99 row 3057 : 3057 | (Oh) Pretty Woman | 242 | 1 | 1 | Bill Dees/Roy Orbison | 174680 | 5665828 | 0.99 row 3058 : 3058 | Dancing In The Street | 242 | 1 | 1 | Ivy Jo Hunter/Marvin Gaye/William Stevenson | 225985 | 7461499 | 0.99 row 3059 : 3059 | Little Guitars (Intro) | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 42240 | 1439530 | 0.99 row 3060 : 3060 | Little Guitars | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 228806 | 7453043 | 0.99 row 3061 : 3061 | Big Bad Bill (Is Sweet William Now) | 242 | 1 | 1 | Jack Yellen/Milton Ager | 165146 | 5489609 | 0.99 row 3062 : 3062 | The Full Bug | 242 | 1 | 1 | Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony | 201116 | 6551013 | 0.99 row 3063 : 3063 | Happy Trails | 242 | 1 | 1 | Dale Evans | 65488 | 2111141 | 0.99 row 3064 : 3064 | Eruption | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 102164 | 3272891 | 0.99 row 3065 : 3065 | Ain't Talkin' 'bout Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 228336 | 7569506 | 0.99 row 3066 : 3066 | Runnin' With The Devil | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 215902 | 7061901 | 0.99 row 3067 : 3067 | Dance the Night Away | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 185965 | 6087433 | 0.99 row 3068 : 3068 | And the Cradle Will Rock... | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 213968 | 7011402 | 0.99 row 3069 : 3069 | Unchained | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony | 208953 | 6777078 | 0.99 row 3070 : 3070 | Jump | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 241711 | 7911090 | 0.99 row 3071 : 3071 | Panama | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, David Lee Roth | 211853 | 6921784 | 0.99 row 3072 : 3072 | Why Can't This Be Love | 243 | 1 | 1 | Van Halen | 227761 | 7457655 | 0.99 row 3073 : 3073 | Dreams | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 291813 | 9504119 | 0.99 row 3074 : 3074 | When It's Love | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 338991 | 11049966 | 0.99 row 3075 : 3075 | Poundcake | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 321854 | 10366978 | 0.99 row 3076 : 3076 | Right Now | 243 | 1 | 1 | Van Halen | 321828 | 10503352 | 0.99 row 3077 : 3077 | Can't Stop Loving You | 243 | 1 | 1 | Van Halen | 248502 | 8107896 | 0.99 row 3078 : 3078 | Humans Being | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar | 308950 | 10014683 | 0.99 row 3079 : 3079 | Can't Get This Stuff No More | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 315376 | 10355753 | 0.99 row 3080 : 3080 | Me Wise Magic | 243 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth | 366053 | 12013467 | 0.99 row 3081 : 3081 | Runnin' With The Devil | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 216032 | 7056863 | 0.99 row 3082 : 3082 | Eruption | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 102556 | 3286026 | 0.99 row 3083 : 3083 | You Really Got Me | 244 | 1 | 1 | Ray Davies | 158589 | 5194092 | 0.99 row 3084 : 3084 | Ain't Talkin' 'Bout Love | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 230060 | 7617284 | 0.99 row 3085 : 3085 | I'm The One | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 226507 | 7373922 | 0.99 row 3086 : 3086 | Jamie's Cryin' | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 210546 | 6946086 | 0.99 row 3087 : 3087 | Atomic Punk | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 182073 | 5908861 | 0.99 row 3088 : 3088 | Feel Your Love Tonight | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 222850 | 7293608 | 0.99 row 3089 : 3089 | Little Dreamer | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 203258 | 6648122 | 0.99 row 3090 : 3090 | Ice Cream Man | 244 | 1 | 1 | John Brim | 200306 | 6573145 | 0.99 row 3091 : 3091 | On Fire | 244 | 1 | 1 | Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth | 180636 | 5879235 | 0.99 row 3092 : 3092 | Neworld | 245 | 1 | 1 | Van Halen | 105639 | 3495897 | 0.99 row 3093 : 3093 | Without You | 245 | 1 | 1 | Van Halen | 390295 | 12619558 | 0.99 row 3094 : 3094 | One I Want | 245 | 1 | 1 | Van Halen | 330788 | 10743970 | 0.99 row 3095 : 3095 | From Afar | 245 | 1 | 1 | Van Halen | 324414 | 10524554 | 0.99 row 3096 : 3096 | Dirty Water Dog | 245 | 1 | 1 | Van Halen | 327392 | 10709202 | 0.99 row 3097 : 3097 | Once | 245 | 1 | 1 | Van Halen | 462837 | 15378082 | 0.99 row 3098 : 3098 | Fire in the Hole | 245 | 1 | 1 | Van Halen | 331728 | 10846768 | 0.99 row 3099 : 3099 | Josephina | 245 | 1 | 1 | Van Halen | 342491 | 11161521 | 0.99 row 3100 : 3100 | Year to the Day | 245 | 1 | 1 | Van Halen | 514612 | 16621333 | 0.99 row 3101 : 3101 | Primary | 245 | 1 | 1 | Van Halen | 86987 | 2812555 | 0.99 row 3102 : 3102 | Ballot or the Bullet | 245 | 1 | 1 | Van Halen | 342282 | 11212955 | 0.99 row 3103 : 3103 | How Many Say I | 245 | 1 | 1 | Van Halen | 363937 | 11716855 | 0.99 row 3104 : 3104 | Sucker Train Blues | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 267859 | 8738780 | 0.99 row 3105 : 3105 | Do It For The Kids | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 235911 | 7693331 | 0.99 row 3106 : 3106 | Big Machine | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 265613 | 8673442 | 0.99 row 3107 : 3107 | Illegal I Song | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 257750 | 8483347 | 0.99 row 3108 : 3108 | Spectacle | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 221701 | 7252876 | 0.99 row 3109 : 3109 | Fall To Pieces | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 270889 | 8823096 | 0.99 row 3110 : 3110 | Headspace | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 223033 | 7237986 | 0.99 row 3111 : 3111 | Superhuman | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 255921 | 8365328 | 0.99 row 3112 : 3112 | Set Me Free | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 247954 | 8053388 | 0.99 row 3113 : 3113 | You Got No Right | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 335412 | 10991094 | 0.99 row 3114 : 3114 | Slither | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 248398 | 8118785 | 0.99 row 3115 : 3115 | Dirty Little Thing | 246 | 1 | 1 | Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash | 237844 | 7732982 | 0.99 row 3116 : 3116 | Loving The Alien | 246 | 1 | 1 | Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash | 348786 | 11412762 | 0.99 row 3117 : 3117 | Pela Luz Dos Olhos Teus | 247 | 1 | 7 | | 119196 | 3905715 | 0.99 row 3118 : 3118 | A Bencao E Outros | 247 | 1 | 7 | | 421093 | 14234427 | 0.99 row 3119 : 3119 | Tudo Na Mais Santa Paz | 247 | 1 | 7 | | 222406 | 7426757 | 0.99 row 3120 : 3120 | O Velho E Aflor | 247 | 1 | 7 | | 275121 | 9126828 | 0.99 row 3121 : 3121 | Cotidiano N 2 | 247 | 1 | 7 | | 55902 | 1805797 | 0.99 row 3122 : 3122 | Adeus | 247 | 1 | 7 | | 221884 | 7259351 | 0.99 row 3123 : 3123 | Samba Pra Endrigo | 247 | 1 | 7 | | 259265 | 8823551 | 0.99 row 3124 : 3124 | So Por Amor | 247 | 1 | 7 | | 236591 | 7745764 | 0.99 row 3125 : 3125 | Meu Pranto Rolou | 247 | 1 | 7 | | 181760 | 6003345 | 0.99 row 3126 : 3126 | Mulher Carioca | 247 | 1 | 7 | | 191686 | 6395048 | 0.99 row 3127 : 3127 | Um Homem Chamado Alfredo | 247 | 1 | 7 | | 151640 | 4976227 | 0.99 row 3128 : 3128 | Samba Do Jato | 247 | 1 | 7 | | 220813 | 7357840 | 0.99 row 3129 : 3129 | Oi, La | 247 | 1 | 7 | | 167053 | 5562700 | 0.99 row 3130 : 3130 | Vinicius, Poeta Do Encontro | 247 | 1 | 7 | | 336431 | 10858776 | 0.99 row 3131 : 3131 | Soneto Da Separacao | 247 | 1 | 7 | | 193880 | 6277511 | 0.99 row 3132 : 3132 | Still Of The Night | 141 | 1 | 3 | Sykes | 398210 | 13043817 | 0.99 row 3133 : 3133 | Here I Go Again | 141 | 1 | 3 | Marsden | 233874 | 7652473 | 0.99 row 3134 : 3134 | Is This Love | 141 | 1 | 3 | Sykes | 283924 | 9262360 | 0.99 row 3135 : 3135 | Love Ain't No Stranger | 141 | 1 | 3 | Galley | 259395 | 8490428 | 0.99 row 3136 : 3136 | Looking For Love | 141 | 1 | 3 | Sykes | 391941 | 12769847 | 0.99 row 3137 : 3137 | Now You're Gone | 141 | 1 | 3 | Vandenberg | 251141 | 8162193 | 0.99 row 3138 : 3138 | Slide It In | 141 | 1 | 3 | Coverdale | 202475 | 6615152 | 0.99 row 3139 : 3139 | Slow An' Easy | 141 | 1 | 3 | Moody | 367255 | 11961332 | 0.99 row 3140 : 3140 | Judgement Day | 141 | 1 | 3 | Vandenberg | 317074 | 10326997 | 0.99 row 3141 : 3141 | You're Gonna Break My Hart Again | 141 | 1 | 3 | Sykes | 250853 | 8176847 | 0.99 row 3142 : 3142 | The Deeper The Love | 141 | 1 | 3 | Vandenberg | 262791 | 8606504 | 0.99 row 3143 : 3143 | Crying In The Rain | 141 | 1 | 3 | Coverdale | 337005 | 10931921 | 0.99 row 3144 : 3144 | Fool For Your Loving | 141 | 1 | 3 | Marsden/Moody | 250801 | 8129820 | 0.99 row 3145 : 3145 | Sweet Lady Luck | 141 | 1 | 3 | Vandenberg | 273737 | 8919163 | 0.99 row 3146 : 3146 | Faixa Amarela | 248 | 1 | 7 | Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho | 240692 | 8082036 | 0.99 row 3147 : 3147 | Posso Até Me Apaixonar | 248 | 1 | 7 | Dudu Nobre | 200698 | 6735526 | 0.99 row 3148 : 3148 | Não Sou Mais Disso | 248 | 1 | 7 | Jorge Aragão/Zeca Pagodinho | 225985 | 7613817 | 0.99 row 3149 : 3149 | Vivo Isolado Do Mundo | 248 | 1 | 7 | Alcides Dias Lopes | 180035 | 6073995 | 0.99 row 3150 : 3150 | Coração Em Desalinho | 248 | 1 | 7 | Mauro Diniz/Ratino Sigem | 185208 | 6225948 | 0.99 row 3151 : 3151 | Seu Balancê | 248 | 1 | 7 | Paulinho Rezende/Toninho Geraes | 219454 | 7311219 | 0.99 row 3152 : 3152 | Vai Adiar | 248 | 1 | 7 | Alcino Corrêa/Monarco | 270393 | 9134882 | 0.99 row 3153 : 3153 | Rugas | 248 | 1 | 7 | Augusto Garcez/Nelson Cavaquinho | 140930 | 4703182 | 0.99 row 3154 : 3154 | Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja | 248 | 1 | 7 | Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho | 107206 | 3593684 | 0.99 row 3155 : 3155 | Sem Essa de Malandro Agulha | 248 | 1 | 7 | Aldir Blanc/Jayme Vignoli | 158484 | 5332668 | 0.99 row 3156 : 3156 | Chico Não Vai na Corimba | 248 | 1 | 7 | Dudu Nobre/Zeca Pagodinho | 269374 | 9122188 | 0.99 row 3157 : 3157 | Papel Principal | 248 | 1 | 7 | Almir Guineto/Dedé Paraiso/Luverci Ernesto | 217495 | 7325302 | 0.99 row 3158 : 3158 | Saudade Louca | 248 | 1 | 7 | Acyr Marques/Arlindo Cruz/Franco | 243591 | 8136475 | 0.99 row 3159 : 3159 | Camarão que Dorme e Onda Leva | 248 | 1 | 7 | Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho | 299102 | 10012231 | 0.99 row 3160 : 3160 | Sapopemba e Maxambomba | 248 | 1 | 7 | Nei Lopes/Wilson Moreira | 245394 | 8268712 | 0.99 row 3161 : 3161 | Minha Fé | 248 | 1 | 7 | Murilão | 206994 | 6981474 | 0.99 row 3162 : 3162 | Lua de Ogum | 248 | 1 | 7 | Ratinho/Zeca Pagodinho | 168463 | 5719129 | 0.99 row 3163 : 3163 | Samba pras moças | 248 | 1 | 7 | Grazielle/Roque Ferreira | 152816 | 5121366 | 0.99 row 3164 : 3164 | Verdade | 248 | 1 | 7 | Carlinhos Santana/Nelson Rufino | 332826 | 11120708 | 0.99 row 3165 : 3165 | The Brig | 229 | 3 | 21 | | 2617325 | 488919543 | 1.99 row 3166 : 3166 | .07% | 228 | 3 | 21 | | 2585794 | 541715199 | 1.99 row 3167 : 3167 | Five Years Gone | 228 | 3 | 21 | | 2587712 | 530551890 | 1.99 row 3168 : 3168 | The Hard Part | 228 | 3 | 21 | | 2601017 | 475996611 | 1.99 row 3169 : 3169 | The Man Behind the Curtain | 229 | 3 | 21 | | 2615990 | 493951081 | 1.99 row 3170 : 3170 | Greatest Hits | 229 | 3 | 21 | | 2617117 | 522102916 | 1.99 row 3171 : 3171 | Landslide | 228 | 3 | 21 | | 2600725 | 518677861 | 1.99 row 3172 : 3172 | The Office: An American Workplace (Pilot) | 249 | 3 | 19 | | 1380833 | 290482361 | 1.99 row 3173 : 3173 | Diversity Day | 249 | 3 | 19 | | 1306416 | 257879716 | 1.99 row 3174 : 3174 | Health Care | 249 | 3 | 19 | | 1321791 | 260493577 | 1.99 row 3175 : 3175 | The Alliance | 249 | 3 | 19 | | 1317125 | 266203162 | 1.99 row 3176 : 3176 | Basketball | 249 | 3 | 19 | | 1323541 | 267464180 | 1.99 row 3177 : 3177 | Hot Girl | 249 | 3 | 19 | | 1325458 | 267836576 | 1.99 row 3178 : 3178 | The Dundies | 250 | 3 | 19 | | 1253541 | 246845576 | 1.99 row 3179 : 3179 | Sexual Harassment | 250 | 3 | 19 | | 1294541 | 273069146 | 1.99 row 3180 : 3180 | Office Olympics | 250 | 3 | 19 | | 1290458 | 256247623 | 1.99 row 3181 : 3181 | The Fire | 250 | 3 | 19 | | 1288166 | 266856017 | 1.99 row 3182 : 3182 | Halloween | 250 | 3 | 19 | | 1315333 | 249205209 | 1.99 row 3183 : 3183 | The Fight | 250 | 3 | 19 | | 1320028 | 277149457 | 1.99 row 3184 : 3184 | The Client | 250 | 3 | 19 | | 1299341 | 253836788 | 1.99 row 3185 : 3185 | Performance Review | 250 | 3 | 19 | | 1292458 | 256143822 | 1.99 row 3186 : 3186 | Email Surveillance | 250 | 3 | 19 | | 1328870 | 265101113 | 1.99 row 3187 : 3187 | Christmas Party | 250 | 3 | 19 | | 1282115 | 260891300 | 1.99 row 3188 : 3188 | Booze Cruise | 250 | 3 | 19 | | 1267958 | 252518021 | 1.99 row 3189 : 3189 | The Injury | 250 | 3 | 19 | | 1275275 | 253912762 | 1.99 row 3190 : 3190 | The Secret | 250 | 3 | 19 | | 1264875 | 253143200 | 1.99 row 3191 : 3191 | The Carpet | 250 | 3 | 19 | | 1264375 | 256477011 | 1.99 row 3192 : 3192 | Boys and Girls | 250 | 3 | 19 | | 1278333 | 255245729 | 1.99 row 3193 : 3193 | Valentine's Day | 250 | 3 | 19 | | 1270375 | 253552710 | 1.99 row 3194 : 3194 | Dwight's Speech | 250 | 3 | 19 | | 1278041 | 255001728 | 1.99 row 3195 : 3195 | Take Your Daughter to Work Day | 250 | 3 | 19 | | 1268333 | 253451012 | 1.99 row 3196 : 3196 | Michael's Birthday | 250 | 3 | 19 | | 1237791 | 247238398 | 1.99 row 3197 : 3197 | Drug Testing | 250 | 3 | 19 | | 1278625 | 244626927 | 1.99 row 3198 : 3198 | Conflict Resolution | 250 | 3 | 19 | | 1274583 | 253808658 | 1.99 row 3199 : 3199 | Casino Night - Season Finale | 250 | 3 | 19 | | 1712791 | 327642458 | 1.99 row 3200 : 3200 | Gay Witch Hunt | 251 | 3 | 19 | | 1326534 | 276942637 | 1.99 row 3201 : 3201 | The Convention | 251 | 3 | 19 | | 1297213 | 255117055 | 1.99 row 3202 : 3202 | The Coup | 251 | 3 | 19 | | 1276526 | 267205501 | 1.99 row 3203 : 3203 | Grief Counseling | 251 | 3 | 19 | | 1282615 | 256912833 | 1.99 row 3204 : 3204 | The Initiation | 251 | 3 | 19 | | 1280113 | 251728257 | 1.99 row 3205 : 3205 | Diwali | 251 | 3 | 19 | | 1279904 | 252726644 | 1.99 row 3206 : 3206 | Branch Closing | 251 | 3 | 19 | | 1822781 | 358761786 | 1.99 row 3207 : 3207 | The Merger | 251 | 3 | 19 | | 1801926 | 345960631 | 1.99 row 3208 : 3208 | The Convict | 251 | 3 | 22 | | 1273064 | 248863427 | 1.99 row 3209 : 3209 | A Benihana Christmas, Pts. 1 & 2 | 251 | 3 | 22 | | 2519436 | 515301752 | 1.99 row 3210 : 3210 | Back from Vacation | 251 | 3 | 22 | | 1271688 | 245378749 | 1.99 row 3211 : 3211 | Traveling Salesmen | 251 | 3 | 22 | | 1289039 | 250822697 | 1.99 row 3212 : 3212 | Producer's Cut: The Return | 251 | 3 | 22 | | 1700241 | 337219980 | 1.99 row 3213 : 3213 | Ben Franklin | 251 | 3 | 22 | | 1271938 | 264168080 | 1.99 row 3214 : 3214 | Phyllis's Wedding | 251 | 3 | 22 | | 1271521 | 258561054 | 1.99 row 3215 : 3215 | Business School | 251 | 3 | 22 | | 1302093 | 254402605 | 1.99 row 3216 : 3216 | Cocktails | 251 | 3 | 22 | | 1272522 | 259011909 | 1.99 row 3217 : 3217 | The Negotiation | 251 | 3 | 22 | | 1767851 | 371663719 | 1.99 row 3218 : 3218 | Safety Training | 251 | 3 | 22 | | 1271229 | 253054534 | 1.99 row 3219 : 3219 | Product Recall | 251 | 3 | 22 | | 1268268 | 251208610 | 1.99 row 3220 : 3220 | Women's Appreciation | 251 | 3 | 22 | | 1732649 | 338778844 | 1.99 row 3221 : 3221 | Beach Games | 251 | 3 | 22 | | 1676134 | 333671149 | 1.99 row 3222 : 3222 | The Job | 251 | 3 | 22 | | 2541875 | 501060138 | 1.99 row 3223 : 3223 | How to Stop an Exploding Man | 228 | 3 | 21 | | 2687103 | 487881159 | 1.99 row 3224 : 3224 | Through a Looking Glass | 229 | 3 | 21 | | 5088838 | 1059546140 | 1.99 row 3225 : 3225 | Your Time Is Gonna Come | 252 | 2 | 1 | Page, Jones | 310774 | 5126563 | 0.99 row 3226 : 3226 | Battlestar Galactica, Pt. 1 | 253 | 3 | 20 | | 2952702 | 541359437 | 1.99 row 3227 : 3227 | Battlestar Galactica, Pt. 2 | 253 | 3 | 20 | | 2956081 | 521387924 | 1.99 row 3228 : 3228 | Battlestar Galactica, Pt. 3 | 253 | 3 | 20 | | 2927802 | 554509033 | 1.99 row 3229 : 3229 | Lost Planet of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922547 | 537812711 | 1.99 row 3230 : 3230 | Lost Planet of the Gods, Pt. 2 | 253 | 3 | 20 | | 2914664 | 534343985 | 1.99 row 3231 : 3231 | The Lost Warrior | 253 | 3 | 20 | | 2920045 | 558872190 | 1.99 row 3232 : 3232 | The Long Patrol | 253 | 3 | 20 | | 2925008 | 513122217 | 1.99 row 3233 : 3233 | The Gun On Ice Planet Zero, Pt. 1 | 253 | 3 | 20 | | 2907615 | 540980196 | 1.99 row 3234 : 3234 | The Gun On Ice Planet Zero, Pt. 2 | 253 | 3 | 20 | | 2924341 | 546542281 | 1.99 row 3235 : 3235 | The Magnificent Warriors | 253 | 3 | 20 | | 2924716 | 570152232 | 1.99 row 3236 : 3236 | The Young Lords | 253 | 3 | 20 | | 2863571 | 587051735 | 1.99 row 3237 : 3237 | The Living Legend, Pt. 1 | 253 | 3 | 20 | | 2924507 | 503641007 | 1.99 row 3238 : 3238 | The Living Legend, Pt. 2 | 253 | 3 | 20 | | 2923298 | 515632754 | 1.99 row 3239 : 3239 | Fire In Space | 253 | 3 | 20 | | 2926593 | 536784757 | 1.99 row 3240 : 3240 | War of the Gods, Pt. 1 | 253 | 3 | 20 | | 2922630 | 505761343 | 1.99 row 3241 : 3241 | War of the Gods, Pt. 2 | 253 | 3 | 20 | | 2923381 | 487899692 | 1.99 row 3242 : 3242 | The Man With Nine Lives | 253 | 3 | 20 | | 2956998 | 577829804 | 1.99 row 3243 : 3243 | Murder On the Rising Star | 253 | 3 | 20 | | 2935894 | 551759986 | 1.99 row 3244 : 3244 | Greetings from Earth, Pt. 1 | 253 | 3 | 20 | | 2960293 | 536824558 | 1.99 row 3245 : 3245 | Greetings from Earth, Pt. 2 | 253 | 3 | 20 | | 2903778 | 527842860 | 1.99 row 3246 : 3246 | Baltar's Escape | 253 | 3 | 20 | | 2922088 | 525564224 | 1.99 row 3247 : 3247 | Experiment In Terra | 253 | 3 | 20 | | 2923548 | 547982556 | 1.99 row 3248 : 3248 | Take the Celestra | 253 | 3 | 20 | | 2927677 | 512381289 | 1.99 row 3249 : 3249 | The Hand of God | 253 | 3 | 20 | | 2924007 | 536583079 | 1.99 row 3250 : 3250 | Pilot | 254 | 3 | 19 | | 2484567 | 492670102 | 1.99 row 3251 : 3251 | Through the Looking Glass, Pt. 2 | 229 | 3 | 21 | | 2617117 | 550943353 | 1.99 row 3252 : 3252 | Through the Looking Glass, Pt. 1 | 229 | 3 | 21 | | 2610860 | 493211809 | 1.99 row 3253 : 3253 | Instant Karma | 255 | 2 | 9 | | 193188 | 3150090 | 0.99 row 3254 : 3254 | #9 Dream | 255 | 2 | 9 | | 278312 | 4506425 | 0.99 row 3255 : 3255 | Mother | 255 | 2 | 9 | | 287740 | 4656660 | 0.99 row 3256 : 3256 | Give Peace a Chance | 255 | 2 | 9 | | 274644 | 4448025 | 0.99 row 3257 : 3257 | Cold Turkey | 255 | 2 | 9 | | 281424 | 4556003 | 0.99 row 3258 : 3258 | Whatever Gets You Thru the Night | 255 | 2 | 9 | | 215084 | 3499018 | 0.99 row 3259 : 3259 | I'm Losing You | 255 | 2 | 9 | | 240719 | 3907467 | 0.99 row 3260 : 3260 | Gimme Some Truth | 255 | 2 | 9 | | 232778 | 3780807 | 0.99 row 3261 : 3261 | Oh, My Love | 255 | 2 | 9 | | 159473 | 2612788 | 0.99 row 3262 : 3262 | Imagine | 255 | 2 | 9 | | 192329 | 3136271 | 0.99 row 3263 : 3263 | Nobody Told Me | 255 | 2 | 9 | | 210348 | 3423395 | 0.99 row 3264 : 3264 | Jealous Guy | 255 | 2 | 9 | | 239094 | 3881620 | 0.99 row 3265 : 3265 | Working Class Hero | 255 | 2 | 9 | | 265449 | 4301430 | 0.99 row 3266 : 3266 | Power to the People | 255 | 2 | 9 | | 213018 | 3466029 | 0.99 row 3267 : 3267 | Imagine | 255 | 2 | 9 | | 219078 | 3562542 | 0.99 row 3268 : 3268 | Beautiful Boy | 255 | 2 | 9 | | 227995 | 3704642 | 0.99 row 3269 : 3269 | Isolation | 255 | 2 | 9 | | 156059 | 2558399 | 0.99 row 3270 : 3270 | Watching the Wheels | 255 | 2 | 9 | | 198645 | 3237063 | 0.99 row 3271 : 3271 | Grow Old With Me | 255 | 2 | 9 | | 149093 | 2447453 | 0.99 row 3272 : 3272 | Gimme Some Truth | 255 | 2 | 9 | | 187546 | 3060083 | 0.99 row 3273 : 3273 | [Just Like] Starting Over | 255 | 2 | 9 | | 215549 | 3506308 | 0.99 row 3274 : 3274 | God | 255 | 2 | 9 | | 260410 | 4221135 | 0.99 row 3275 : 3275 | Real Love | 255 | 2 | 9 | | 236911 | 3846658 | 0.99 row 3276 : 3276 | Sympton of the Universe | 256 | 2 | 1 | | 340890 | 5489313 | 0.99 row 3277 : 3277 | Snowblind | 256 | 2 | 1 | | 295960 | 4773171 | 0.99 row 3278 : 3278 | Black Sabbath | 256 | 2 | 1 | | 364180 | 5860455 | 0.99 row 3279 : 3279 | Fairies Wear Boots | 256 | 2 | 1 | | 392764 | 6315916 | 0.99 row 3280 : 3280 | War Pigs | 256 | 2 | 1 | | 515435 | 8270194 | 0.99 row 3281 : 3281 | The Wizard | 256 | 2 | 1 | | 282678 | 4561796 | 0.99 row 3282 : 3282 | N.I.B. | 256 | 2 | 1 | | 335248 | 5399456 | 0.99 row 3283 : 3283 | Sweet Leaf | 256 | 2 | 1 | | 354706 | 5709700 | 0.99 row 3284 : 3284 | Never Say Die | 256 | 2 | 1 | | 258343 | 4173799 | 0.99 row 3285 : 3285 | Sabbath, Bloody Sabbath | 256 | 2 | 1 | | 333622 | 5373633 | 0.99 row 3286 : 3286 | Iron Man/Children of the Grave | 256 | 2 | 1 | | 552308 | 8858616 | 0.99 row 3287 : 3287 | Paranoid | 256 | 2 | 1 | | 189171 | 3071042 | 0.99 row 3288 : 3288 | Rock You Like a Hurricane | 257 | 2 | 1 | | 255766 | 4300973 | 0.99 row 3289 : 3289 | No One Like You | 257 | 2 | 1 | | 240325 | 4050259 | 0.99 row 3290 : 3290 | The Zoo | 257 | 2 | 1 | | 332740 | 5550779 | 0.99 row 3291 : 3291 | Loving You Sunday Morning | 257 | 2 | 1 | | 339125 | 5654493 | 0.99 row 3292 : 3292 | Still Loving You | 257 | 2 | 1 | | 390674 | 6491444 | 0.99 row 3293 : 3293 | Big City Nights | 257 | 2 | 1 | | 251865 | 4237651 | 0.99 row 3294 : 3294 | Believe in Love | 257 | 2 | 1 | | 325774 | 5437651 | 0.99 row 3295 : 3295 | Rhythm of Love | 257 | 2 | 1 | | 231246 | 3902834 | 0.99 row 3296 : 3296 | I Can't Explain | 257 | 2 | 1 | | 205332 | 3482099 | 0.99 row 3297 : 3297 | Tease Me Please Me | 257 | 2 | 1 | | 287229 | 4811894 | 0.99 row 3298 : 3298 | Wind of Change | 257 | 2 | 1 | | 315325 | 5268002 | 0.99 row 3299 : 3299 | Send Me an Angel | 257 | 2 | 1 | | 273041 | 4581492 | 0.99 row 3300 : 3300 | Jump Around | 258 | 1 | 17 | E. Schrody/L. Muggerud | 217835 | 8715653 | 0.99 row 3301 : 3301 | Salutations | 258 | 1 | 17 | E. Schrody/L. Dimant | 69120 | 2767047 | 0.99 row 3302 : 3302 | Put Your Head Out | 258 | 1 | 17 | E. Schrody/L. Freese/L. Muggerud | 182230 | 7291473 | 0.99 row 3303 : 3303 | Top O' The Morning To Ya | 258 | 1 | 17 | E. Schrody/L. Dimant | 216633 | 8667599 | 0.99 row 3304 : 3304 | Commercial 1 | 258 | 1 | 17 | L. Muggerud | 7941 | 319888 | 0.99 row 3305 : 3305 | House And The Rising Sun | 258 | 1 | 17 | E. Schrody/J. Vasquez/L. Dimant | 219402 | 8778369 | 0.99 row 3306 : 3306 | Shamrocks And Shenanigans | 258 | 1 | 17 | E. Schrody/L. Dimant | 218331 | 8735518 | 0.99 row 3307 : 3307 | House Of Pain Anthem | 258 | 1 | 17 | E. Schrody/L. Dimant | 155611 | 6226713 | 0.99 row 3308 : 3308 | Danny Boy, Danny Boy | 258 | 1 | 17 | E. Schrody/L. Muggerud | 114520 | 4583091 | 0.99 row 3309 : 3309 | Guess Who's Back | 258 | 1 | 17 | E. Schrody/L. Muggerud | 238393 | 9537994 | 0.99 row 3310 : 3310 | Commercial 2 | 258 | 1 | 17 | L. Muggerud | 21211 | 850698 | 0.99 row 3311 : 3311 | Put On Your Shit Kickers | 258 | 1 | 17 | E. Schrody/L. Muggerud | 190432 | 7619569 | 0.99 row 3312 : 3312 | Come And Get Some Of This | 258 | 1 | 17 | E. Schrody/L. Muggerud/R. Medrano | 170475 | 6821279 | 0.99 row 3313 : 3313 | Life Goes On | 258 | 1 | 17 | E. Schrody/R. Medrano | 163030 | 6523458 | 0.99 row 3314 : 3314 | One For The Road | 258 | 1 | 17 | E. Schrody/L. Dimant/L. Muggerud | 170213 | 6810820 | 0.99 row 3315 : 3315 | Feel It | 258 | 1 | 17 | E. Schrody/R. Medrano | 239908 | 9598588 | 0.99 row 3316 : 3316 | All My Love | 258 | 1 | 17 | E. Schrody/L. Dimant | 200620 | 8027065 | 0.99 row 3317 : 3317 | Jump Around (Pete Rock Remix) | 258 | 1 | 17 | E. Schrody/L. Muggerud | 236120 | 9447101 | 0.99 row 3318 : 3318 | Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix) | 258 | 1 | 17 | E. Schrody/L. Dimant | 237035 | 9483705 | 0.99 row 3319 : 3319 | Instinto Colectivo | 259 | 1 | 15 | | 300564 | 12024875 | 0.99 row 3320 : 3320 | Chapa o Coco | 259 | 1 | 15 | | 143830 | 5755478 | 0.99 row 3321 : 3321 | Prostituta | 259 | 1 | 15 | | 359000 | 14362307 | 0.99 row 3322 : 3322 | Eu So Queria Sumir | 259 | 1 | 15 | | 269740 | 10791921 | 0.99 row 3323 : 3323 | Tres Reis | 259 | 1 | 15 | | 304143 | 12168015 | 0.99 row 3324 : 3324 | Um Lugar ao Sol | 259 | 1 | 15 | | 212323 | 8495217 | 0.99 row 3325 : 3325 | Batalha Naval | 259 | 1 | 15 | | 285727 | 11431382 | 0.99 row 3326 : 3326 | Todo o Carnaval tem seu Fim | 259 | 1 | 15 | | 237426 | 9499371 | 0.99 row 3327 : 3327 | O Misterio do Samba | 259 | 1 | 15 | | 226142 | 9047970 | 0.99 row 3328 : 3328 | Armadura | 259 | 1 | 15 | | 232881 | 9317533 | 0.99 row 3329 : 3329 | Na Ladeira | 259 | 1 | 15 | | 221570 | 8865099 | 0.99 row 3330 : 3330 | Carimbo | 259 | 1 | 15 | | 328751 | 13152314 | 0.99 row 3331 : 3331 | Catimbo | 259 | 1 | 15 | | 254484 | 10181692 | 0.99 row 3332 : 3332 | Funk de Bamba | 259 | 1 | 15 | | 237322 | 9495184 | 0.99 row 3333 : 3333 | Chega no Suingue | 259 | 1 | 15 | | 221805 | 8874509 | 0.99 row 3334 : 3334 | Mun-Ra | 259 | 1 | 15 | | 274651 | 10988338 | 0.99 row 3335 : 3335 | Freestyle Love | 259 | 1 | 15 | | 318484 | 12741680 | 0.99 row 3336 : 3336 | War Pigs | 260 | 4 | 23 | | 234013 | 8052374 | 0.99 row 3337 : 3337 | Past, Present, and Future | 261 | 3 | 21 | | 2492867 | 490796184 | 1.99 row 3338 : 3338 | The Beginning of the End | 261 | 3 | 21 | | 2611903 | 526865050 | 1.99 row 3339 : 3339 | LOST Season 4 Trailer | 261 | 3 | 21 | | 112712 | 20831818 | 1.99 row 3340 : 3340 | LOST In 8:15 | 261 | 3 | 21 | | 497163 | 98460675 | 1.99 row 3341 : 3341 | Confirmed Dead | 261 | 3 | 21 | | 2611986 | 512168460 | 1.99 row 3342 : 3342 | The Economist | 261 | 3 | 21 | | 2609025 | 516934914 | 1.99 row 3343 : 3343 | Eggtown | 261 | 3 | 19 | | 2608817 | 501061240 | 1.99 row 3344 : 3344 | The Constant | 261 | 3 | 21 | | 2611569 | 520209363 | 1.99 row 3345 : 3345 | The Other Woman | 261 | 3 | 21 | | 2605021 | 513246663 | 1.99 row 3346 : 3346 | Ji Yeon | 261 | 3 | 19 | | 2588797 | 506458858 | 1.99 row 3347 : 3347 | Meet Kevin Johnson | 261 | 3 | 19 | | 2612028 | 504132981 | 1.99 row 3348 : 3348 | The Shape of Things to Come | 261 | 3 | 21 | | 2591299 | 502284266 | 1.99 row 3349 : 3349 | Amanda | 262 | 5 | 2 | Luca Gusella | 246503 | 4011615 | 0.99 row 3350 : 3350 | Despertar | 262 | 5 | 2 | Andrea Dulbecco | 307385 | 4821485 | 0.99 row 3351 : 3351 | Din Din Wo (Little Child) | 263 | 5 | 16 | Habib Koité | 285837 | 4615841 | 0.99 row 3352 : 3352 | Distance | 264 | 5 | 15 | Karsh Kale/Vishal Vaid | 327122 | 5327463 | 0.99 row 3353 : 3353 | I Guess You're Right | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 212044 | 3453849 | 0.99 row 3354 : 3354 | I Ka Barra (Your Work) | 263 | 5 | 16 | Habib Koité | 300605 | 4855457 | 0.99 row 3355 : 3355 | Love Comes | 265 | 5 | 1 | Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris | 199923 | 3240609 | 0.99 row 3356 : 3356 | Muita Bobeira | 266 | 5 | 7 | Luciana Souza | 172710 | 2775071 | 0.99 row 3357 : 3357 | OAM's Blues | 267 | 5 | 2 | Aaron Goldberg | 266936 | 4292028 | 0.99 row 3358 : 3358 | One Step Beyond | 264 | 5 | 15 | Karsh Kale | 366085 | 6034098 | 0.99 row 3359 : 3359 | Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace | 268 | 5 | 24 | Ludwig van Beethoven | 356426 | 5817216 | 0.99 row 3360 : 3360 | Something Nice Back Home | 261 | 3 | 21 | | 2612779 | 484711353 | 1.99 row 3361 : 3361 | Cabin Fever | 261 | 3 | 21 | | 2612028 | 477733942 | 1.99 row 3362 : 3362 | There's No Place Like Home, Pt. 1 | 261 | 3 | 21 | | 2609526 | 522919189 | 1.99 row 3363 : 3363 | There's No Place Like Home, Pt. 2 | 261 | 3 | 21 | | 2497956 | 523748920 | 1.99 row 3364 : 3364 | There's No Place Like Home, Pt. 3 | 261 | 3 | 21 | | 2582957 | 486161766 | 1.99 row 3365 : 3365 | Say Hello 2 Heaven | 269 | 2 | 23 | | 384497 | 6477217 | 0.99 row 3366 : 3366 | Reach Down | 269 | 2 | 23 | | 672773 | 11157785 | 0.99 row 3367 : 3367 | Hunger Strike | 269 | 2 | 23 | | 246292 | 4233212 | 0.99 row 3368 : 3368 | Pushin Forward Back | 269 | 2 | 23 | | 225278 | 3892066 | 0.99 row 3369 : 3369 | Call Me a Dog | 269 | 2 | 23 | | 304458 | 5177612 | 0.99 row 3370 : 3370 | Times of Trouble | 269 | 2 | 23 | | 342539 | 5795951 | 0.99 row 3371 : 3371 | Wooden Jesus | 269 | 2 | 23 | | 250565 | 4302603 | 0.99 row 3372 : 3372 | Your Savior | 269 | 2 | 23 | | 244226 | 4199626 | 0.99 row 3373 : 3373 | Four Walled World | 269 | 2 | 23 | | 414474 | 6964048 | 0.99 row 3374 : 3374 | All Night Thing | 269 | 2 | 23 | | 231803 | 3997982 | 0.99 row 3375 : 3375 | No Such Thing | 270 | 2 | 23 | Chris Cornell | 224837 | 3691272 | 0.99 row 3376 : 3376 | Poison Eye | 270 | 2 | 23 | Chris Cornell | 237120 | 3890037 | 0.99 row 3377 : 3377 | Arms Around Your Love | 270 | 2 | 23 | Chris Cornell | 214016 | 3516224 | 0.99 row 3378 : 3378 | Safe and Sound | 270 | 2 | 23 | Chris Cornell | 256764 | 4207769 | 0.99 row 3379 : 3379 | She'll Never Be Your Man | 270 | 2 | 23 | Chris Cornell | 204078 | 3355715 | 0.99 row 3380 : 3380 | Ghosts | 270 | 2 | 23 | Chris Cornell | 231547 | 3799745 | 0.99 row 3381 : 3381 | Killing Birds | 270 | 2 | 23 | Chris Cornell | 218498 | 3588776 | 0.99 row 3382 : 3382 | Billie Jean | 270 | 2 | 23 | Michael Jackson | 281401 | 4606408 | 0.99 row 3383 : 3383 | Scar On the Sky | 270 | 2 | 23 | Chris Cornell | 220193 | 3616618 | 0.99 row 3384 : 3384 | Your Soul Today | 270 | 2 | 23 | Chris Cornell | 205959 | 3385722 | 0.99 row 3385 : 3385 | Finally Forever | 270 | 2 | 23 | Chris Cornell | 217035 | 3565098 | 0.99 row 3386 : 3386 | Silence the Voices | 270 | 2 | 23 | Chris Cornell | 267376 | 4379597 | 0.99 row 3387 : 3387 | Disappearing Act | 270 | 2 | 23 | Chris Cornell | 273320 | 4476203 | 0.99 row 3388 : 3388 | You Know My Name | 270 | 2 | 23 | Chris Cornell | 240255 | 3940651 | 0.99 row 3389 : 3389 | Revelations | 271 | 2 | 23 | | 252376 | 4111051 | 0.99 row 3390 : 3390 | One and the Same | 271 | 2 | 23 | | 217732 | 3559040 | 0.99 row 3391 : 3391 | Sound of a Gun | 271 | 2 | 23 | | 260154 | 4234990 | 0.99 row 3392 : 3392 | Until We Fall | 271 | 2 | 23 | | 230758 | 3766605 | 0.99 row 3393 : 3393 | Original Fire | 271 | 2 | 23 | | 218916 | 3577821 | 0.99 row 3394 : 3394 | Broken City | 271 | 2 | 23 | | 228366 | 3728955 | 0.99 row 3395 : 3395 | Somedays | 271 | 2 | 23 | | 213831 | 3497176 | 0.99 row 3396 : 3396 | Shape of Things to Come | 271 | 2 | 23 | | 274597 | 4465399 | 0.99 row 3397 : 3397 | Jewel of the Summertime | 271 | 2 | 23 | | 233242 | 3806103 | 0.99 row 3398 : 3398 | Wide Awake | 271 | 2 | 23 | | 266308 | 4333050 | 0.99 row 3399 : 3399 | Nothing Left to Say But Goodbye | 271 | 2 | 23 | | 213041 | 3484335 | 0.99 row 3400 : 3400 | Moth | 271 | 2 | 23 | | 298049 | 4838884 | 0.99 row 3401 : 3401 | Show Me How to Live (Live at the Quart Festival) | 271 | 2 | 23 | | 301974 | 4901540 | 0.99 row 3402 : 3402 | Band Members Discuss Tracks from "Revelations" | 271 | 3 | 23 | | 294294 | 61118891 | 0.99 row 3403 : 3403 | Intoitus: Adorate Deum | 272 | 2 | 24 | Anonymous | 245317 | 4123531 | 0.99 row 3404 : 3404 | Miserere mei, Deus | 273 | 2 | 24 | Gregorio Allegri | 501503 | 8285941 | 0.99 row 3405 : 3405 | Canon and Gigue in D Major: I. Canon | 274 | 2 | 24 | Johann Pachelbel | 271788 | 4438393 | 0.99 row 3406 : 3406 | Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro | 275 | 2 | 24 | Antonio Vivaldi | 199086 | 3347810 | 0.99 row 3407 : 3407 | Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace | 276 | 2 | 24 | Johann Sebastian Bach | 193722 | 3192890 | 0.99 row 3408 : 3408 | Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria | 277 | 2 | 24 | Johann Sebastian Bach | 120463 | 2081895 | 0.99 row 3409 : 3409 | Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude | 278 | 2 | 24 | Johann Sebastian Bach | 143288 | 2315495 | 0.99 row 3410 : 3410 | The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound | 279 | 2 | 24 | George Frideric Handel | 582029 | 9553140 | 0.99 row 3411 : 3411 | Solomon HWV 67: The Arrival of the Queen of Sheba | 280 | 2 | 24 | George Frideric Handel | 197135 | 3247914 | 0.99 row 3412 : 3412 | "Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro | 281 | 2 | 24 | Wolfgang Amadeus Mozart | 348971 | 5760129 | 0.99 row 3413 : 3413 | Concerto for Clarinet in A Major, K. 622: II. Adagio | 282 | 2 | 24 | Wolfgang Amadeus Mozart | 394482 | 6474980 | 0.99 row 3414 : 3414 | Symphony No. 104 in D Major "London": IV. Finale: Spiritoso | 283 | 4 | 24 | Franz Joseph Haydn | 306687 | 10085867 | 0.99 row 3415 : 3415 | Symphony No.5 in C Minor: I. Allegro con brio | 284 | 2 | 24 | Ludwig van Beethoven | 392462 | 6419730 | 0.99 row 3416 : 3416 | Ave Maria | 285 | 2 | 24 | Franz Schubert | 338243 | 5605648 | 0.99 row 3417 : 3417 | Nabucco: Chorus, "Va, Pensiero, Sull'ali Dorate" | 286 | 2 | 24 | Giuseppe Verdi | 274504 | 4498583 | 0.99 row 3418 : 3418 | Die Walküre: The Ride of the Valkyries | 287 | 2 | 24 | Richard Wagner | 189008 | 3114209 | 0.99 row 3419 : 3419 | Requiem, Op.48: 4. Pie Jesu | 288 | 2 | 24 | Gabriel Fauré | 258924 | 4314850 | 0.99 row 3420 : 3420 | The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy | 289 | 2 | 24 | Peter Ilyich Tchaikovsky | 304226 | 5184289 | 0.99 row 3421 : 3421 | Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma" | 290 | 2 | 24 | Edward Elgar | 250031 | 4124707 | 0.99 row 3422 : 3422 | Madama Butterfly: Un Bel Dì Vedremo | 291 | 2 | 24 | Giacomo Puccini | 277639 | 4588197 | 0.99 row 3423 : 3423 | Jupiter, the Bringer of Jollity | 292 | 2 | 24 | Gustav Holst | 522099 | 8547876 | 0.99 row 3424 : 3424 | Turandot, Act III, Nessun dorma! | 293 | 2 | 24 | Giacomo Puccini | 176911 | 2920890 | 0.99 row 3425 : 3425 | Adagio for Strings from the String Quartet, Op. 11 | 294 | 2 | 24 | Samuel Barber | 596519 | 9585597 | 0.99 row 3426 : 3426 | Carmina Burana: O Fortuna | 295 | 2 | 24 | Carl Orff | 156710 | 2630293 | 0.99 row 3427 : 3427 | Fanfare for the Common Man | 296 | 2 | 24 | Aaron Copland | 198064 | 3211245 | 0.99 row 3428 : 3428 | Branch Closing | 251 | 3 | 22 | | 1814855 | 360331351 | 1.99 row 3429 : 3429 | The Return | 251 | 3 | 22 | | 1705080 | 343877320 | 1.99 row 3430 : 3430 | Toccata and Fugue in D Minor, BWV 565: I. Toccata | 297 | 2 | 24 | Johann Sebastian Bach | 153901 | 2649938 | 0.99 row 3431 : 3431 | Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio | 298 | 2 | 24 | Sergei Prokofiev | 254001 | 4195542 | 0.99 row 3432 : 3432 | Scheherazade, Op. 35: I. The Sea and Sindbad's Ship | 299 | 2 | 24 | Nikolai Rimsky-Korsakov | 545203 | 8916313 | 0.99 row 3433 : 3433 | Concerto No.2 in F Major, BWV1047, I. Allegro | 300 | 2 | 24 | Johann Sebastian Bach | 307244 | 5064553 | 0.99 row 3434 : 3434 | Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto | 301 | 2 | 24 | Frédéric Chopin | 560342 | 9160082 | 0.99 row 3435 : 3435 | Cavalleria Rusticana Act Intermezzo Sinfonico | 302 | 2 | 24 | Pietro Mascagni | 243436 | 4001276 | 0.99 row 3436 : 3436 | Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto) | 303 | 2 | 24 | Jean Sibelius | 406000 | 5908455 | 0.99 row 3437 : 3437 | Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto | 304 | 2 | 24 | Ludwig van Beethoven | 391000 | 6318740 | 0.99 row 3438 : 3438 | Fantasia On Greensleeves | 280 | 2 | 24 | Ralph Vaughan Williams | 268066 | 4513190 | 0.99 row 3439 : 3439 | Das Lied Von Der Erde, Von Der Jugend | 305 | 2 | 24 | Gustav Mahler | 223583 | 3700206 | 0.99 row 3440 : 3440 | Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato | 306 | 2 | 24 | Edward Elgar | 483133 | 7865479 | 0.99 row 3441 : 3441 | Two Fanfares for Orchestra: II. Short Ride in a Fast Machine | 307 | 2 | 24 | John Adams | 254930 | 4310896 | 0.99 row 3442 : 3442 | Wellington's Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph | 308 | 2 | 24 | Ludwig van Beethoven | 412000 | 6965201 | 0.99 row 3443 : 3443 | Missa Papae Marcelli: Kyrie | 309 | 2 | 24 | Giovanni Pierluigi da Palestrina | 240666 | 4244149 | 0.99 row 3444 : 3444 | Romeo et Juliette: No. 11 - Danse des Chevaliers | 310 | 2 | 24 | | 275015 | 4519239 | 0.99 row 3445 : 3445 | On the Beautiful Blue Danube | 311 | 2 | 24 | Johann Strauss II | 526696 | 8610225 | 0.99 row 3446 : 3446 | Symphonie Fantastique, Op. 14: V. Songe d'une nuit du sabbat | 312 | 2 | 24 | Hector Berlioz | 561967 | 9173344 | 0.99 row 3447 : 3447 | Carmen: Overture | 313 | 2 | 24 | Georges Bizet | 132932 | 2189002 | 0.99 row 3448 : 3448 | Lamentations of Jeremiah, First Set Incipit Lamentatio | 314 | 2 | 24 | Thomas Tallis | 69194 | 1208080 | 0.99 row 3449 : 3449 | Music for the Royal Fireworks, HWV351 (1749): La Réjouissance | 315 | 2 | 24 | George Frideric Handel | 120000 | 2193734 | 0.99 row 3450 : 3450 | Peer Gynt Suite No.1, Op.46: 1. Morning Mood | 316 | 2 | 24 | Edvard Grieg | 253422 | 4298769 | 0.99 row 3451 : 3451 | Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze" | 317 | 2 | 25 | Wolfgang Amadeus Mozart | 174813 | 2861468 | 0.99 row 3452 : 3452 | SCRIABIN: Prelude in B Major, Op. 11, No. 11 | 318 | 4 | 24 | | 101293 | 3819535 | 0.99 row 3453 : 3453 | Pavan, Lachrimae Antiquae | 319 | 2 | 24 | John Dowland | 253281 | 4211495 | 0.99 row 3454 : 3454 | Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro | 320 | 2 | 24 | Wolfgang Amadeus Mozart | 362933 | 6173269 | 0.99 row 3455 : 3455 | Rehab | 321 | 2 | 14 | | 213240 | 3416878 | 0.99 row 3456 : 3456 | You Know I'm No Good | 321 | 2 | 14 | | 256946 | 4133694 | 0.99 row 3457 : 3457 | Me & Mr. Jones | 321 | 2 | 14 | | 151706 | 2449438 | 0.99 row 3458 : 3458 | Just Friends | 321 | 2 | 14 | | 191933 | 3098906 | 0.99 row 3459 : 3459 | Back to Black | 321 | 2 | 14 | Mark Ronson | 240320 | 3852953 | 0.99 row 3460 : 3460 | Love Is a Losing Game | 321 | 2 | 14 | | 154386 | 2509409 | 0.99 row 3461 : 3461 | Tears Dry On Their Own | 321 | 2 | 14 | Nickolas Ashford & Valerie Simpson | 185293 | 2996598 | 0.99 row 3462 : 3462 | Wake Up Alone | 321 | 2 | 14 | Paul O'duffy | 221413 | 3576773 | 0.99 row 3463 : 3463 | Some Unholy War | 321 | 2 | 14 | | 141520 | 2304465 | 0.99 row 3464 : 3464 | He Can Only Hold Her | 321 | 2 | 14 | Richard Poindexter & Robert Poindexter | 166680 | 2666531 | 0.99 row 3465 : 3465 | You Know I'm No Good (feat. Ghostface Killah) | 321 | 2 | 14 | | 202320 | 3260658 | 0.99 row 3466 : 3466 | Rehab (Hot Chip Remix) | 321 | 2 | 14 | | 418293 | 6670600 | 0.99 row 3467 : 3467 | Intro / Stronger Than Me | 322 | 2 | 9 | | 234200 | 3832165 | 0.99 row 3468 : 3468 | You Sent Me Flying / Cherry | 322 | 2 | 9 | | 409906 | 6657517 | 0.99 row 3469 : 3469 | F**k Me Pumps | 322 | 2 | 9 | Salaam Remi | 200253 | 3324343 | 0.99 row 3470 : 3470 | I Heard Love Is Blind | 322 | 2 | 9 | | 129666 | 2190831 | 0.99 row 3471 : 3471 | (There Is) No Greater Love (Teo Licks) | 322 | 2 | 9 | Isham Jones & Marty Symes | 167933 | 2773507 | 0.99 row 3472 : 3472 | In My Bed | 322 | 2 | 9 | Salaam Remi | 315960 | 5211774 | 0.99 row 3473 : 3473 | Take the Box | 322 | 2 | 9 | Luke Smith | 199160 | 3281526 | 0.99 row 3474 : 3474 | October Song | 322 | 2 | 9 | Matt Rowe & Stefan Skarbek | 204846 | 3358125 | 0.99 row 3475 : 3475 | What Is It About Men | 322 | 2 | 9 | Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole | 209573 | 3426106 | 0.99 row 3476 : 3476 | Help Yourself | 322 | 2 | 9 | Freddy James, Jimmy hogarth & Larry Stock | 300884 | 5029266 | 0.99 row 3477 : 3477 | Amy Amy Amy (Outro) | 322 | 2 | 9 | Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek | 663426 | 10564704 | 0.99 row 3478 : 3478 | Slowness | 323 | 2 | 23 | | 215386 | 3644793 | 0.99 row 3479 : 3479 | Prometheus Overture, Op. 43 | 324 | 4 | 24 | Ludwig van Beethoven | 339567 | 10887931 | 0.99 row 3480 : 3480 | Sonata for Solo Violin: IV: Presto | 325 | 4 | 24 | Béla Bartók | 299350 | 9785346 | 0.99 row 3481 : 3481 | A Midsummer Night's Dream, Op.61 Incidental Music: No.7 Notturno | 326 | 2 | 24 | | 387826 | 6497867 | 0.99 row 3482 : 3482 | Suite No. 3 in D, BWV 1068: III. Gavotte I & II | 327 | 2 | 24 | Johann Sebastian Bach | 225933 | 3847164 | 0.99 row 3483 : 3483 | Concert pour 4 Parties de V**les, H. 545: I. Prelude | 328 | 2 | 24 | Marc-Antoine Charpentier | 110266 | 1973559 | 0.99 row 3484 : 3484 | Adios nonino | 329 | 2 | 24 | Astor Piazzolla | 289388 | 4781384 | 0.99 row 3485 : 3485 | Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" Lento E Largo - Tranquillissimo | 330 | 2 | 24 | Henryk Górecki | 567494 | 9273123 | 0.99 row 3486 : 3486 | Act IV, Symphony | 331 | 2 | 24 | Henry Purcell | 364296 | 5987695 | 0.99 row 3487 : 3487 | 3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux | 332 | 2 | 24 | Erik Satie | 385506 | 6458501 | 0.99 row 3488 : 3488 | Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts" | 333 | 2 | 24 | Henry Purcell | 142081 | 2365930 | 0.99 row 3489 : 3489 | Symphony No. 2: III. Allegro vivace | 334 | 2 | 24 | Kurt Weill | 376510 | 6129146 | 0.99 row 3490 : 3490 | Partita in E Major, BWV 1006A: I. Prelude | 335 | 2 | 24 | Johann Sebastian Bach | 285673 | 4744929 | 0.99 row 3491 : 3491 | Le Sacre Du Printemps: I.iv. Spring Rounds | 336 | 2 | 24 | Igor Stravinsky | 234746 | 4072205 | 0.99 row 3492 : 3492 | Sing Joyfully | 314 | 2 | 24 | William Byrd | 133768 | 2256484 | 0.99 row 3493 : 3493 | Metopes, Op. 29: Calypso | 337 | 2 | 24 | Karol Szymanowski | 333669 | 5548755 | 0.99 row 3494 : 3494 | Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico | 338 | 2 | 24 | Carl Nielsen | 286998 | 4834785 | 0.99 row 3495 : 3495 | 24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor | 339 | 2 | 24 | Niccolò Paganini | 265541 | 4371533 | 0.99 row 3496 : 3496 | Étude 1, In C Major - Preludio (Presto) - Liszt | 340 | 4 | 24 | | 51780 | 2229617 | 0.99 row 3497 : 3497 | Erlkonig, D.328 | 341 | 2 | 24 | | 261849 | 4307907 | 0.99 row 3498 : 3498 | Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro | 342 | 4 | 24 | Pietro Antonio Locatelli | 493573 | 16454937 | 0.99 row 3499 : 3499 | Pini Di Roma (Pinien Von Rom) I Pini Della Via Appia | 343 | 2 | 24 | | 286741 | 4718950 | 0.99 row 3500 : 3500 | String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai | 344 | 2 | 24 | Franz Schubert | 139200 | 2283131 | 0.99 row 3501 : 3501 | L'orfeo, Act 3, Sinfonia (Orchestra) | 345 | 2 | 24 | Claudio Monteverdi | 66639 | 1189062 | 0.99 row 3502 : 3502 | Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro | 346 | 2 | 24 | Wolfgang Amadeus Mozart | 221331 | 3665114 | 0.99 row 3503 : 3503 | Koyaanisqatsi | 347 | 2 | 10 | Philip Glass | 206005 | 3305164 | 0.99
col : Title row 1 : Greatest Hits
SELECT customer_phone FROM available_policies
[ "Available_Policies" ]
[ "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}" ]
{"columns":["Customer_Phone"],"index":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"data":[["+16(2)5838999222"],["242.763.9214"],["1-416-503-7735x94204"],["(777)537-7792"],["1-446-940-9907x257"],["(379)862-8274x12620"],["+85(6)1302858396"],["1-797-927-3585x9321"],["991.642.6485x822"],["813.178.8211x557"],["889-572-0609x552"],["1-138-841-3073"],["1-381-132-0127x3801"],["00481937923"],["405.090.8654x021"]]}
SELECT customer_phone FROM available_policies <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021
col : Customer_Phone row 1 : +16(2)5838999222 row 2 : 242.763.9214 row 3 : 1-416-503-7735x94204 row 4 : (777)537-7792 row 5 : 1-446-940-9907x257 row 6 : (379)862-8274x12620 row 7 : +85(6)1302858396 row 8 : 1-797-927-3585x9321 row 9 : 991.642.6485x822 row 10 : 813.178.8211x557 row 11 : 889-572-0609x552 row 12 : 1-138-841-3073 row 13 : 1-381-132-0127x3801 row 14 : 00481937923 row 15 : 405.090.8654x021
SELECT customer_phone FROM available_policies WHERE policy_type_code = "Life Insurance"
[ "Available_Policies" ]
[ "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}" ]
{"columns":["Customer_Phone"],"index":[0,1,2,3],"data":[["+16(2)5838999222"],["991.642.6485x822"],["889-572-0609x552"],["1-138-841-3073"]]}
SELECT customer_phone FROM available_policies WHERE policy_type_code = "Life Insurance" <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021
col : Customer_Phone row 1 : +16(2)5838999222 row 2 : 991.642.6485x822 row 3 : 889-572-0609x552 row 4 : 1-138-841-3073
SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1
[ "Available_Policies" ]
[ "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}" ]
{"columns":["policy_type_code"],"index":[0],"data":[["Mortgage Insurance"]]}
SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1 <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021
col : policy_type_code row 1 : Mortgage Insurance
SELECT customer_phone FROM available_policies WHERE policy_type_code = (SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1)
[ "Available_Policies" ]
[ "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}" ]
{"columns":["Customer_Phone"],"index":[0,1,2,3,4],"data":[["1-446-940-9907x257"],["(379)862-8274x12620"],["+85(6)1302858396"],["1-381-132-0127x3801"],["00481937923"]]}
SELECT customer_phone FROM available_policies WHERE policy_type_code = (SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1) <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021
col : Customer_Phone row 1 : 1-446-940-9907x257 row 2 : (379)862-8274x12620 row 3 : +85(6)1302858396 row 4 : 1-381-132-0127x3801 row 5 : 00481937923
SELECT policy_type_code FROM available_policies GROUP BY policy_type_code HAVING count(*) > 4
[ "Available_Policies" ]
[ "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}" ]
{"columns":["policy_type_code"],"index":[0,1],"data":[["Mortgage Insurance"],["Property Insurance"]]}
SELECT policy_type_code FROM available_policies GROUP BY policy_type_code HAVING count(*) > 4 <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021
col : policy_type_code row 1 : Mortgage Insurance row 2 : Property Insurance
SELECT sum(settlement_amount) , avg(settlement_amount) FROM settlements
[ "Settlements" ]
[ "{\"columns\":[\"Settlement_ID\",\"Claim_ID\",\"Effective_Date\",\"Settlement_Amount\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[161,717,\"2009-11-20\",6451.65],[176,641,\"1971-06-29\",1588.45],[205,604,\"1978-09-09\",9814.39],[208,428,\"2003-12-28\",8827.06],[393,360,\"2006-04-19\",8013.95],[543,309,\"1972-03-02\",2722.67],[544,311,\"1973-10-27\",9164.1],[604,228,\"2014-12-09\",2138.96],[616,145,\"1995-04-02\",3101.3],[628,134,\"2001-07-02\",1721.17]]}" ]
{"columns":["sum(settlement_amount)","avg(settlement_amount)"],"index":[0],"data":[[53543.7,5354.37]]}
SELECT sum(settlement_amount) , avg(settlement_amount) FROM settlements <table_name> : Settlements col : Settlement_ID | Claim_ID | Effective_Date | Settlement_Amount row 1 : 161 | 717 | 2009-11-20 | 6451.65 row 2 : 176 | 641 | 1971-06-29 | 1588.45 row 3 : 205 | 604 | 1978-09-09 | 9814.39 row 4 : 208 | 428 | 2003-12-28 | 8827.06 row 5 : 393 | 360 | 2006-04-19 | 8013.95 row 6 : 543 | 309 | 1972-03-02 | 2722.67 row 7 : 544 | 311 | 1973-10-27 | 9164.1 row 8 : 604 | 228 | 2014-12-09 | 2138.96 row 9 : 616 | 145 | 1995-04-02 | 3101.3 row 10 : 628 | 134 | 2001-07-02 | 1721.17
col : sum(settlement_amount) | avg(settlement_amount) row 1 : 53543.7 | 5354.37
SELECT t2.service_name FROM first_notification_of_loss AS t1 JOIN services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_id HAVING count(*) > 2
[ "Services", "First_Notification_of_Loss" ]
[ "{\"columns\":[\"Service_ID\",\"Service_name\"],\"index\":[0,1,2,3],\"data\":[[1,\"New policy application\"],[4,\"Close a policy\"],[6,\"Change a policy\"],[9,\"Upgrade a policy\"]]}", "{\"columns\":[\"FNOL_ID\",\"Customer_ID\",\"Policy_ID\",\"Service_ID\"],\"index\":[0,1,2,3,4,5,6],\"data\":[[532,214,257,6],[1611,996,993,9],[1722,996,879,6],[2543,996,366,1],[4226,892,927,1],[4323,826,630,4],[4525,582,586,1]]}" ]
{"columns":["Service_name"],"index":[0],"data":[["New policy application"]]}
SELECT t2.service_name FROM first_notification_of_loss AS t1 JOIN services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_id HAVING count(*) > 2 <table_name> : Services col : Service_ID | Service_name row 1 : 1 | New policy application row 2 : 4 | Close a policy row 3 : 6 | Change a policy row 4 : 9 | Upgrade a policy <table_name> : First_Notification_of_Loss col : FNOL_ID | Customer_ID | Policy_ID | Service_ID row 1 : 532 | 214 | 257 | 6 row 2 : 1611 | 996 | 993 | 9 row 3 : 1722 | 996 | 879 | 6 row 4 : 2543 | 996 | 366 | 1 row 5 : 4226 | 892 | 927 | 1 row 6 : 4323 | 826 | 630 | 4 row 7 : 4525 | 582 | 586 | 1
col : Service_name row 1 : New policy application
SELECT t1.Effective_Date FROM claims AS t1 JOIN settlements AS t2 ON t1.claim_id = t2.claim_id GROUP BY t1.claim_id ORDER BY sum(t2.settlement_amount) DESC LIMIT 1
[ "Claims", "Settlements" ]
[ "{\"columns\":[\"Claim_ID\",\"FNOL_ID\",\"Effective_Date\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[134,1722,\"1973-08-18\"],[145,1611,\"2014-10-19\"],[228,532,\"1975-05-07\"],[309,2543,\"1982-05-03\"],[311,4226,\"1992-02-09\"],[360,4226,\"2006-06-10\"],[428,4226,\"1992-01-05\"],[604,4323,\"2009-02-11\"],[641,4525,\"1985-03-24\"],[717,4525,\"1996-11-29\"]]}", "{\"columns\":[\"Settlement_ID\",\"Claim_ID\",\"Effective_Date\",\"Settlement_Amount\"],\"index\":[0,1,2,3,4,5,6,7,8,9],\"data\":[[161,717,\"2009-11-20\",6451.65],[176,641,\"1971-06-29\",1588.45],[205,604,\"1978-09-09\",9814.39],[208,428,\"2003-12-28\",8827.06],[393,360,\"2006-04-19\",8013.95],[543,309,\"1972-03-02\",2722.67],[544,311,\"1973-10-27\",9164.1],[604,228,\"2014-12-09\",2138.96],[616,145,\"1995-04-02\",3101.3],[628,134,\"2001-07-02\",1721.17]]}" ]
{"columns":["Effective_Date"],"index":[0],"data":[["2009-02-11"]]}
SELECT t1.Effective_Date FROM claims AS t1 JOIN settlements AS t2 ON t1.claim_id = t2.claim_id GROUP BY t1.claim_id ORDER BY sum(t2.settlement_amount) DESC LIMIT 1 <table_name> : Claims col : Claim_ID | FNOL_ID | Effective_Date row 1 : 134 | 1722 | 1973-08-18 row 2 : 145 | 1611 | 2014-10-19 row 3 : 228 | 532 | 1975-05-07 row 4 : 309 | 2543 | 1982-05-03 row 5 : 311 | 4226 | 1992-02-09 row 6 : 360 | 4226 | 2006-06-10 row 7 : 428 | 4226 | 1992-01-05 row 8 : 604 | 4323 | 2009-02-11 row 9 : 641 | 4525 | 1985-03-24 row 10 : 717 | 4525 | 1996-11-29 <table_name> : Settlements col : Settlement_ID | Claim_ID | Effective_Date | Settlement_Amount row 1 : 161 | 717 | 2009-11-20 | 6451.65 row 2 : 176 | 641 | 1971-06-29 | 1588.45 row 3 : 205 | 604 | 1978-09-09 | 9814.39 row 4 : 208 | 428 | 2003-12-28 | 8827.06 row 5 : 393 | 360 | 2006-04-19 | 8013.95 row 6 : 543 | 309 | 1972-03-02 | 2722.67 row 7 : 544 | 311 | 1973-10-27 | 9164.1 row 8 : 604 | 228 | 2014-12-09 | 2138.96 row 9 : 616 | 145 | 1995-04-02 | 3101.3 row 10 : 628 | 134 | 2001-07-02 | 1721.17
col : Effective_Date row 1 : 2009-02-11
SELECT count(*) FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Dayana Robel"
[ "Customers", "Customers_Policies" ]
[ "{\"columns\":[\"Customer_ID\",\"Customer_name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[194,\"America Jaskolski\"],[214,\"Ellsworth Paucek\"],[256,\"Mrs. Hanna Willms\"],[562,\"Dr. Diana Rath\"],[582,\"Selena Gerhold\"],[641,\"Dayana Robel\"],[682,\"Mr. Edwardo Blanda I\"],[756,\"Mr. Randal Lynch III\"],[805,\"Mrs. Liza Heller V\"],[826,\"Mrs. Lilly Graham III\"],[882,\"Miss Felicita Reichel\"],[892,\"Sydnie Friesen\"],[923,\"David Ross\"],[956,\"Cai Zhang\"],[996,\"Jay Chou\"]]}", "{\"columns\":[\"Customer_ID\",\"Policy_ID\",\"Date_Opened\",\"Date_Closed\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[214,257,\"2016-11-19\",\"2018-03-04\"],[214,301,\"2016-04-12\",\"2018-02-07\"],[256,583,\"2016-07-22\",\"2018-02-20\"],[562,346,\"2017-01-09\",\"2018-03-08\"],[562,583,\"2016-06-24\",\"2018-02-22\"],[582,586,\"2016-04-11\",\"2018-03-17\"],[641,366,\"2016-07-10\",\"2018-02-24\"],[641,472,\"2016-07-07\",\"2018-03-10\"],[682,583,\"2016-11-01\",\"2018-03-03\"],[826,630,\"2016-11-18\",\"2018-02-13\"],[892,927,\"2017-01-08\",\"2018-02-25\"],[996,366,\"2016-10-31\",\"2018-03-19\"],[996,879,\"2017-01-05\",\"2018-02-20\"],[996,993,\"2016-07-03\",\"2018-03-20\"]]}" ]
{"columns":["count(*)"],"index":[0],"data":[[2]]}
SELECT count(*) FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Dayana Robel" <table_name> : Customers col : Customer_ID | Customer_name row 1 : 194 | America Jaskolski row 2 : 214 | Ellsworth Paucek row 3 : 256 | Mrs. Hanna Willms row 4 : 562 | Dr. Diana Rath row 5 : 582 | Selena Gerhold row 6 : 641 | Dayana Robel row 7 : 682 | Mr. Edwardo Blanda I row 8 : 756 | Mr. Randal Lynch III row 9 : 805 | Mrs. Liza Heller V row 10 : 826 | Mrs. Lilly Graham III row 11 : 882 | Miss Felicita Reichel row 12 : 892 | Sydnie Friesen row 13 : 923 | David Ross row 14 : 956 | Cai Zhang row 15 : 996 | Jay Chou <table_name> : Customers_Policies col : Customer_ID | Policy_ID | Date_Opened | Date_Closed row 1 : 214 | 257 | 2016-11-19 | 2018-03-04 row 2 : 214 | 301 | 2016-04-12 | 2018-02-07 row 3 : 256 | 583 | 2016-07-22 | 2018-02-20 row 4 : 562 | 346 | 2017-01-09 | 2018-03-08 row 5 : 562 | 583 | 2016-06-24 | 2018-02-22 row 6 : 582 | 586 | 2016-04-11 | 2018-03-17 row 7 : 641 | 366 | 2016-07-10 | 2018-02-24 row 8 : 641 | 472 | 2016-07-07 | 2018-03-10 row 9 : 682 | 583 | 2016-11-01 | 2018-03-03 row 10 : 826 | 630 | 2016-11-18 | 2018-02-13 row 11 : 892 | 927 | 2017-01-08 | 2018-02-25 row 12 : 996 | 366 | 2016-10-31 | 2018-03-19 row 13 : 996 | 879 | 2017-01-05 | 2018-02-20 row 14 : 996 | 993 | 2016-07-03 | 2018-03-20
col : count(*) row 1 : 2
SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1
[ "Customers", "Customers_Policies" ]
[ "{\"columns\":[\"Customer_ID\",\"Customer_name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[194,\"America Jaskolski\"],[214,\"Ellsworth Paucek\"],[256,\"Mrs. Hanna Willms\"],[562,\"Dr. Diana Rath\"],[582,\"Selena Gerhold\"],[641,\"Dayana Robel\"],[682,\"Mr. Edwardo Blanda I\"],[756,\"Mr. Randal Lynch III\"],[805,\"Mrs. Liza Heller V\"],[826,\"Mrs. Lilly Graham III\"],[882,\"Miss Felicita Reichel\"],[892,\"Sydnie Friesen\"],[923,\"David Ross\"],[956,\"Cai Zhang\"],[996,\"Jay Chou\"]]}", "{\"columns\":[\"Customer_ID\",\"Policy_ID\",\"Date_Opened\",\"Date_Closed\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[214,257,\"2016-11-19\",\"2018-03-04\"],[214,301,\"2016-04-12\",\"2018-02-07\"],[256,583,\"2016-07-22\",\"2018-02-20\"],[562,346,\"2017-01-09\",\"2018-03-08\"],[562,583,\"2016-06-24\",\"2018-02-22\"],[582,586,\"2016-04-11\",\"2018-03-17\"],[641,366,\"2016-07-10\",\"2018-02-24\"],[641,472,\"2016-07-07\",\"2018-03-10\"],[682,583,\"2016-11-01\",\"2018-03-03\"],[826,630,\"2016-11-18\",\"2018-02-13\"],[892,927,\"2017-01-08\",\"2018-02-25\"],[996,366,\"2016-10-31\",\"2018-03-19\"],[996,879,\"2017-01-05\",\"2018-02-20\"],[996,993,\"2016-07-03\",\"2018-03-20\"]]}" ]
{"columns":["Customer_name"],"index":[0],"data":[["Jay Chou"]]}
SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1 <table_name> : Customers col : Customer_ID | Customer_name row 1 : 194 | America Jaskolski row 2 : 214 | Ellsworth Paucek row 3 : 256 | Mrs. Hanna Willms row 4 : 562 | Dr. Diana Rath row 5 : 582 | Selena Gerhold row 6 : 641 | Dayana Robel row 7 : 682 | Mr. Edwardo Blanda I row 8 : 756 | Mr. Randal Lynch III row 9 : 805 | Mrs. Liza Heller V row 10 : 826 | Mrs. Lilly Graham III row 11 : 882 | Miss Felicita Reichel row 12 : 892 | Sydnie Friesen row 13 : 923 | David Ross row 14 : 956 | Cai Zhang row 15 : 996 | Jay Chou <table_name> : Customers_Policies col : Customer_ID | Policy_ID | Date_Opened | Date_Closed row 1 : 214 | 257 | 2016-11-19 | 2018-03-04 row 2 : 214 | 301 | 2016-04-12 | 2018-02-07 row 3 : 256 | 583 | 2016-07-22 | 2018-02-20 row 4 : 562 | 346 | 2017-01-09 | 2018-03-08 row 5 : 562 | 583 | 2016-06-24 | 2018-02-22 row 6 : 582 | 586 | 2016-04-11 | 2018-03-17 row 7 : 641 | 366 | 2016-07-10 | 2018-02-24 row 8 : 641 | 472 | 2016-07-07 | 2018-03-10 row 9 : 682 | 583 | 2016-11-01 | 2018-03-03 row 10 : 826 | 630 | 2016-11-18 | 2018-02-13 row 11 : 892 | 927 | 2017-01-08 | 2018-02-25 row 12 : 996 | 366 | 2016-10-31 | 2018-03-19 row 13 : 996 | 879 | 2017-01-05 | 2018-02-20 row 14 : 996 | 993 | 2016-07-03 | 2018-03-20
col : Customer_name row 1 : Jay Chou
SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = "Dayana Robel"
[ "Customers", "Available_Policies", "Customers_Policies" ]
[ "{\"columns\":[\"Customer_ID\",\"Customer_name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[194,\"America Jaskolski\"],[214,\"Ellsworth Paucek\"],[256,\"Mrs. Hanna Willms\"],[562,\"Dr. Diana Rath\"],[582,\"Selena Gerhold\"],[641,\"Dayana Robel\"],[682,\"Mr. Edwardo Blanda I\"],[756,\"Mr. Randal Lynch III\"],[805,\"Mrs. Liza Heller V\"],[826,\"Mrs. Lilly Graham III\"],[882,\"Miss Felicita Reichel\"],[892,\"Sydnie Friesen\"],[923,\"David Ross\"],[956,\"Cai Zhang\"],[996,\"Jay Chou\"]]}", "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}", "{\"columns\":[\"Customer_ID\",\"Policy_ID\",\"Date_Opened\",\"Date_Closed\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[214,257,\"2016-11-19\",\"2018-03-04\"],[214,301,\"2016-04-12\",\"2018-02-07\"],[256,583,\"2016-07-22\",\"2018-02-20\"],[562,346,\"2017-01-09\",\"2018-03-08\"],[562,583,\"2016-06-24\",\"2018-02-22\"],[582,586,\"2016-04-11\",\"2018-03-17\"],[641,366,\"2016-07-10\",\"2018-02-24\"],[641,472,\"2016-07-07\",\"2018-03-10\"],[682,583,\"2016-11-01\",\"2018-03-03\"],[826,630,\"2016-11-18\",\"2018-02-13\"],[892,927,\"2017-01-08\",\"2018-02-25\"],[996,366,\"2016-10-31\",\"2018-03-19\"],[996,879,\"2017-01-05\",\"2018-02-20\"],[996,993,\"2016-07-03\",\"2018-03-20\"]]}" ]
{"columns":["policy_type_code"],"index":[0],"data":[["Mortgage Insurance"]]}
SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = "Dayana Robel" <table_name> : Customers col : Customer_ID | Customer_name row 1 : 194 | America Jaskolski row 2 : 214 | Ellsworth Paucek row 3 : 256 | Mrs. Hanna Willms row 4 : 562 | Dr. Diana Rath row 5 : 582 | Selena Gerhold row 6 : 641 | Dayana Robel row 7 : 682 | Mr. Edwardo Blanda I row 8 : 756 | Mr. Randal Lynch III row 9 : 805 | Mrs. Liza Heller V row 10 : 826 | Mrs. Lilly Graham III row 11 : 882 | Miss Felicita Reichel row 12 : 892 | Sydnie Friesen row 13 : 923 | David Ross row 14 : 956 | Cai Zhang row 15 : 996 | Jay Chou <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021 <table_name> : Customers_Policies col : Customer_ID | Policy_ID | Date_Opened | Date_Closed row 1 : 214 | 257 | 2016-11-19 | 2018-03-04 row 2 : 214 | 301 | 2016-04-12 | 2018-02-07 row 3 : 256 | 583 | 2016-07-22 | 2018-02-20 row 4 : 562 | 346 | 2017-01-09 | 2018-03-08 row 5 : 562 | 583 | 2016-06-24 | 2018-02-22 row 6 : 582 | 586 | 2016-04-11 | 2018-03-17 row 7 : 641 | 366 | 2016-07-10 | 2018-02-24 row 8 : 641 | 472 | 2016-07-07 | 2018-03-10 row 9 : 682 | 583 | 2016-11-01 | 2018-03-03 row 10 : 826 | 630 | 2016-11-18 | 2018-02-13 row 11 : 892 | 927 | 2017-01-08 | 2018-02-25 row 12 : 996 | 366 | 2016-10-31 | 2018-03-19 row 13 : 996 | 879 | 2017-01-05 | 2018-02-20 row 14 : 996 | 993 | 2016-07-03 | 2018-03-20
col : policy_type_code row 1 : Mortgage Insurance
SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = (SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1)
[ "Customers", "Available_Policies", "Customers_Policies" ]
[ "{\"columns\":[\"Customer_ID\",\"Customer_name\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[194,\"America Jaskolski\"],[214,\"Ellsworth Paucek\"],[256,\"Mrs. Hanna Willms\"],[562,\"Dr. Diana Rath\"],[582,\"Selena Gerhold\"],[641,\"Dayana Robel\"],[682,\"Mr. Edwardo Blanda I\"],[756,\"Mr. Randal Lynch III\"],[805,\"Mrs. Liza Heller V\"],[826,\"Mrs. Lilly Graham III\"],[882,\"Miss Felicita Reichel\"],[892,\"Sydnie Friesen\"],[923,\"David Ross\"],[956,\"Cai Zhang\"],[996,\"Jay Chou\"]]}", "{\"columns\":[\"Policy_ID\",\"policy_type_code\",\"Customer_Phone\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],\"data\":[[246,\"Life Insurance\",\"+16(2)5838999222\"],[257,\"Property Insurance\",\"242.763.9214\"],[300,\"Property Insurance\",\"1-416-503-7735x94204\"],[301,\"Property Insurance\",\"(777)537-7792\"],[346,\"Mortgage Insurance\",\"1-446-940-9907x257\"],[366,\"Mortgage Insurance\",\"(379)862-8274x12620\"],[472,\"Mortgage Insurance\",\"+85(6)1302858396\"],[583,\"Travel Insurance\",\"1-797-927-3585x9321\"],[586,\"Life Insurance\",\"991.642.6485x822\"],[630,\"Property Insurance\",\"813.178.8211x557\"],[636,\"Life Insurance\",\"889-572-0609x552\"],[751,\"Life Insurance\",\"1-138-841-3073\"],[879,\"Mortgage Insurance\",\"1-381-132-0127x3801\"],[927,\"Mortgage Insurance\",\"00481937923\"],[993,\"Property Insurance\",\"405.090.8654x021\"]]}", "{\"columns\":[\"Customer_ID\",\"Policy_ID\",\"Date_Opened\",\"Date_Closed\"],\"index\":[0,1,2,3,4,5,6,7,8,9,10,11,12,13],\"data\":[[214,257,\"2016-11-19\",\"2018-03-04\"],[214,301,\"2016-04-12\",\"2018-02-07\"],[256,583,\"2016-07-22\",\"2018-02-20\"],[562,346,\"2017-01-09\",\"2018-03-08\"],[562,583,\"2016-06-24\",\"2018-02-22\"],[582,586,\"2016-04-11\",\"2018-03-17\"],[641,366,\"2016-07-10\",\"2018-02-24\"],[641,472,\"2016-07-07\",\"2018-03-10\"],[682,583,\"2016-11-01\",\"2018-03-03\"],[826,630,\"2016-11-18\",\"2018-02-13\"],[892,927,\"2017-01-08\",\"2018-02-25\"],[996,366,\"2016-10-31\",\"2018-03-19\"],[996,879,\"2017-01-05\",\"2018-02-20\"],[996,993,\"2016-07-03\",\"2018-03-20\"]]}" ]
{"columns":["policy_type_code"],"index":[0,1],"data":[["Mortgage Insurance"],["Property Insurance"]]}
SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = (SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1) <table_name> : Customers col : Customer_ID | Customer_name row 1 : 194 | America Jaskolski row 2 : 214 | Ellsworth Paucek row 3 : 256 | Mrs. Hanna Willms row 4 : 562 | Dr. Diana Rath row 5 : 582 | Selena Gerhold row 6 : 641 | Dayana Robel row 7 : 682 | Mr. Edwardo Blanda I row 8 : 756 | Mr. Randal Lynch III row 9 : 805 | Mrs. Liza Heller V row 10 : 826 | Mrs. Lilly Graham III row 11 : 882 | Miss Felicita Reichel row 12 : 892 | Sydnie Friesen row 13 : 923 | David Ross row 14 : 956 | Cai Zhang row 15 : 996 | Jay Chou <table_name> : Available_Policies col : Policy_ID | policy_type_code | Customer_Phone row 1 : 246 | Life Insurance | +16(2)5838999222 row 2 : 257 | Property Insurance | 242.763.9214 row 3 : 300 | Property Insurance | 1-416-503-7735x94204 row 4 : 301 | Property Insurance | (777)537-7792 row 5 : 346 | Mortgage Insurance | 1-446-940-9907x257 row 6 : 366 | Mortgage Insurance | (379)862-8274x12620 row 7 : 472 | Mortgage Insurance | +85(6)1302858396 row 8 : 583 | Travel Insurance | 1-797-927-3585x9321 row 9 : 586 | Life Insurance | 991.642.6485x822 row 10 : 630 | Property Insurance | 813.178.8211x557 row 11 : 636 | Life Insurance | 889-572-0609x552 row 12 : 751 | Life Insurance | 1-138-841-3073 row 13 : 879 | Mortgage Insurance | 1-381-132-0127x3801 row 14 : 927 | Mortgage Insurance | 00481937923 row 15 : 993 | Property Insurance | 405.090.8654x021 <table_name> : Customers_Policies col : Customer_ID | Policy_ID | Date_Opened | Date_Closed row 1 : 214 | 257 | 2016-11-19 | 2018-03-04 row 2 : 214 | 301 | 2016-04-12 | 2018-02-07 row 3 : 256 | 583 | 2016-07-22 | 2018-02-20 row 4 : 562 | 346 | 2017-01-09 | 2018-03-08 row 5 : 562 | 583 | 2016-06-24 | 2018-02-22 row 6 : 582 | 586 | 2016-04-11 | 2018-03-17 row 7 : 641 | 366 | 2016-07-10 | 2018-02-24 row 8 : 641 | 472 | 2016-07-07 | 2018-03-10 row 9 : 682 | 583 | 2016-11-01 | 2018-03-03 row 10 : 826 | 630 | 2016-11-18 | 2018-02-13 row 11 : 892 | 927 | 2017-01-08 | 2018-02-25 row 12 : 996 | 366 | 2016-10-31 | 2018-03-19 row 13 : 996 | 879 | 2017-01-05 | 2018-02-20 row 14 : 996 | 993 | 2016-07-03 | 2018-03-20
col : policy_type_code row 1 : Mortgage Insurance row 2 : Property Insurance